summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #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
* | Issue #18962: Optimize the single iterator case for heapq.merge()Raymond Hettinger2013-09-111-0/+1
* | Merge.Larry Hastings2013-09-091-4/+16
|\ \
| * \ Fix a typo. (closes #18953)Serhiy Storchaka2013-09-081-1/+1
| |\ \ | | |/
| | * Fix a typo. (closes #18953)Serhiy Storchaka2013-09-081-1/+1
| * | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-0/+7
| * | Merge #18952 fix from 3.3Nick Coghlan2013-09-081-0/+13
| |\ \ | | |/
| | * Close #18952: correctly download test support dataNick Coghlan2013-09-081-0/+4
| * | Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-071-0/+4
* | | Post-3.4.0a2-release fixups.Larry Hastings2013-09-091-1/+13
* | | Version number bump for Python 3.4.0a2.v3.4.0a2Larry Hastings2013-09-071-1/+1
|/ /
* | Added Elazar to Misc/ACKS.Ethan Furman2013-09-071-0/+1
* | Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-09-061-0/+3
* | Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup...Antoine Pitrou2013-09-061-0/+3
* | #18852: Handle readline.__doc__ being None in site.py readline activation.R David Murray2013-09-061-0/+3
* | Issue #18920: argparse's default version action (for -v, --version) shouldEli Bendersky2013-09-061-0/+3
* | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-062-0/+5
|\ \ | |/
| * Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-062-0/+5
* | Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+Ned Deily2013-09-061-0/+5
* | Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-09-061-0/+6
* | Nerge 3.3 into default.Tim Peters2013-09-061-0/+2
|\ \ | |/
| * 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 #18672: Fixed format specifiers for Py_ssize_t in debugging output inSerhiy Storchaka2013-09-051-0/+3
* | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts writeSerhiy Storchaka2013-09-051-0/+6
* | Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-051-0/+3
|\ \ | |/
| * Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-051-0/+3
* | Issue #18878: sunau.open now supports the context manager protocol. Based onSerhiy Storchaka2013-09-051-0/+3
* | (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit,Victor Stinner2013-09-041-0/+3
|\ \ | |/
| * Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't castVictor Stinner2013-09-041-0/+3
* | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-0/+3
|\ \ | |/
| * Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-0/+3
* | Issue #16853: Add new selectors module.Charles-François Natali2013-09-041-0/+2
* | Issue #18882: Add threading.main_thread() function.Andrew Svetlov2013-09-041-0/+2
* | Issue #16826: Revert fix while Windows issues are being worked out.Meador Inge2013-09-041-2/+0
|\ \ | |/
| * Issue #16826: Revert fix while Windows issues are being worked out.Meador Inge2013-09-041-2/+0
* | Merge heads.Meador Inge2013-09-031-0/+2
|\ \