summaryrefslogtreecommitdiffstats
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-012-3/+3
| |\
* | \ merge updatesBrian Curtin2012-02-016-9/+59
|\ \ \
| * \ \ Merge branch 3.2Petri Lehtinen2012-02-015-9/+54
| |\ \ \ | | |/ /
| | * | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-015-9/+54
| * | | mergeRaymond Hettinger2012-02-011-0/+5
| |\ \ \ | | |/ /
| | * | Add usage noteRaymond Hettinger2012-02-011-0/+5
* | | | merge from 3.2Brian Curtin2012-02-012-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add a hint that CSD == Service Pack.Brian Curtin2012-02-012-3/+3
| |/
* | Issue #13706: Add assertions to detect bugs earlierVictor Stinner2012-01-312-3/+12
* | Fix a minor output typo as found by Terry Reedy.Brett Cannon2012-01-311-1/+1
* | MergeBrett Cannon2012-01-315-13/+24
|\ \
| * \ Merge with 3.2 whitespaceTerry Jan Reedy2012-01-311-1/+1
| |\ \ | | |/
| | * whitespaceTerry Jan Reedy2012-01-311-1/+1
| * | Merge 3.2Terry Jan Reedy2012-01-314-9/+19
| |\ \ | | |/
| | * #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-314-10/+20
| * | Fix zipimport.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5
| |\ \ | | |/
| | * Fix zip_import.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5
* | | 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-304-15/+65
* | 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
* | merge 3.2 (closes #13908)Benjamin Peterson2012-01-302-1/+7
|\ \ | |/
| * ready types returned from PyType_FromSpecBenjamin Peterson2012-01-302-0/+5
| * adjust declarationBenjamin Peterson2012-01-301-1/+2
* | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()Victor Stinner2012-01-291-1/+0
* | Issue #13874: read_null() of faulthandler uses volatile to avoid optimisationVictor Stinner2012-01-291-1/+4
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-296-21/+41
|\ \ | |/
| * Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-297-22/+44
* | Issue #6774: Back out c8b77efe8b56, which only brings confusion.Charles-François Natali2012-01-291-3/+1
* | merge with 3.2Georg Brandl2012-01-291-4/+4
|\ \ | |/
| * Fix #13900: resolve self-referential description of a parameter.Georg Brandl2012-01-291-4/+4
* | 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-283-9/+25
|\ \ | |/
| * Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-283-9/+25
* | 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-282-0/+2
|\ \ | |/
| * Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-282-0/+2
* | Merge 3.2 -> default (issue 13889)Mark Dickinson2012-01-271-0/+5
|\ \ | |/
| * Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa...Mark Dickinson2012-01-271-0/+5
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
|\ \ | |/
| * Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
* | merge heads (#13887)Benjamin Peterson2012-01-271-0/+5
|\ \ | |/
| * note that get() is not affected by default_factory (closes #13887)Benjamin Peterson2012-01-271-0/+5