summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+3
|\
| * Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+3
* | Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-111-0/+3
* | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-0/+3
|\ \ | |/
| * Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-0/+3
* | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-111-0/+3
|\ \ | |/
| * Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-111-0/+3
* | (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocationVictor Stinner2014-09-101-0/+2
|\ \ | |/
| * Issue #22338: Fix a crash in the json module on memory allocation failure.Victor Stinner2014-09-101-0/+2
* | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-102-13/+13
|\ \ | |/
| * Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-102-12/+12
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-091-0/+3
* | - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-0/+6
* | Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-0/+3
|\ \ | |/
| * Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-0/+3
* | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-062-0/+4
|\ \ | |/
| * Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-062-0/+4
* | Issue #22215: Now ValueError is raised instead of TypeError when str or bytesSerhiy Storchaka2014-09-061-0/+3
* | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Antoine Pitrou2014-09-041-0/+3
* | Merge fix for #19546: configparser exceptions leak implementation detailsŁukasz Langa2014-09-041-0/+4
|\ \
| * | Fix #19546: onfigparser exceptions expose implementation details. Patch by C...Łukasz Langa2014-09-041-0/+4
* | | Issue #22258: Fix typo in Misc/NEWSVictor Stinner2014-09-041-1/+1
|/ /
* | 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