An open API service providing commit metadata for open source projects.

GitHub / python-postgres/fe / commits

SHA Message Author Date Stats
59be98dc Add mapping entry for JSON names. James William Pye <j****e@g****m> over 9 years ago
96989784 Python 3.5 doesn't like localizing builtins inside functions, apparently. James William Pye <j****e@g****m> over 9 years ago
a698339e merge Merge branch 'master' of https://github.com/python-postgres/fe James William Pye <j****e@g****m> over 9 years ago
8c770ae3 Stamp v1.2.0 Elvis Pranskevichus <e****s@m****o> over 9 years ago
0dadc44c Bump minimum required Python version to 3.3 Elvis Pranskevichus <e****s@m****o> over 9 years ago
1f618181 Fix PendingDeprecationWarning in numeric_convert_digits Elvis Pranskevichus <e****s@m****o> over 9 years ago
2f2df7a3 Add I/O support for jsonb type Elvis Pranskevichus <e****s@m****o> over 9 years ago
33cb09d2 Refer to local binds in functions and module attributes in module bodies. James William Pye <j****e@g****m> over 10 years ago
80934b73 test: Fix MessageHook test on PostgreSQL 9.3 Elvis Pranskevichus <e****s@s****m> almost 12 years ago
a186a730 test: Fix SchemaNameError test Elvis Pranskevichus <e****s@s****m> almost 12 years ago
6ef6e1d2 Handle unix_socket_directories GUC change in PostgreSQL 9.3 Elvis Pranskevichus <e****s@s****m> almost 12 years ago
faedbb7d Broken. James William Pye <x****@j****o> about 13 years ago
ab1c3923 merge Merge pull request #64 from mll/patch-1 James William Pye <x****@j****o> about 13 years ago
91fcd548 Update postgresql/clientparameters.py ML <m****t@g****m> over 13 years ago
82e9740c Increase the default recvsize. James William Pye <x****@j****o> over 13 years ago
9891365d Allow the Statement class to be specified. James William Pye <x****@j****o> over 13 years ago
2cd18989 Note issue with non-english locales. James William Pye <x****@j****o> over 13 years ago
16db0b42 Note thread safety as a gotchas. James William Pye <x****@j****o> over 13 years ago
b6cba32c Documentation work in release preparation. James William Pye <x****@j****o> over 13 years ago
24a62d83 Follow up to Elvis' fix by detecting the memoryview interface rather than rel... James William Pye <x****@j****o> over 13 years ago
2e6a4a0b Minor cleanups. James William Pye <x****@j****o> over 13 years ago
702c6a01 remove ipaddr fallback as there are inconsistencies James William Pye <x****@j****o> over 13 years ago
52679561 Use supernet interface for building the appropriate network. James William Pye <x****@j****o> over 13 years ago
7c12b007 merge Merge branch 'master' of https://github.com/python-postgres/fe James William Pye <x****@j****o> over 13 years ago
1942009b Use ipaddress. James William Pye <x****@j****o> over 13 years ago
024caef8 copyman: Make sure copyman works on pre-3.3 python too Elvis Pranskevichus <e****l@p****t> over 13 years ago
49e8e10b Implement the one-shot query interface: Connection.query[.<method>](*params) James William Pye <x****@j****o> over 13 years ago
5fc26c30 Seems to be broken in 3.3, so refer to project.version. James William Pye <x****@j****o> over 13 years ago
9699c860 More descript. James William Pye <x****@j****o> over 13 years ago
39a26c9e Note column() addition. James William Pye <x****@j****o> over 13 years ago
6e7738aa Add Statement.column() execution method. James William Pye <x****@j****o> over 13 years ago
87f4d86e Compensate for 3.3 memoryview changes. James William Pye <x****@j****o> over 13 years ago
a4111c4b Fix case where errno is not present or not an integer. James William Pye <x****@j****o> over 13 years ago
1ba84c21 Minor nits and whitespace consistency. James William Pye <x****@j****o> over 13 years ago
765ed1fc driver: Do not crash (recursively) when a result type of a statement is unknown Elvis Pranskevichus <e****l@p****t> over 13 years ago
5b155ba7 Fix bytea codec under Python 3.3 Elvis Pranskevichus <e****l@p****t> over 13 years ago
b7ac6e3a Move port.optimized sources to port/_optimized to avoid namespace package con... Elvis Pranskevichus <e****l@p****t> over 13 years ago
9aeede5e types.io: Fix unpacking of numeric type under Python 3.3 Elvis Pranskevichus <e****l@p****t> over 13 years ago
eb253758 whitespace James William Pye <x****@j****o> over 13 years ago
2b67723d Clean up documentation. Rename .txt to .rst for github rendering hint. James William Pye <x****@j****o> over 13 years ago
a5ba6fe5 documentation: Add change notes for recent commits Elvis Pranskevichus <e****l@p****t> over 13 years ago
e9d82b76 test: Expect failure for silent_mode GUC on PostgreSQL 9.2 and later Elvis Pranskevichus <e****l@p****t> over 13 years ago
d658bcf3 Remove Trailing Whitespace James William Pye <x****@j****o> over 13 years ago
272edfcd Accommodate for __import__ differences. James William Pye <x****@j****o> over 13 years ago
e3934fd4 Postgres 9.2 compatibility: propid got renamed to pid Elvis Pranskevichus <e****l@p****t> over 13 years ago
93a82f86 types: Add OID for JSON type found in PostgreSQL 9.2 Elvis Pranskevichus <e****l@p****t> over 13 years ago
34c72f28 driver: Add support for unpacking anononymous record types Elvis Pranskevichus <e****l@p****t> over 13 years ago
8e839ab4 Fix by Elvis James William Pye <x****@j****o> over 13 years ago
01a55c8d Note the inet/cidr contributors. James William Pye <x****@j****e> almost 14 years ago
c74fa5e9 Default the mask to max per Postgres' functionality. James William Pye <x****@j****e> almost 14 years ago
7bff65cd local()'ize dll_pack as well. James William Pye <x****@j****e> almost 14 years ago
c809db9c Exercise the new inet/cidr/macaddr type I/O with a few arrays. James William Pye <x****@j****e> almost 14 years ago
1cb14404 Commit Matthew Grant's inet/cidr/macaddr support patch. James William Pye <x****@j****e> almost 14 years ago
9274d15f Fix automatic cleanup of cursors and statements Elvis Pranskevichus <e****l@p****t> about 14 years ago
4dd74f1f merge Merge branch 'fixes-for-jwp' of git://github.com/elprans/py-postgresql into e... James William Pye <x****@j****e> about 14 years ago
e6708a75 Make types.Array properly (un)pickleable Elvis Pranskevichus <e****l@p****t> about 14 years ago
2fbbe947 Use new changes management layout. (file per branch) James William Pye <x****@j****e> over 14 years ago
8156cfec Rename changes.txt to a branch based name to help ease patch management/merging. James William Pye <x****@j****e> over 14 years ago
c30454a8 Add entries for allowing sphinx data documentation. James William Pye <x****@j****e> over 14 years ago
c15afdde Note test command. James William Pye <x****@j****e> over 14 years ago
e01f642f Add test command to setup.py Elvis Pranskevichus <e****l@p****t>
Committed by: James William Pye <x****@j****e>
over 14 years ago
e5cc7f5d Add test command to setup.py Elvis Pranskevichus <e****l@p****t> over 14 years ago
920f4b2b Always use local directory for sockets in tests Elvis Pranskevichus <e****l@p****t> over 14 years ago
c0039412 Always use local directory for sockets in tests Elvis Pranskevichus <e****l@p****t>
Committed by: James William Pye <x****@j****e>
over 14 years ago
d2e2aa7d No Rows entry anymore. James William Pye <x****@j****e> over 14 years ago
f8256106 Note changes and attribution. James William Pye <x****@j****e> over 14 years ago
2ebbfeab Place it into sphinx/ as it's a sphinx only file. James William Pye <x****@j****e> over 14 years ago
f705c35e sphinx 1.1 supports Python 3 now--well, almost. James William Pye <x****@j****e> over 14 years ago
37373f2a Use raise . from cause to communicate the cause of TypeIO errors. James William Pye <x****@j****e> over 14 years ago
8302e5c5 Use assert*. James William Pye <x****@j****e> over 14 years ago
4ddc8ce2 Fix close() to always close pq.socket if pq.socket is not None. James William Pye <x****@j****e> over 14 years ago
2b2b8754 Back out test line and style. James William Pye <x****@j****e> over 14 years ago
e4a06191 Rely on the client3.Connection user to close/shutdown the socket. James William Pye <x****@j****e> over 14 years ago
df7f3caf use with statement James William Pye <x****@j****e> over 14 years ago
4f4eb4fa Unconditionally close the connection. James William Pye <x****@j****e> over 14 years ago
5b7f09fc Revert widening the exception class. James William Pye <x****@j****e> over 14 years ago
cf8e9ecd Fix a resource warning caused by a forgotten socket. James William Pye <x****@j****e> over 14 years ago
a3846be6 Build out the connection before connecting. James William Pye <x****@j****e> over 14 years ago
2c2c151b Dead code. James William Pye <x****@j****e> over 14 years ago
e23b361d Add module autodocs. James William Pye <x****@j****e> over 14 years ago
90c76b31 Check for closed connections before select()'ing. James William Pye <x****@j****e> over 14 years ago
096b03e0 Properly use getset(). James William Pye <x****@j****e> over 14 years ago
9a375807 Ensure that the socket is closed on connection close. (3.2 ResourceWarning fi... James William Pye <x****@j****e> over 14 years ago
8043bf75 Documentation update. James William Pye <x****@j****e> over 14 years ago
06b6a7a6 Revert "Pass original error to process_tuple exception handler consistently" James William Pye <x****@j****e> almost 15 years ago
02623d7f merge Merge remote branch 'elprans/fixes-for-jwp' into v1.1 James William Pye <x****@j****e> almost 15 years ago
ba94647e Be sure to close sockets and connections. James William Pye <x****@j****e> almost 15 years ago
4c7398af Be more careful about closing file descriptors associated with the process. James William Pye <x****@j****e> almost 15 years ago
9459ff71 Close socket in failure cases. James William Pye <x****@j****e> almost 15 years ago
f2ff6b56 Reference new_start, one less lookup. James William Pye <x****@j****e> almost 15 years ago
00eb1033 Close out the socket in client3 in exception cases. James William Pye <x****@j****e> almost 15 years ago
ab728dca test: Check for host availability of IPv6 support properly Elvis Pranskevichus <e****l@p****t> almost 15 years ago
3cd9265b Use with blocks to close out the objects. James William Pye <x****@j****e> almost 15 years ago
2d05a14f rm ws James William Pye <x****@j****e> almost 15 years ago
03e96bcf Fix test_copyman.testDroppedConnection test Elvis Pranskevichus <e****l@p****t>
Committed by: James William Pye <x****@j****e>
almost 15 years ago
237d11ad driver: Fix Connection.settings.path property setter Elvis Pranskevichus <e****l@p****t>
Committed by: James William Pye <x****@j****e>
almost 15 years ago
75e8ce7e datetime: Fix FixedOffset.tzname() method declaration Elvis Pranskevichus <e****l@p****t>
Committed by: James William Pye <x****@j****e>
almost 15 years ago
a845949d Pass original error to process_tuple exception handler consistently Elvis Pranskevichus <e****l@p****t> almost 15 years ago
320e5b1f string: Fix split_ident() to handle idents with '_' and/or digits Elvis Pranskevichus <e****l@p****t> almost 15 years ago
99b00578 string: Change string.quote_ident to always quote, add quote_ident_if_needed Elvis Pranskevichus <e****l@p****t> almost 15 years ago

← Back to repository