summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backport test for nested namespace packages.Antoine Pitrou2012-07-091-2/+44
* normalize whitespaceMartin v. Löwis2012-07-091-1/+1
* Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-093-3/+25
* Issue 12510: Delete actual first param name for all methods; revise tests.Terry Jan Reedy2012-07-091-14/+20
* revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-093-11/+0
* Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-082-4/+7
* issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-082-3/+3
* Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-083-1/+12
* Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-073-1/+8
* Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-063-12/+16
* Issue #15020: The program name used to search for Python's path is now "pytho...Antoine Pitrou2012-07-052-0/+7
* Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-053-1/+19
* Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-031-1/+4
* Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
* Fix inconsistent function name in embedding howto.Georg Brandl2012-07-011-2/+2
* Issue #15171: Quote the variable that expands to the current directory.Stefan Krah2012-06-301-1/+1
* Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
* MergedTim Golden2012-06-291-22/+15
|\
| * Issue #1677: Handle better a race condition between the interactive interpret...Tim Golden2012-06-291-22/+15
* | urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
* | Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
|/
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-293-0/+23
* #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
* urlparse docs clean up - no reference to earlier draftSenthil Kumaran2012-06-291-5/+5
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-285-12/+14
* Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-283-1/+5
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-283-5/+46
* Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* Allow passing extra testing options to the buildbot test scriptsAntoine Pitrou2012-06-272-3/+2
* Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-262-3/+6
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-262-1/+19
* issue13666 - Fixing datetime documentation example when using tzinfoSenthil Kumaran2012-06-261-10/+9
* Issue #13685 - Update argparse help message for % sign usage.Senthil Kumaran2012-06-261-0/+3
* Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...Vinay Sajip2012-06-251-1/+5
* Backport test_nntplib fixes from default.Antoine Pitrou2012-06-251-2/+5
* Issue #15171: Try the HOST_PYTHON hack for 3.2.Stefan Krah2012-06-251-0/+1
* Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+5
* Fix a bunch of "versionchanged" related markup errors.Georg Brandl2012-06-243-6/+5
* Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.Georg Brandl2012-06-241-1/+1
* Partial backport of 612f34e31270: fix spacing error in exception message.Georg Brandl2012-06-241-2/+2
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-247-8/+290
* Speed up test_io by >2x by reducing the sleep time using setitimer instead ofGregory P. Smith2012-06-241-5/+5
* The build target of this makefile is python3.dll, not python32.dll.Martin v. Löwis2012-06-231-2/+2
* Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-232-0/+9
* Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.Mark Dickinson2012-06-231-22/+39
* Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...Mark Dickinson2012-06-231-18/+23
* Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...Mark Dickinson2012-06-231-13/+16
* Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-223-4/+13
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-213-6/+19