summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* logging: added support for Unix domain sockets to SocketHandler and DatagramH...Vinay Sajip2013-09-271-0/+3
* merge 3.3Benjamin Peterson2013-09-271-1/+1
|\
| * fix my absurd spellingBenjamin Peterson2013-09-271-1/+1
* | merge 3.3 (#19098)Benjamin Peterson2013-09-271-0/+3
|\ \ | |/
| * 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 #18996: TestCase.assertEqual() now more cleverly shorten differingSerhiy Storchaka2013-09-231-0/+3
* | Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation.Serhiy Storchaka2013-09-231-0/+2
* | Close #18978: Merge changes.Jason R. Coombs2013-09-221-0/+3
|\ \
| * | Update NEWSJason R. Coombs2013-09-221-0/+3
* | | Close #18626: add a basic CLI for the inspect moduleNick Coghlan2013-09-221-0/+3
* | | Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command callSerhiy Storchaka2013-09-201-0/+3
|\ \ \ | | |/ | |/|
| * | 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
* | | Update internal comments to say _something_ about the "API ID".Tim Peters2013-09-201-1/+3
* | | Merge #19037: adjust file times *before* moving maildir files into place.R David Murray2013-09-181-0/+4
|\ \ \ | |/ /
| * | #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
| |\ \
| | * \ 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/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-0/+8
* | | | | | Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-0/+6
* | | | | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...Andrew Kuchling2013-09-151-0/+5
* | | | | | Expose --bind argument for http.server, enable http.server to bind to a userSenthil Kumaran2013-09-151-0/+3
* | | | | | mergeRaymond Hettinger2013-09-152-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-152-0/+5
* | | | | | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...Antoine Pitrou2013-09-141-0/+2
* | | | | | Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle...Eli Bendersky2013-09-131-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add Germán M. Bravo to Misc/ACKSEli Bendersky2013-09-131-0/+1
* | | | | | Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.Serhiy Storchaka2013-09-131-0/+2
* | | | | | Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-131-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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 #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/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #18988: The "Tab" key now works when a word is already autocompleted.Serhiy Storchaka2013-09-111-0/+2