summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
|\ \ \ | |/ /
| * | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
* | | Try to make test_import a bit more robustAntoine Pitrou2011-03-211-0/+3
|\ \ \ | |/ /
| * | Try to make test_import a bit more robustAntoine Pitrou2011-03-211-0/+3
* | | Relax timing check (seen a buildbot failure on this)Antoine Pitrou2011-03-211-1/+1
|\ \ \ | |/ /
| * | Relax timing check (seen a buildbot failure on this)Antoine Pitrou2011-03-211-1/+1
* | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead ofVictor Stinner2011-03-216-65/+36
* | | Issue #10833: Remove the buffer allocated on the stack, it isn't used anymoreVictor Stinner2011-03-211-1/+0
* | | Fix timeout error message on windows to not be in milliseconds.Reid Kleckner2011-03-211-3/+4
* | | Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9)Antoine Pitrou2011-03-211-1/+5
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-216-68/+54
* | | _elementtree.c: remove trailing spacesVictor Stinner2011-03-211-19/+19
* | | Merge to default.Georg Brandl2011-03-211-1/+1
|\ \ \ | |/ /
| * | Merge to 3.2.Georg Brandl2011-03-211-1/+1
| |\ \ | | |/
| | * Fix duplicate word.Georg Brandl2011-03-211-1/+1
* | | merge 3.2 (already commited before)Victor Stinner2011-03-210-0/+0
|\ \ \ | |/ /
| * | merge 3.1 (already commited before)Victor Stinner2011-03-210-0/+0
| |\ \ | | |/
| | * Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-03-213-1/+33
* | | Fix some issue references in NEWSÉric Araujo2011-03-211-9/+9
|\ \ \ | |/ /
| * | Fix some issue references in NEWSÉric Araujo2011-03-211-5/+5
| |\ \ | | |/
| | * Fix some issue references in NEWSÉric Araujo2011-03-201-6/+6
* | | Branch mergeÉric Araujo2011-03-213-9/+13
|\ \ \
| * | | Mark getopt error messages as localizable (fixes #11371).Éric Araujo2011-03-202-7/+11
| * | | Fix a typo (see #3080)Éric Araujo2011-03-201-2/+2
* | | | merge 3.2Victor Stinner2011-03-212-6/+15
|\ \ \ \ | | |/ / | |/| |
| * | | merge 3.1Victor Stinner2011-03-212-6/+15
| |\ \ \ | | | |/ | | |/|
| | * | Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejarVictor Stinner2011-03-212-9/+18
* | | | merge 3.2Victor Stinner2011-03-211-3/+2
|\ \ \ \ | |/ / /
| * | | time.strftime(): replace PyErr_Format() by PyErr_SetString()Victor Stinner2011-03-211-3/+2
* | | | mergeVictor Stinner2011-03-211-6/+2
|\ \ \ \ | |/ / /
| * | | Issue #10864 has been fixed: remove the workaroundVictor Stinner2011-03-211-6/+2
* | | | Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.hVictor Stinner2011-03-211-2/+0
* | | | MergeAntoine Pitrou2011-03-200-0/+0
|\ \ \ \ | |/ / /
| * | | MergeAntoine Pitrou2011-03-205-3/+35
| |\ \ \
* | \ \ \ Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-201-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-201-4/+4
* | | | | Issue #11127: Raise a TypeError when trying to pickle a socket object.Antoine Pitrou2011-03-203-0/+12
* | | | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767Victor Stinner2011-03-203-1/+33
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-203-1/+33
* | | | | mergeVictor Stinner2011-03-200-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Fix #11586: typo in initfsencoding()Victor Stinner2011-03-201-1/+1
* | | | | Fix #11586: typo in initfsencoding()Victor Stinner2011-03-201-1/+1
| |_|_|/ |/| | |
* | | | Issue #3080: imp.load_module() accepts None for the module pathVictor Stinner2011-03-202-10/+18
* | | | Use proper gettext plural forms in optparse (closes #4391).Éric Araujo2011-03-203-12/+18
* | | | tabs are verboten.Georg Brandl2011-03-201-3/+4
* | | | Merge from 3.1Éric Araujo2011-03-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge from 3.1Éric Araujo2011-03-201-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix typo in class nameÉric Araujo2011-03-201-1/+1
* | | MergeAntoine Pitrou2011-03-202-5/+11
|\ \ \ | |/ /
| * | MergeAntoine Pitrou2011-03-202-5/+11
| |\ \ | | |/