- 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 13 years ago
- 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
- 1c13f84 Simplify code in marshal.c. by Antoine Pitrou · 13 years ago
- b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
- 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
- b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
- 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
- 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
- 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 13 years ago
- f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
- be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
- 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
- 0836baa Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
- bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
- d7aff2d update skip reason by Philip Jenvey · 13 years ago
- e308b7c also skip test_device_encoding when stdin isn't a tty by Philip Jenvey · 13 years ago
- efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 13 years ago
- 54c3203 Issue #10181: Add warning that structure layouts in memoryobject.h and by Stefan Krah · 13 years ago
- 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
- 0a971f1 Issue #14152: Merge fix from 3.2. by Stefan Krah · 13 years ago
- eb977da Issue #14152: Restore the Include/*.h dependencies for extension builds. by Stefan Krah · 13 years ago
- aba0b13 #14089: merge with 3.2. by Ezio Melotti · 13 years ago
- 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
- 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
- 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
- 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
- 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 13 years ago
- 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
- 3692453 Merge: Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
- aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
- 0109e3c merge with 3.2 by Sandro Tosi · 13 years ago
- 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
- 19b1d50 Added additional diagnostics to help with #12151. by Vinay Sajip · 13 years ago
- ff4b7bf Merged cookbook improvement from 3.2. by Vinay Sajip · 13 years ago
- 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
- 86798d4 Merge with 3.2. by Georg Brandl · 13 years ago
- e998386 Fix markup errors. by Georg Brandl · 13 years ago
- b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
- 9a4d7dd More debug output by Antoine Pitrou · 13 years ago
- ffd85c8 Improve debugging output for test failure by Antoine Pitrou · 13 years ago
- 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
- d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
- 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 13 years ago
- e13b7fe Null merge (fix is already in 3.3). by Stefan Krah · 13 years ago
- 2201ecb Issue #14125: backport refleak fix (d4adbf908983). by Stefan Krah · 13 years ago
- ad8586d typo by Benjamin Peterson · 13 years ago
- 4aea7d3 Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing by Stefan Krah · 13 years ago
- a03422f Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. by Stefan Krah · 13 years ago
- bd2c199 Merged cookbook update for LogRecord customisation. by Vinay Sajip · 13 years ago
- 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
- 01121f2 Merged upstream changes. by Vinay Sajip · 13 years ago
- 22fa067 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
- 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
- 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 13 years ago
- 0509d94 Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. by Stefan Krah · 13 years ago
- 6a346db Merge by Antoine Pitrou · 13 years ago
- dde244d Merge by Antoine Pitrou · 13 years ago
- f12b447 Merge by Antoine Pitrou · 13 years ago
- 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
- e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
- ac3590d Null merge. by Nadeem Vawda · 13 years ago
- 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
- 6181b39 Remove duplicate label. by Georg Brandl · 13 years ago
- 9bd126a the days of pre-standard C compilers are gone by Benjamin Peterson · 13 years ago
- 4f92a68 Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. by Antoine Pitrou · 13 years ago
- 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 13 years ago
- c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 13 years ago
- 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
- ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
- cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 13 years ago
- 408026c Merge 3.2 by Éric Araujo · 13 years ago
- dfac6cc Branch merge by Éric Araujo · 13 years ago
- 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 13 years ago
- f527277 Branch merge by Éric Araujo · 13 years ago
- 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 13 years ago
- fab9766 Fix typo in “seperat{or,ion}” by Éric Araujo · 13 years ago
- a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
- 8c5c3c1 #14114: merge with 3.2. by Ezio Melotti · 13 years ago
- 4342722 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
- f716545 Merge from 3.2 by Éric Araujo · 13 years ago
- e7295a7 Add news entry for previous commit by Éric Araujo · 13 years ago
- b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
- c071a61 Merge 3.2 by Éric Araujo · 13 years ago
- 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
- afdac03 Use assertEqual in test_strptime for better failure messages (cf. issue #14113). by Nadeem Vawda · 13 years ago
- 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
- 5a3d046 Merge with 3.2 by Martin v. Löwis · 13 years ago
- 3d4809f Package mime.types by Martin v. Löwis · 13 years ago
- 4b42ff6 unused imports, pep8 by Philip Jenvey · 13 years ago
- 6f73874 Close #14095: type.__new__() doesn't remove __qualname__ key from the class by Victor Stinner · 13 years ago
- b0800dc Oops, revert unwanted changes by Victor Stinner · 13 years ago
- abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 13 years ago
- c6fbf47 merge heads by Benjamin Peterson · 13 years ago
- 6eaaeff merge 3.2 by Benjamin Peterson · 13 years ago
- ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 13 years ago
- 625cd23 Simplify importib._resolve_name(). by Brett Cannon · 13 years ago
- 842c0f1 Fix compilation error under Windows (and warnings too). by Antoine Pitrou · 13 years ago
- 91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago