summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix #19546: onfigparser exceptions expose implementation details. Patch by C...Ɓukasz Langa2014-09-041-0/+4
* NEWS items for Idle.Terry Jan Reedy2014-09-031-1/+7
|\
| * NEWS items for Idle.Terry Jan Reedy2014-09-031-2/+8
* | merge with 3.4Terry Jan Reedy2014-09-031-0/+16
|\ \ | |/
| * NEWS items for turtledemo.Terry Jan Reedy2014-09-031-0/+16
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-0/+5
* | Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-021-0/+3
* | (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() onVictor Stinner2014-09-021-0/+5
|\ \ | |/
| * Closes #22258: Fix the the internal function set_inheritable() on Illumos.Victor Stinner2014-09-021-0/+5
* | Merge #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+4
|\ \ | |/
| * #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+4
* | Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define...Antoine Pitrou2014-08-291-0/+4
* | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-292-0/+5
|\ \ | |/
| * Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-292-0/+5
* | Issue #22287: On UNIX, _PyTime_gettimeofday() now usesVictor Stinner2014-08-291-0/+5
* | Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...Berker Peksag2014-08-291-0/+3
|\ \ | |/
| * Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...Berker Peksag2014-08-291-0/+3
* | The webbrowser module now uses subprocess's start_new_session=True ratherGregory P. Smith2014-08-271-0/+3
|\ \ | |/
| * The webbrowser module now uses subprocess's start_new_session=True ratherGregory P. Smith2014-08-271-0/+3
* | Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the fileVictor Stinner2014-08-271-0/+3
* | Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.Antoine Pitrou2014-08-241-0/+3
* | Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-0/+5
|\ \ | |/
| * Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-1/+6
* | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-232-0/+5
* | Issue #21166: merge from 3.4Ned Deily2014-08-221-0/+3
|\ \ | |/
| * Issue #21166: Prevent possible segfaults and other random failures ofNed Deily2014-08-221-0/+3
* | Merge for issue #22191 fixBrett Cannon2014-08-221-0/+1
|\ \ | |/
| * Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-222-0/+3
* | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...Antoine Pitrou2014-08-211-0/+4
* | Issue #21549: Added the "members" parameter to TarFile.list().Serhiy Storchaka2014-08-211-0/+2
* | use __qualname__ to compute bound method repr (closes #21389)Benjamin Peterson2014-08-201-0/+3
* | merge from 3.4Senthil Kumaran2014-08-201-0/+3
|\ \ | |/
| * Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-201-0/+3
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-191-0/+3
* | Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-0/+2
|\ \ | |/
| * Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-0/+2
* | Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM andVictor Stinner2014-08-171-0/+3
* | Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-171-0/+2
|\ \ | |/
| * Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-171-0/+2
* | Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka2014-08-171-0/+3
|\ \ | |/
| * Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka2014-08-171-0/+3
* | Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-171-0/+2
|\ \ | |/
| * Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-171-0/+2
* | Issue #20184: Add signature introspection for 30 of the builtinsNick Coghlan2014-08-171-0/+3
* | merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797Senthil Kumaran2014-08-161-3/+0
|\ \ | |/
| * backout changeset 3435c5865cfc due to buildbot failures. Ref #8797Senthil Kumaran2014-08-161-3/+0
* | merge from 3.4Senthil Kumaran2014-08-161-0/+3
|\ \ | |/
| * Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-161-0/+3
* | Issue #15381: Optimized line reading in io.BytesIO.Serhiy Storchaka2014-08-141-0/+2
* | Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-141-0/+1
|\ \ | |/