Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ \ | |||||
* | \ \ | Merge | Antoine Pitrou | 2012-02-27 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge | Antoine Pitrou | 2012-02-27 | 1 | -18/+5 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. | Nadeem Vawda | 2012-02-26 | 1 | -18/+5 |
| | | | | |||||
* | | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 3 | -42/+93 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | ||||
| * | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 3 | -42/+93 |
| |/ | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | ||||
* | | Remove duplicate label. | Georg Brandl | 2012-02-26 | 1 | -2/+0 |
| | | |||||
* | | the days of pre-standard C compilers are gone | Benjamin Peterson | 2012-02-26 | 1 | -10/+0 |
| | | |||||
* | | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. | Antoine Pitrou | 2012-02-26 | 1 | -0/+1 |
| | | |||||
* | | Issue #14107: test: Fix a deadlock involving the memory watchdog thread. | Charles-François Natali | 2012-02-26 | 1 | -0/+10 |
| | |