summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | minor .rst fixSenthil Kumaran2012-04-101-1/+1
* | | merge headsBenjamin Peterson2012-04-091-1/+1
|\ \ \
| * | | Corrected comment in cookbook example script.Vinay Sajip2012-04-091-1/+1
* | | | merge 3.1 (#14509)Benjamin Peterson2012-04-092-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix build without Py_DEBUG and DNDEBUG (closes #14509)Benjamin Peterson2012-04-092-0/+4
* | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
* | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
* | | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | | Added multiprocessing example to logging cookbook.Vinay Sajip2012-04-081-0/+229
* | | Closes #14511: fix wrong opensearch link for 3.2 docs.Georg Brandl2012-04-071-1/+1
* | | merge headsBenjamin Peterson2012-04-0615-96/+187
|\ \ \
| * | | #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-062-5/+32
| * | | Issue #14502: release() and unlocked lock generates a ThreadErrorSandro Tosi2012-04-051-1/+1
| * | | Issue #14496: Fix wrong name in idlelib/tabbedpages.py.Andrew Svetlov2012-04-052-2/+5
| * | | test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
| * | | #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-057-86/+132
| * | | Closes #14495: fix typo.Georg Brandl2012-04-041-1/+1
| * | | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-033-0/+14
| * | | #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
* | | | port 3.1.5rc2 tagBenjamin Peterson2012-04-061-0/+1
* | | | merge 3.1Benjamin Peterson2012-04-061-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Added tag v3.1.5 for changeset 7395330e495eBenjamin Peterson2012-04-061-0/+1
| * | bump to 3.1.5 finalv3.1.5Benjamin Peterson2012-04-065-7/+7
| * | Added tag v3.1.5rc2 for changeset 75db2bc69fc9Benjamin Peterson2012-03-151-0/+1
| * | merge headsv3.1.5rc2Benjamin Peterson2012-03-1512-69/+142
| |\ \
| * | | bump to 3.1.5rc2Benjamin Peterson2012-03-155-5/+10
* | | | fix parse_syntax_error to clean up its resourcesBenjamin Peterson2012-04-031-20/+31
* | | | remove uneeded lineBenjamin Peterson2012-04-021-1/+0
* | | | Issue #14471: Fix a possible buffer overrun in the winreg module.Kristján Valur Jónsson2012-04-022-1/+3
* | | | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-023-0/+30
* | | | adjust formattingBenjamin Peterson2012-04-011-5/+5
* | | | remove extraneous conditionBenjamin Peterson2012-04-011-6/+4
* | | | merge headsBenjamin Peterson2012-04-0122-86/+185
|\ \ \ \
| * | | | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-013-1/+26
| * | | | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-012-2/+9
| * | | | fix typo; thanks to Robert Bardos from docs@Sandro Tosi2012-03-311-1/+1
| * | | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-313-0/+15
| * | | | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-312-1/+3
| * | | | Issue #14456: improve documentation of the signal module w.r.t. threads.Antoine Pitrou2012-03-311-40/+52
| * | | | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-313-4/+25
| * | | | use unittest.skip; thanks to Chang Min Jeon from docs@Sandro Tosi2012-03-311-1/+1
| * | | | #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
| * | | | add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@Sandro Tosi2012-03-311-0/+2
| * | | | update NEWS as Terry Reedy proposedAndrew Svetlov2012-03-312-4/+8
| * | | | #10423: clarify options vs args in argparse discussion of optparseR David Murray2012-03-301-2/+3
| * | | | Closes #14436: Convert msg + args to string before pickling.Vinay Sajip2012-03-291-5/+10
| * | | | Issue #14409: IDLE doesn't not execute commands from shell with default keybi...Andrew Svetlov2012-03-293-1/+7
| * | | | #14416: add missing LOG_SYSLOG facility to syslog docs.R David Murray2012-03-291-1/+2
| * | | | Closes #14411: remove outdated comment in rlcompleter docstring.Georg Brandl2012-03-271-20/+16