| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix function name | Benjamin Peterson | 2016-12-03 | 1 | -1/+1 |
| | | |||||
| * | also do not leak the mode string if creating the file fails | Benjamin Peterson | 2016-12-03 | 1 | -1/+3 |
| | | |||||
| * | do not leak the FILE * pointer in error cases of fdopen() | Benjamin Peterson | 2016-12-03 | 1 | -6/+8 |
| | | |||||
| * | inline constant into its single use | Benjamin Peterson | 2016-12-03 | 1 | -2/+1 |
| | | |||||
| * | fix refleak in null-containing error case (#21147) | Benjamin Peterson | 2016-12-03 | 1 | -1/+2 |
| | | |||||
| * | when you enter repr, you must leave, too (#25455) | Benjamin Peterson | 2016-12-03 | 1 | -0/+1 |
| | | |||||
| * | fix refleak in file handle creation error case | Benjamin Peterson | 2016-12-03 | 1 | -7/+5 |
| | | |||||
| * | Issue #25659: Change assert to TypeError in from_buffer/_copy() | Martin Panter | 2016-11-20 | 1 | -4/+10 |
| | | | | | Based on suggestion by Eryk Sun. | ||||
| * | Issue #10656: Fix out-of-tree building on AIX | Martin Panter | 2016-11-20 | 1 | -0/+1 |
| | | | | | | The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner. | ||||
| * | Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT | Martin Panter | 2016-11-14 | 1 | -1/+3 |
| | | | | | Patch by Matthieu S. | ||||
| * | Issue #19398: Extra slash no longer added to sys.path components in case of | Serhiy Storchaka | 2016-11-11 | 1 | -1/+4 |
| | | | | | | empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes. | ||||
| * | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 1 | -8/+7 |
| | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
| * | Fixed possible NULL decrefing. | Serhiy Storchaka | 2016-10-28 | 1 | -1/+1 |
| | | |||||
| * | Issue #24381: Avoid unused function warning when building bundled macOS libffi. | Ned Deily | 2016-10-20 | 1 | -2/+2 |
| | | | | | Patch by Vajrasky Kok. | ||||
| * | Issue #28480: Avoid label at end of compound statement --without-threads | Martin Panter | 2016-10-20 | 1 | -0/+1 |
| | | |||||
| * | Silenced compiler warnings. | Serhiy Storchaka | 2016-10-08 | 2 | -9/+7 |
| | | |||||
| * | make 'where' Py_ssize_t | Benjamin Peterson | 2016-10-06 | 1 | -4/+2 |
| | | |||||
| * | mmap: do all internal arithmetic with Py_ssize_t while being very careful ↵ | Benjamin Peterson | 2016-10-06 | 1 | -106/+78 |
| | | | | | about overflow | ||||
| * | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() | Serhiy Storchaka | 2016-10-01 | 1 | -3/+5 |
| | | | | | if pass invalid string-like object as a name. Original patch by Xiang Zhang. | ||||
| * | Issue #27963: Fixed possible null pointer dereference in ↵ | Serhiy Storchaka | 2016-09-27 | 1 | -9/+28 |
| | | | | | | | ctypes.set_conversion_mode(). Patch by Xiang Zhang. | ||||
| * | be extremely careful about overflows in encode_basestring_ascii (closes #28284) | Benjamin Peterson | 2016-09-27 | 1 | -26/+49 |
| | | |||||
| * | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 17 | -133/+132 |
| | | | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation. | ||||
| * | Issue #28145: Spelling fixes | Martin Panter | 2016-09-16 | 1 | -1/+1 |
| | | |||||
| * | Issue #24366: Fix indentation | Martin Panter | 2016-09-15 | 2 | -17/+17 |
| | | | | | | Backports changes by Victor Stinner, Hirokazu Yamamoto, li4ick and Benjamin Peterson. | ||||
| * | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). | Serhiy Storchaka | 2016-09-14 | 1 | -5/+7 |
| | | |||||
| * | fix misleading indentation (closes #28139) | Benjamin Peterson | 2016-09-14 | 2 | -18/+18 |
| | | |||||
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 4 | -4/+4 |
| | | |||||
| * | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 3 | -12/+26 |
| | | |||||
| * | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 1 | -1/+34 |
| | | | | | fields in X.509 certs. | ||||
| * | fix unused variable warnings in pysqlite (closes #27967) | Benjamin Peterson | 2016-09-06 | 2 | -6/+2 |
| | | |||||
| * | Backed out changeset 8b6be1341770 | Benjamin Peterson | 2016-09-06 | 1 | -0/+2 |
| | | |||||
| * | remove long double from ctypes value union | Benjamin Peterson | 2016-09-05 | 1 | -2/+0 |
| | | | | | | It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment. | ||||
| * | Issue #26470: Use short name rather than name for compression name to fix ↵ | Christian Heimes | 2016-09-05 | 1 | -6/+1 |
| | | | | | #27958. | ||||
| * | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 2 | -101/+241 |
| | | |||||
| * | move declaration to top of the function to appease the c89 gods | Benjamin Peterson | 2016-09-05 | 1 | -1/+2 |
| | | |||||
| * | rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) | Benjamin Peterson | 2016-09-05 | 1 | -22/+21 |
| | | |||||
| * | Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ↵ | Mark Dickinson | 2016-09-03 | 1 | -2/+2 |
| | | | | | instance of a float subclass. Thanks Eddie James. | ||||
| * | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -2/+11 |
| | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
| * | Issue #19884: Avoid spurious output on OS X with Gnu Readline | Martin Panter | 2016-08-27 | 1 | -12/+15 |
| | | | | | | Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0. | ||||
| * | Issue #10513: Fix a regression in Connection.commit() | Berker Peksag | 2016-08-26 | 1 | -1/+0 |
| | | | | | | | Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa | ||||
| * | rearrange methodcaller_new so that the main error case does not cause ↵ | Benjamin Peterson | 2016-08-17 | 1 | -8/+7 |
| | | | | | uninitialized memory usage (closes #27783) | ||||
| * | do not decref value borrowed from list (closes #27774) | Benjamin Peterson | 2016-08-16 | 1 | -3/+1 |
| | | |||||
| * | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 1 | -0/+8 |
| | | |||||
| * | fix possible integer overflow in binascii.b2a_qp (closes #27760) | Benjamin Peterson | 2016-08-14 | 1 | -9/+16 |
| | | | | | Reported by Thomas E. Hybel | ||||
| * | do not allow reading negative values with getstr() | Benjamin Peterson | 2016-08-14 | 1 | -0/+8 |
| | | |||||
| * | check for overflow in join_append_data (closes #27758) | Benjamin Peterson | 2016-08-14 | 1 | -4/+19 |
| | | | | | Reported by Thomas E. Hybel | ||||
| * | fix possible overflow in encode_basestring_ascii (#23369) | Benjamin Peterson | 2016-08-13 | 1 | -0/+4 |
| | | |||||
| * | Issue #20160: Handled passing of large structs to callbacks correctly. | Vinay Sajip | 2016-08-05 | 2 | -2/+30 |
| | | |||||
| * | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 2 | -2/+2 |
| | | | | | Based on patch by Ville Skyttä. | ||||
| * | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Martin Panter | 2016-07-28 | 3 | -3/+3 |
| | | |||||
