summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-2/+2
|\ \ | |/
| * Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-2/+2
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-2/+2
|\ \ | |/
| * Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-2/+2
* | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...Antoine Pitrou2013-10-234-50/+50
|\ \ | |/
| * Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...Antoine Pitrou2013-10-234-50/+50
* | Issue #18742: Expose the internal hash type object for ABCs.Christian Heimes2013-10-226-8/+55
* | Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-221-26/+86
* | Issue #19324: Expose Linux-specific constants in resource moduleChristian Heimes2013-10-221-0/+22
* | Load SSL's error strings in hashlib.Christian Heimes2013-10-211-0/+1
* | Issue #18527: Upgrade internal copy of zlib to 1.2.8Christian Heimes2013-10-2138-2791/+2971
* | Make PKCS5_PBKDF2_HMAC_fast() a static functionChristian Heimes2013-10-201-4/+5
* | Issue #17087: Improved the repr for regular expression match objects.Serhiy Storchaka2013-10-201-1/+17
* | Issue #12866: Fix bias() for 24-bit. Add more tests.Serhiy Storchaka2013-10-201-4/+8
* | fix compile issue on windows. path is now a struct ptrChristian Heimes2013-10-191-3/+3
* | Issue #12866: The audioop module now supports 24-bit samples.Serhiy Storchaka2013-10-191-223/+200
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-193-4/+4
* | Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0Christian Heimes2013-10-191-1/+2
* | Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit...Christian Heimes2013-10-191-6/+94
* | Fix compilation of the curses module (broken by issue #16612).Serhiy Storchaka2013-10-191-1/+1
* | Issue #16612: Add "Argument Clinic", a compile-time preprocessorLarry Hastings2013-10-197-254/+750
* | Fix a refleak in _sreBrett Cannon2013-10-181-0/+1
* | Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+1202
* | Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan2013-10-171-6/+88
* | Issue #18468: The re.split, re.findall, and re.sub functions and the group()Serhiy Storchaka2013-10-161-51/+59
* | Re #18521: remove assignments of variables that are immediately reassigned.Georg Brandl2013-10-141-1/+1
* | Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are...Georg Brandl2013-10-142-2/+2
* | Back out accidentally pushed changeset b51218966201.Georg Brandl2013-10-132-87/+34
* | Add re.fullmatch() function and regex.fullmatch() method, which anchor theGeorg Brandl2013-10-132-34/+87
* | Issue #18458: merge comments from 3.3Ned Deily2013-10-121-3/+3
|\ \ | |/
| * Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-10-121-15/+25
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-121-0/+136
* | Issue #19209: Remove import of copyreg from the os module to speed upChristian Heimes2013-10-111-2/+2
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...Antoine Pitrou2013-10-111-1/+1
* | merge 3.3Benjamin Peterson2013-10-111-1/+1
|\ \ | |/
| * replace hardcoded versionBenjamin Peterson2013-10-111-1/+1
* | merge 3.3Benjamin Peterson2013-10-111-1/+1
|\ \ | |/
| * make sure the docstring is never out of date wrt unicode data versionBenjamin Peterson2013-10-111-1/+1
* | merge 3.3 (#19220)Benjamin Peterson2013-10-101-3/+1
|\ \ | |/
| * remove url from docstring (closes #19220)Benjamin Peterson2013-10-101-2/+1
* | upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-103-17138/+17180
* | Close #16742: Fix misuse of memory allocations in PyOS_Readline()Victor Stinner2013-10-101-2/+2
* | mergeRaymond Hettinger2013-10-041-14/+15
|\ \ | |/
| * Issue #18594: Make the C code more closely match the pure python code.Raymond Hettinger2013-10-041-14/+15
* | Issue #19147: merge from 3.3Ned Deily2013-10-021-1/+1
|\ \ | |/
| * Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.Ned Deily2013-10-021-1/+1
* | mergeRaymond Hettinger2013-10-021-18/+23
|\ \ | |/
| * Issue #18594: Fix the fallback path in collections.Counter().Raymond Hettinger2013-10-021-18/+23
* | mergeRaymond Hettinger2013-10-011-1/+15
|\ \ | |/
| * Issue #18594: Fix the fast path for collections.Counter().Raymond Hettinger2013-10-011-1/+15