summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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 #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-0/+1
* Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-222-0/+4
* Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in theChristian Heimes2013-10-221-0/+3
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-212-0/+4
* Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-0/+4
* Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-0/+3
* Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+2
* Remove redundant empty lines.Serhiy Storchaka2013-10-181-1/+1
* Issue #19276: Fixed the wave module on 64-bit big-endian platforms.Serhiy Storchaka2013-10-171-0/+2
* Issue #14407: Fix unittest test discovery in test_concurrent_futures.Antoine Pitrou2013-10-151-0/+2
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-0/+2
* Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+3
* Merge headsSerhiy Storchaka2013-10-131-0/+3
|\
| * Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-0/+3
* | Issue #17827: Document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+3
|/
* Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-10-121-0/+4
* Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-121-0/+4
* Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-0/+3
* Repair format of NEWS entry.Tim Peters2013-10-091-1/+2
* Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+2
* Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...Antoine Pitrou2013-10-071-0/+3
* Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...Georg Brandl2013-10-061-0/+1
* [issue19152] Revert 832579dbafd6.Eric Snow2013-10-031-2/+0
* Fix typo.Eric Snow2013-10-031-1/+1
* [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-0/+2
* [issue19151] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-0/+3
* Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-0/+2
* Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-031-0/+2
* Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-021-0/+3
* Issue #18594: Fix the fallback path in collections.Counter().Raymond Hettinger2013-10-021-1/+2
* Close #19092: ExitStack now reraises exceptions from __exit__Nick Coghlan2013-10-012-1/+5
* Issue #18594: Fix the fast path for collections.Counter().Raymond Hettinger2013-10-011-0/+3
* Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-302-0/+4
* Properly initialize all fields of a SSL object after allocation.Antoine Pitrou2013-09-291-0/+2
* Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-0/+2
* Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-0/+3
* Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-0/+7
* Issue #19053: ZipExtFile.read1() with non-zero argument no more returns emptySerhiy Storchaka2013-09-271-0/+3
* fix my absurd spellingBenjamin Peterson2013-09-271-1/+1
* don't scale compiler stack frames if the recursion limit is huge (closes #19098)Benjamin Peterson2013-09-271-0/+3
* Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.Serhiy Storchaka2013-09-231-0/+2
* Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command callSerhiy Storchaka2013-09-201-0/+3
* Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0Serhiy Storchaka2013-09-201-0/+3
* #19037: adjust file times *before* moving maildir files into place.R David Murray2013-09-181-0/+4
* Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+6
|\
| * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+6
| |\
| | * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+6
| | * Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-0/+3