53634 Commits (c0eaecafe9809757301551285f2a41ea89f1f228)
 

Author SHA1 Message Date
Armin Ronacher c0eaecafe9 Updated tokenize to support the inverse byte literals new in 3.3 15 years ago
Armin Ronacher 50364b4a5c Basic documentation for PEP 414 15 years ago
Armin Ronacher 6ecf77b3f8 Basic support for PEP 414 without docs or tests. 15 years ago
Eli Bendersky 745ccf8b1a fix trailing whitespace 15 years ago
Eli Bendersky 092af1fc5c Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. 15 years ago
Victor Stinner c9590ad745 Close #14085: remove assertions from PyUnicode_WRITE macro 15 years ago
Vinay Sajip d263d18553 Fixed problem with diagnostic output. 15 years ago
Antoine Pitrou 0d3a003f24 - Issue #14177: marshal.loads() now raises TypeError when given an unicode 15 years ago
Antoine Pitrou 4a90ef0363 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. 15 years ago
Victor Stinner 135b6d8aa5 Close #13550: Remove the debug machinery from the threading module: remove 15 years ago
Victor Stinner 643cd68ea4 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple 15 years ago
Antoine Pitrou 1c13f84f55 Simplify code in marshal.c. 15 years ago
Antoine Pitrou b2677c7397 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). 15 years ago
Antoine Pitrou 679e9d36f7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). 15 years ago
Eli Bendersky b2b18632ce merge 3.2 heads 15 years ago
Eli Bendersky 92818d5383 Merge 3.2 15 years ago
Eli Bendersky 20293441da Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases 15 years ago
Vinay Sajip 2f24d98df0 Closes #14158: merged test file resilience fix from 3.2. 15 years ago
Vinay Sajip f959618142 Closes #14158: improved resilience to test files left behind. 15 years ago
Petri Lehtinen be52d507d2 Merge branch '3.2' 15 years ago
Petri Lehtinen 4d2bfb5e08 sqlite3: Port documentation changes from the 2.7 branch 15 years ago
Eli Bendersky 493846e149 Add missing 'versionadded' for shlex.quote; closes #14165 15 years ago
Antoine Pitrou 0836baa46a Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. 15 years ago
Antoine Pitrou bbe2f60b3c Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. 15 years ago
Philip Jenvey d7aff2d696 update skip reason 15 years ago
Philip Jenvey e308b7c0c0 also skip test_device_encoding when stdin isn't a tty 15 years ago
Brett Cannon efb00c0cc1 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import 15 years ago
Stefan Krah 54c32032aa Issue #10181: Add warning that structure layouts in memoryobject.h and 15 years ago
Stefan Krah 95b1ba6388 Add PyMemoryView_FromMemory() to whatsnew/3.3. 15 years ago
Stefan Krah 0a971f18cc Issue #14152: Merge fix from 3.2. 15 years ago
Stefan Krah eb977dac9c Issue #14152: Restore the Include/*.h dependencies for extension builds. 15 years ago
Ezio Melotti aba0b13f0a #14089: merge with 3.2. 15 years ago
Ezio Melotti 682d37423d #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. 15 years ago
Ezio Melotti 6ea00ef25a #14155: merge with 3.2. 15 years ago
Ezio Melotti 443f000bdd #14155: remove duplication about search vs match in re doc. 15 years ago
Ezio Melotti 0b8123d8ae #10713: merge with 3.2. 15 years ago
Ezio Melotti 5a045b9f54 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. 15 years ago
Larry Hastings 7b5649cd48 Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. 15 years ago
Larry Hastings 62417a0354 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) 15 years ago
Nadeem Vawda 3692453a2d Merge: Give better failure messages in test_strptime (cf. issue #14113). 15 years ago
Nadeem Vawda aba2b06001 Give better failure messages in test_strptime (cf. issue #14113). 15 years ago
Sandro Tosi 0109e3cd24 merge with 3.2 15 years ago
Sandro Tosi 83c48822c5 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ 15 years ago
Vinay Sajip 19b1d50732 Added additional diagnostics to help with #12151. 15 years ago
Vinay Sajip ff4b7bfaef Merged cookbook improvement from 3.2. 15 years ago
Vinay Sajip 39b83ac772 Improved logging cookbook example. 15 years ago
Georg Brandl 86798d4ff9 Merge with 3.2. 15 years ago
Georg Brandl e998386442 Fix markup errors. 15 years ago
Brett Cannon b46a1793a7 Update importlib.invalidate_caches() to be more general. 15 years ago
Antoine Pitrou 9a4d7ddb6c More debug output 15 years ago