summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.Christian Heimes2013-10-251-0/+5
* Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+3
|\
| * Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+3
* | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+3
|\ \ | |/
| * Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+3
* | Close #19379: Lazily import linecache in the warnings module, to make startup...Antoine Pitrou2013-10-241-0/+3
* | Issue #19369: Optimized the usage of __length_hint__().Serhiy Storchaka2013-10-241-0/+2
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-0/+2
|\ \ | |/
| * Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-0/+2
* | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWSPeter Moody2013-10-241-0/+3
* | merge from 3.3: Increase the test coverage of macurl2path module. Patch by Co...Senthil Kumaran2013-10-241-0/+3
|\ \ | |/
| * Increase the coverage of macurl2path. Patch by Colin Williams.Senthil Kumaran2013-10-241-0/+3
* | Issue #19365: Optimized the parsing of long replacement string in re.sub*()Serhiy Storchaka2013-10-231-0/+3
* | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...Antoine Pitrou2013-10-231-1/+6
|\ \ | |/
| * Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...Antoine Pitrou2013-10-231-0/+3
* | Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-0/+3
|\ \ | |/
| * Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-0/+3
* | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+3
|\ \ | |/
| * Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+3
* | Merge 3.4.0a4 release head back into trunk.Larry Hastings2013-10-221-3/+36
|\ \
| * | Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-221-0/+2
| * | Issue #19324: Expose Linux-specific constants in resource moduleChristian Heimes2013-10-221-0/+2
| * | Fix Misc/NEWS merge conflict, hurrayChristian Heimes2013-10-221-3/+0
| * | Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in theChristian Heimes2013-10-221-0/+6
| |\ \ | | |/
| | * Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in theChristian Heimes2013-10-221-0/+3
| * | #17400; NEWS and ipaddress.rst changePeter Moody2013-10-211-0/+2
| * | Load SSL's error strings in hashlib.Christian Heimes2013-10-211-0/+2
| * | Issue #18527: Upgrade internal copy of zlib to 1.2.8Christian Heimes2013-10-211-0/+2
| * | #19274: use captured_stdout() in the test suite; add NEWS entry.Georg Brandl2013-10-211-1/+7
| * | Issue 19306: Add extra hints to faulthandler stack dumps that they are upside...Guido van Rossum2013-10-211-2/+13
| * | #8964: merge with 3.3.Ezio Melotti2013-10-211-0/+3
| |\ \ | | |/
| | * #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+3
| * | #18958: Improve error message for json.load(s) while passing a string that st...Ezio Melotti2013-10-201-0/+3
| * | #19307: Improve error message for json.load(s) while passing objects of the w...Ezio Melotti2013-10-201-0/+3
| * | Grammar fixAndrew Kuchling2013-10-201-1/+1
| * | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-0/+4
| |\ \ | | |/
| | * Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-0/+4
| * | Issue #17087: Improved the repr for regular expression match objects.Serhiy Storchaka2013-10-201-0/+2
* | | Post-release updates for 3.4.0a4.Larry Hastings2013-10-221-0/+12
* | | Version bump for 3.4.0a4.v3.4.0a4Larry Hastings2013-10-201-1/+1
|/ /
* | Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-0/+3
|\ \ | |/
| * Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-0/+3
* | give explicitly global functions and classes a global __qualname__ (closes #1...Benjamin Peterson2013-10-191-0/+3
* | Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-191-0/+3
* | Issue #12866: The audioop module now supports 24-bit samples.Serhiy Storchaka2013-10-191-0/+2
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-0/+2
* | Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+2
|\ \ | |/
| * Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+2
* | contextlib doc updates and refactoringNick Coghlan2013-10-191-1/+1
* | lower case pbkdf2_hmacChristian Heimes2013-10-191-1/+1