| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Issue #19428: zipimport now handles errors when reading truncated or invalid | Victor Stinner | 2013-10-29 | 1 | -3/+13 |
|
|
| * | | | CJK codecs: less magical macros, semicolon is now explicit | Victor Stinner | 2013-10-28 | 8 | -104/+118 |
|
|
| * | | | CJK codecs: less magic macros, require explicit semicolon | Victor Stinner | 2013-10-28 | 10 | -191/+234 |
|
|
| * | | | CJK codecs: add newlines for readability | Victor Stinner | 2013-10-28 | 7 | -91/+188 |
|
|
| * | | | CJK codecs: use less magic and more readable macros, write explicit if | Victor Stinner | 2013-10-28 | 7 | -34/+32 |
|
|
| * | | | CJK codecs: remove unused TRYMAP_ENC_MPLANE macro | Victor Stinner | 2013-10-28 | 1 | -10/+0 |
|
|
| * | | | Issue #18509: handle PyUnicode_Writer() error | Victor Stinner | 2013-10-28 | 7 | -84/+102 |
|
|
| * | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 2 | -2/+38 |
| |\ \ \
| |/ / |
|
| | * | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 2 | -2/+38 |
|
|
| * | | | #19227: merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -7/+8 |
| |\ \ \
| |/ / |
|
| | * | | Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL | Georg Brandl | 2013-10-27 | 1 | -7/+8 |
|
|
| * | | | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -2/+1 |
| |\ \ \
| |/ / |
|
| | * | | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -2/+1 |
|
|
| * | | | merge 3.3 (#19393) | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | just return toplevel symbol table rather than all blocks (closes #19393) | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
|
|
| * | | | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. | Serhiy Storchaka | 2013-10-26 | 2 | -1339/+1332 |
|
|
| * | | | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 2 | -384/+325 |
|
|
| * | | | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos... | Tim Golden | 2013-10-25 | 1 | -4/+4 |
|
|
| * | | | Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec... | Tim Golden | 2013-10-25 | 1 | -5/+5 |
|
|
| * | | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -4/+13 |
| |\ \ \
| |/ / |
|
| | * | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -4/+13 |
|
|
| * | | | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -2/+2 |
| |\ \ \
| |/ / |
|
| | * | | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -2/+2 |
|
|
| * | | | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -2/+2 |
| |\ \ \
| |/ / |
|
| | * | | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -2/+2 |
|
|
| * | | | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i... | Antoine Pitrou | 2013-10-23 | 4 | -50/+50 |
| |\ \ \
| |/ / |
|
| | * | | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i... | Antoine Pitrou | 2013-10-23 | 4 | -50/+50 |
|
|
| * | | | Issue #18742: Expose the internal hash type object for ABCs. | Christian Heimes | 2013-10-22 | 6 | -8/+55 |
|
|
| * | | | Issue #16595: Add prlimit() to resource module | Christian Heimes | 2013-10-22 | 1 | -26/+86 |
|
|
| * | | | Issue #19324: Expose Linux-specific constants in resource module | Christian Heimes | 2013-10-22 | 1 | -0/+22 |
|
|
| * | | | Load SSL's error strings in hashlib. | Christian Heimes | 2013-10-21 | 1 | -0/+1 |
|
|
| * | | | Issue #18527: Upgrade internal copy of zlib to 1.2.8 | Christian Heimes | 2013-10-21 | 38 | -2791/+2971 |
|
|
| * | | | Make PKCS5_PBKDF2_HMAC_fast() a static function | Christian Heimes | 2013-10-20 | 1 | -4/+5 |
|
|
| * | | | Issue #17087: Improved the repr for regular expression match objects. | Serhiy Storchaka | 2013-10-20 | 1 | -1/+17 |
|
|
| * | | | Issue #12866: Fix bias() for 24-bit. Add more tests. | Serhiy Storchaka | 2013-10-20 | 1 | -4/+8 |
|
|
| * | | | fix compile issue on windows. path is now a struct ptr | Christian Heimes | 2013-10-19 | 1 | -3/+3 |
|
|
| * | | | Issue #12866: The audioop module now supports 24-bit samples. | Serhiy Storchaka | 2013-10-19 | 1 | -223/+200 |
|
|
| * | | | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 3 | -4/+4 |
|
|
| * | | | Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0 | Christian Heimes | 2013-10-19 | 1 | -1/+2 |
|
|
| * | | | Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit... | Christian Heimes | 2013-10-19 | 1 | -6/+94 |
|
|
| * | | | Fix compilation of the curses module (broken by issue #16612). | Serhiy Storchaka | 2013-10-19 | 1 | -1/+1 |
|
|
| * | | | Issue #16612: Add "Argument Clinic", a compile-time preprocessor | Larry Hastings | 2013-10-19 | 7 | -254/+750 |
|
|
| * | | | Fix a refleak in _sre | Brett Cannon | 2013-10-18 | 1 | -0/+1 |
|
|
| * | | | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+1202 |
|
|
| * | | | Issue #16129: Add `Py_SetStandardStreamEncoding` | Nick Coghlan | 2013-10-17 | 1 | -6/+88 |
|
|
| * | | | Issue #18468: The re.split, re.findall, and re.sub functions and the group() | Serhiy Storchaka | 2013-10-16 | 1 | -51/+59 |
|
|
| * | | | Re #18521: remove assignments of variables that are immediately reassigned. | Georg Brandl | 2013-10-14 | 1 | -1/+1 |
|
|
| * | | | Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are... | Georg Brandl | 2013-10-14 | 2 | -2/+2 |
|
|
| * | | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 2 | -87/+34 |
|
|
| * | | | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 2 | -34/+87 |
|
|