Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Closes #14158: improved resilience to test files left behind. | Vinay Sajip | 2012-03-02 | 3 | -11/+33 | |
| | | | ||||||
* | | | Merge branch '3.2' | Petri Lehtinen | 2012-03-01 | 1 | -8/+8 | |
|\ \ \ | |/ / | | | | | | | Issue #13491. | |||||
| * | | sqlite3: Port documentation changes from the 2.7 branch | Petri Lehtinen | 2012-03-01 | 1 | -8/+8 | |
| |/ | | | | | | | Issue #13491. | |||||
* | | Add missing 'versionadded' for shlex.quote; closes #14165 | Eli Bendersky | 2012-03-01 | 1 | -0/+1 | |
| | | ||||||
* | | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, ↵ | Antoine Pitrou | 2012-03-01 | 5 | -3/+115 | |
|\ \ | |/ | | | | | | | | | | | WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting. | |||||
| * | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, ↵ | Antoine Pitrou | 2012-03-01 | 5 | -3/+115 | |
| | | | | | | | | | | | | | | WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting. | |||||
* | | update skip reason | Philip Jenvey | 2012-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | also skip test_device_encoding when stdin isn't a tty | Philip Jenvey | 2012-03-01 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #14153 Create _Py_device_encoding() to prevent _io from having to import | Brett Cannon | 2012-02-29 | 7 | -45/+70 | |
| | | | | | | | | the os module. | |||||
* | | Issue #10181: Add warning that structure layouts in memoryobject.h and | Stefan Krah | 2012-02-29 | 1 | -0/+9 | |
| | | | | | | | | object.h have changed. | |||||
* | | Add PyMemoryView_FromMemory() to whatsnew/3.3. | Stefan Krah | 2012-02-29 | 2 | -0/+6 | |
| | | ||||||
* | | Issue #14152: Merge fix from 3.2. | Stefan Krah | 2012-02-29 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #14152: Restore the Include/*.h dependencies for extension builds. | Stefan Krah | 2012-02-29 | 1 | -1/+1 | |
| | | ||||||
* | | #14089: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -0/+22 | |
|\ \ | |/ | ||||||
| * | #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. | Ezio Melotti | 2012-02-29 | 1 | -0/+22 | |
| | | ||||||
* | | #14155: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -52/+28 | |
|\ \ | |/ | ||||||
| * | #14155: remove duplication about search vs match in re doc. | Ezio Melotti | 2012-02-29 | 1 | -52/+28 | |
| | | ||||||
* | | #10713: merge with 3.2. | Ezio Melotti | 2012-02-29 | 2 | -8/+40 | |
|\ \ | |/ | ||||||
| * | #10713: Improve documentation for \b and \B and add a few tests. Initial ↵ | Ezio Melotti | 2012-02-29 | 2 | -8/+40 | |
| | | | | | | | | patch and tests by Martin Pool. | |||||
* | | Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. | Larry Hastings | 2012-02-29 | 2 | -26/+219 | |
|\ \ | |/ | | | | | (Doc only.) | |||||
| * | Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) | Larry Hastings | 2012-02-29 | 2 | -26/+219 | |
| | | ||||||
* | | Merge: Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -8/+8 | |
|\ \ | |/ | ||||||
| * | Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -17/+14 | |
| | | ||||||
* | | merge with 3.2 | Sandro Tosi | 2012-02-28 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ | Sandro Tosi | 2012-02-28 | 1 | -1/+1 | |
| | | ||||||
* | | Added additional diagnostics to help with #12151. | Vinay Sajip | 2012-02-28 | 1 | -0/+4 | |
| | | ||||||
* | | Merged cookbook improvement from 3.2. | Vinay Sajip | 2012-02-28 | 1 | -6/+11 | |
|\ \ | |/ | ||||||
| * | Improved logging cookbook example. | Vinay Sajip | 2012-02-28 | 1 | -6/+11 | |
| | | ||||||
* | | Merge with 3.2. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
|\ \ | |/ | ||||||
| * | Fix markup errors. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
| | | ||||||
* | | Update importlib.invalidate_caches() to be more general. | Brett Cannon | 2012-02-27 | 5 | -38/+62 | |
| | | ||||||
* | | More debug output | Antoine Pitrou | 2012-02-27 | 1 | -2/+2 | |
| | | ||||||
* | | Improve debugging output for test failure | Antoine Pitrou | 2012-02-27 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 3 | -3/+14 | |
|\ \ | |/ | | | | | Patch by Mikhail Novikov. | |||||
| * | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 3 | -3/+14 | |
| | | | | | | | | Patch by Mikhail Novikov. | |||||
* | | Some corrections for the Doc/extending documentation. Closes #14129 | Eli Bendersky | 2012-02-27 | 3 | -45/+23 | |
| | | ||||||
* | | Null merge (fix is already in 3.3). | Stefan Krah | 2012-02-27 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Issue #14125: backport refleak fix (d4adbf908983). | Stefan Krah | 2012-02-27 | 1 | -2/+3 | |
| | | ||||||
* | | typo | Benjamin Peterson | 2012-02-27 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing | Stefan Krah | 2012-02-27 | 1 | -2/+3 | |
| | | | | | | | | | | out the location of the problem. MS_WINDOWS currently implies !HAVE_WCSFTIME, so the addition of !defined(HAVE_WCSFTIME) is for readability. | |||||
* | | Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. | Stefan Krah | 2012-02-27 | 1 | -1/+4 | |
| | | ||||||
* | | Merged cookbook update for LogRecord customisation. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
|\ \ | |/ | ||||||
| * | Updated cookbook with information on customising LogRecords. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
| | | ||||||
* | | Merged upstream changes. | Vinay Sajip | 2012-02-27 | 3 | -11/+25 | |
|\ \ | ||||||
| * | | Fix comparison bug with 'rc' versions in packaging.version (#11841). | Éric Araujo | 2012-02-27 | 3 | -11/+25 | |
| | | | | | | | | | | | | | | | | | | | | | I added some tests in 2105ab8553b7 and found no bug, but it turns out that the doctest is not actually run. While converting the doctest to unittest style, I stumbled upon this bug again and this time applied the code patch provided by Filip Gruszczyński. | |||||
* | | | Merged cookbook update from 3.2. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Updated logging cookbook with info on alternative format styles. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
| | | ||||||
* | | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. | Stefan Krah | 2012-02-27 | 1 | -1/+2 | |
| | | ||||||
* | | Merge | Antoine Pitrou | 2012-02-27 | 0 | -0/+0 | |
|\ \ | ||||||
| * \ | Null merge. | Nadeem Vawda | 2012-02-26 | 0 | -0/+0 | |
| |\ \ |