summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add PyMemoryView_FromMemory() to whatsnew/3.3.Stefan Krah2012-02-292-0/+6
* Issue #14152: Merge fix from 3.2.Stefan Krah2012-02-291-1/+1
|\
| * Issue #14152: Restore the Include/*.h dependencies for extension builds.Stefan Krah2012-02-291-1/+1
* | #14089: merge with 3.2.Ezio Melotti2012-02-291-0/+22
|\ \ | |/
| * #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-0/+22
* | #14155: merge with 3.2.Ezio Melotti2012-02-291-52/+28
|\ \ | |/
| * #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* | #10713: merge with 3.2.Ezio Melotti2012-02-292-8/+40
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-292-8/+40
* | Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.Larry Hastings2012-02-292-26/+219
|\ \ | |/
| * Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)Larry Hastings2012-02-292-26/+219
* | Merge: Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-8/+8
|\ \ | |/
| * Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-17/+14
* | merge with 3.2Sandro Tosi2012-02-281-1/+1
|\ \ | |/
| * s/div/truediv/; thanks to Félix-Antoine Fortin from docs@Sandro Tosi2012-02-281-1/+1
* | Added additional diagnostics to help with #12151.Vinay Sajip2012-02-281-0/+4
* | Merged cookbook improvement from 3.2.Vinay Sajip2012-02-281-6/+11
|\ \ | |/
| * Improved logging cookbook example.Vinay Sajip2012-02-281-6/+11
* | Merge with 3.2.Georg Brandl2012-02-281-4/+2
|\ \ | |/
| * Fix markup errors.Georg Brandl2012-02-281-4/+2
* | Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-275-38/+62
* | More debug outputAntoine Pitrou2012-02-271-2/+2
* | Improve debugging output for test failureAntoine Pitrou2012-02-271-1/+1
* | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-273-3/+14
|\ \ | |/
| * Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-273-3/+14
* | Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-273-45/+23
* | Null merge (fix is already in 3.3).Stefan Krah2012-02-270-0/+0
|\ \ | |/
| * Issue #14125: backport refleak fix (d4adbf908983).Stefan Krah2012-02-271-2/+3
* | typoBenjamin Peterson2012-02-271-1/+1
* | Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointingStefan Krah2012-02-271-2/+3
* | Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt.Stefan Krah2012-02-271-1/+4
* | Merged cookbook update for LogRecord customisation.Vinay Sajip2012-02-271-0/+82
|\ \ | |/
| * Updated cookbook with information on customising LogRecords.Vinay Sajip2012-02-271-0/+82
* | Merged upstream changes.Vinay Sajip2012-02-273-11/+25
|\ \
| * | Fix comparison bug with 'rc' versions in packaging.version (#11841).Éric Araujo2012-02-273-11/+25
* | | Merged cookbook update from 3.2.Vinay Sajip2012-02-271-4/+132
|\ \ \ | |/ / |/| / | |/
| * Updated logging cookbook with info on alternative format styles.Vinay Sajip2012-02-271-4/+132
* | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL.Stefan Krah2012-02-271-1/+2
* | MergeAntoine Pitrou2012-02-270-0/+0
|\ \
| * \ Null merge.Nadeem Vawda2012-02-260-0/+0
| |\ \
* | \ \ MergeAntoine Pitrou2012-02-270-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | MergeAntoine Pitrou2012-02-271-18/+5
| |\ \ \ | | | |/ | | |/|
| | * | Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.Nadeem Vawda2012-02-261-18/+5
* | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-263-42/+93
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-263-42/+93
| |/
* | Remove duplicate label.Georg Brandl2012-02-261-2/+0
* | the days of pre-standard C compilers are goneBenjamin Peterson2012-02-261-10/+0
* | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah.Antoine Pitrou2012-02-261-0/+1
* | Issue #14107: test: Fix a deadlock involving the memory watchdog thread.Charles-François Natali2012-02-261-0/+10
* | Issue #14123: Explicitly mention that old style % string formatting has cavea...Gregory P. Smith2012-02-261-2/+7
|\ \ | |/