summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-027-7/+7
* Issue #1813: merge changeset that reverts a glibc workaround for theStefan Krah2012-02-021-3/+0
|\
| * Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.Stefan Krah2012-02-021-3/+0
| * merge. again.Brian Curtin2012-02-011-1/+1
| |\
* | \ merge updatesBrian Curtin2012-02-012-1/+43
|\ \ \
| * \ \ Merge branch 3.2Petri Lehtinen2012-02-012-1/+43
| |\ \ \ | | |/ /
| | * | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-012-1/+43
* | | | merge from 3.2Brian Curtin2012-02-011-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add a hint that CSD == Service Pack.Brian Curtin2012-02-011-1/+1
| |/
* | Fix a minor output typo as found by Terry Reedy.Brett Cannon2012-01-311-1/+1
* | MergeBrett Cannon2012-01-312-9/+15
|\ \
| * \ Merge with 3.2 whitespaceTerry Jan Reedy2012-01-311-1/+1
| |\ \ | | |/
| | * whitespaceTerry Jan Reedy2012-01-311-1/+1
| * | Merge 3.2Terry Jan Reedy2012-01-312-9/+15
| |\ \ | | |/
| | * #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-9/+15
* | | Let importlib.test.benchmark take a specific benchmark name to run.Brett Cannon2012-01-311-3/+18
* | | Allow for the specification of a file to dump importlib benchmarkBrett Cannon2012-01-311-10/+36
|/ /
* | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-0/+12
* | Issue #13890: Also fix for extension module tests for case-insensitivity.Brett Cannon2012-01-301-0/+6
* | Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.Brett Cannon2012-01-301-0/+6
* | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()Victor Stinner2012-01-291-1/+0
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+10
|\ \ | |/
| * Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+10
* | merge 3.2Benjamin Peterson2012-01-291-285/+0
|\ \ | |/
| * remove tests from really old regex moduleBenjamin Peterson2012-01-291-285/+0
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
|\ \ | |/
| * Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
* | Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-25/+25
|\ \ | |/
| * Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-20/+20
* | Fix typo in comment.Nadeem Vawda2012-01-281-1/+1
* | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
|\ \ | |/
| * Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
|\ \ | |/
| * Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-273-5/+27
|\ \ | |/
| * Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-273-5/+27
* | MergeBrett Cannon2012-01-271-11/+16
|\ \
| * | Issue #13847: Make test_localtime_failure() more robustVictor Stinner2012-01-271-10/+15
| * | Issue #13847: Fix test_mktime(), time.localtime() now raises OSErrorVictor Stinner2012-01-261-1/+1
* | | Relocate importlib._case_ok to importlib._bootstrap.Brett Cannon2012-01-272-19/+27
|/ /
* | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-261-0/+15
* | MergeBrett Cannon2012-01-264-42/+52
|\ \
| * | Move some code from importlib.__init__ to importlib._bootstrap thatBrett Cannon2012-01-254-42/+52
* | | MergeRaymond Hettinger2012-01-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Issue 13870: Fix out of date comment.Raymond Hettinger2012-01-261-1/+1
* | Issue #13862: Relax zlib version test to avoid spurious failures.Nadeem Vawda2012-01-251-6/+6
* | Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this ...Vinay Sajip2012-01-251-2/+2
|\ \ | |/
| * Closes #13859: Replaced reference to StandardError with reference to Exceptio...Vinay Sajip2012-01-251-1/+1
* | Port import fixes from 2.7.Antoine Pitrou2012-01-252-2/+2
|\ \ | |/
| * Port import fixes from 2.7.Antoine Pitrou2012-01-252-2/+2