summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-181-0/+2
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-0/+2
|\
| * Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-0/+2
* | Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
|\ \ | |/
| * Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* | Issue #14657: The frozen instance of importlib used for bootstrap is now also...Antoine Pitrou2012-06-171-0/+3
* | #14840: merge with 3.2.Ezio Melotti2012-06-171-0/+1
|\ \ | |/
| * #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-171-0/+1
* | Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)Nick Coghlan2012-06-171-0/+3
|\ \ | |/
| * Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-0/+3
* | Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)Nick Coghlan2012-06-171-1/+4
|\ \ | |/
| * Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-171-0/+3
* | Issue #14055: Add __sizeof__ support to _elementtree.Martin v. Löwis2012-06-171-0/+2
* | Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (ini...Nick Coghlan2012-06-171-0/+5
* | Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the ge...Nick Coghlan2012-06-171-0/+2
* | Issue #13783: the PEP 380 implementation no longer expands the public C APINick Coghlan2012-06-171-0/+6
* | Issue #15054: Fix incorrect tokenization of 'b' string literals.Meador Inge2012-06-171-0/+4
* | Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.Antoine Pitrou2012-06-161-0/+3
* | Issue #15006: Allow equality comparison between naive and aware timeAlexander Belopolsky2012-06-161-3/+2
* | Issue #14938: importlib.abc.SourceLoader.is_package() now takes theBrett Cannon2012-06-161-0/+4
* | Closes issue #14982: Document that pkgutil's walk_packages() andBrett Cannon2012-06-151-0/+4
* | Issue #15026: utf-16 encoding is now significantly faster (up to 10x).Antoine Pitrou2012-06-151-0/+3
* | #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4
|\ \ | |/
| * #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4
| * Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-0/+3
* | Issue #14059: Implement multiprocessing.BarrierRichard Oudkerk2012-06-151-0/+2
* | Fix typos in NEWS entryNick Coghlan2012-06-151-2/+2
* | Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...Nick Coghlan2012-06-151-0/+5
* | Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-141-0/+2
* | Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API.Martin v. Löwis2012-06-141-1/+1
* | Issue #14936: curses_panel was converted to PEP 3121 API.Martin v. Löwis2012-06-141-0/+3
* | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-141-0/+5
* | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() resultVictor Stinner2012-06-121-0/+2
* | Issue #3518: Remove references to non-existent BaseManager.from_address()Richard Oudkerk2012-06-111-0/+3
* | Close #13857: Added textwrap.indent() function (initial patch by EzraNick Coghlan2012-06-112-0/+4
* | Issue #2736: Added datetime.timestamp() method.Alexander Belopolsky2012-06-081-0/+2
* | Merge from 3.2, #12510Terry Jan Reedy2012-06-081-5/+6
|\ \ | |/
| * Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-071-6/+7
* | Merge fixes for #13854 and #12157.Richard Oudkerk2012-06-071-0/+6
|\ \ | |/
| * Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-0/+3
| * Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-0/+3
* | Issue #11823: disassembly now shows argument counts on calls with keyword argsAlexander Belopolsky2012-06-071-0/+2
* | Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+5
|\ \ | |/
| * Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+2
| * Move the 14992 note to the correct section.Gregory P. Smith2012-06-031-5/+5
* | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymoreVictor Stinner2012-06-051-0/+6
* | Issue #14711: os.stat_float_times() has been deprecated.Victor Stinner2012-06-041-0/+2
* | Add a function lzma.open(), to match gzip.open() and bz2.open().Nadeem Vawda2012-06-041-2/+2
* | Allow LZMAFile to accept modes with a "b" suffix.Nadeem Vawda2012-06-041-0/+2
* | Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-2/+2