summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [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
| | * after 3.1.5Benjamin Peterson2012-04-111-0/+12
| | * bump to 3.1.5 finalv3.1.5Benjamin Peterson2012-04-062-2/+2
| | * merge headsv3.1.5rc2Benjamin Peterson2012-03-151-1/+1
| | |\
| | | * merge headsMatthias Klose2012-03-141-1/+1
| | | |\
| | | | * - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
| | | * | move the Misc/NEWS entry to the right section.Gregory P. Smith2012-03-141-3/+3
| | * | | bump to 3.1.5rc2Benjamin Peterson2012-03-152-1/+6
| | | |/ | | |/|
| * | | Add a NEWS entry for b9b521efeba3.Georg Brandl2013-09-141-0/+3
| * | | Add NEWS entry for c18c18774e24.Georg Brandl2013-09-141-0/+11
| * | | Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...Antoine Pitrou2013-05-181-0/+3
| * | | Bump to version 3.2.5.v3.2.5Georg Brandl2013-05-122-2/+2
* | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-0/+8
* | | | Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-152-0/+5
* | | | Add Germán M. Bravo to Misc/ACKSEli Bendersky2013-09-131-0/+1
* | | | Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-131-0/+4
* | | | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-132-0/+5
* | | | Issue #18988: The "Tab" key now works when a word is already autocompleted.Serhiy Storchaka2013-09-111-0/+2
* | | | Fix a typo. (closes #18953)Serhiy Storchaka2013-09-081-1/+1
* | | | Close #18952: correctly download test support dataNick Coghlan2013-09-081-0/+4
* | | | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-062-0/+5
* | | | Issue #18942: sys._debugmallocstats() output was damaged on Windows.Tim Peters2013-09-061-0/+2
* | | | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output inSerhiy Storchaka2013-09-051-0/+3
* | | | Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-051-0/+3
* | | | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't castVictor Stinner2013-09-041-0/+3