Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. | Vinay Sajip | 2012-04-10 | 1 | -1/+2 |
| | |||||
* | minor .rst fix | Senthil Kumaran | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | merge heads | Benjamin Peterson | 2012-04-09 | 1 | -1/+1 |
|\ | |||||
| * | Corrected comment in cookbook example script. | Vinay Sajip | 2012-04-09 | 1 | -1/+1 |
| | | |||||
* | | merge 3.1 (#14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
| | | |||||
* | | Fix the patch for issue #7978: select() raises select.error before 3.3, not ↵ | Antoine Pitrou | 2012-04-08 | 2 | -3/+3 |
| | | | | | | | | OSError. | ||||
* | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 |
| | | |||||
* | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 |
| | | | | | | | | | | This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera. | ||||
* | | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
| | | |||||
* | | Added multiprocessing example to logging cookbook. | Vinay Sajip | 2012-04-08 | 1 | -0/+229 |
| | | |||||
* | | Closes #14511: fix wrong opensearch link for 3.2 docs. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2012-04-06 | 15 | -96/+187 |
|\ \ | |||||
| * | | #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 2 | -5/+32 |
| | | | | | | | | | | | | Initial patch by Popa Claudiu. | ||||
| * | | Issue #14502: release() and unlocked lock generates a ThreadError | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #14496: Fix wrong name in idlelib/tabbedpages.py. | Andrew Svetlov | 2012-04-05 | 2 | -2/+5 |
| | | | | | | | | | | | | Patch by Popa Claudiu. | ||||
| * | | test_tools fix: don't import analyze_dxp if no _thread module | R David Murray | 2012-04-05 | 1 | -0/+1 |
| | | | |||||
| * | | #14490, #14491: add 'sundry'-style import tests for Tools/scripts. | R David Murray | 2012-04-05 | 7 | -86/+132 |
| | | | | | | | | | | | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests. | ||||
| * | | Closes #14495: fix typo. | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 3 | -0/+14 |
| | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu. | ||||
| * | | #14481: fix formatting of example in subprocess docs. | R David Murray | 2012-04-03 | 1 | -1/+1 |
| | | | |||||
* | | | port 3.1.5rc2 tag | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | | | |||||
* | | | merge 3.1 | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Added tag v3.1.5 for changeset 7395330e495e | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | | |||||
| * | bump to 3.1.5 finalv3.1.5 | Benjamin Peterson | 2012-04-06 | 5 | -7/+7 |
| | | |||||
| * | Added tag v3.1.5rc2 for changeset 75db2bc69fc9 | Benjamin Peterson | 2012-03-15 | 1 | -0/+1 |
| | | |||||
| * | merge headsv3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 12 | -69/+142 |
| |\ | |||||
| * | | bump to 3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 5 | -5/+10 |
| | | | |||||
* | | | fix parse_syntax_error to clean up its resources | Benjamin Peterson | 2012-04-03 | 1 | -20/+31 |
| | | | |||||
* | | | remove uneeded line | Benjamin Peterson | 2012-04-02 | 1 | -1/+0 |
| | | | |||||
* | | | Issue #14471: Fix a possible buffer overrun in the winreg module. | Kristján Valur Jónsson | 2012-04-02 | 2 | -1/+3 |
| | | | |||||
* | | | prevent writing to stderr from messing up the exception state (closes #14474) | Benjamin Peterson | 2012-04-02 | 3 | -0/+30 |
| | | | |||||
* | | | adjust formatting | Benjamin Peterson | 2012-04-01 | 1 | -5/+5 |
| | | | |||||
* | | | remove extraneous condition | Benjamin Peterson | 2012-04-01 | 1 | -6/+4 |
| | | | |||||
* | | | merge heads | Benjamin Peterson | 2012-04-01 | 22 | -86/+185 |
|\ \ \ | |||||
| * | | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 3 | -1/+26 |
| | | | | | | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_PIPE type address under non-Windows platforms. Patch by Popa Claudiu. | ||||
| * | | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | Patch by Suman Saha. | ||||
| * | | | fix typo; thanks to Robert Bardos from docs@ | Sandro Tosi | 2012-03-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | Issue #13872: socket.detach() now marks the socket closed (as mirrored in ↵ | Antoine Pitrou | 2012-03-31 | 3 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | the socket repr()). Patch by Matt Joiner. | ||||
| * | | | Issue #14437: Fix building the _io module under Cygwin. | Antoine Pitrou | 2012-03-31 | 2 | -1/+3 |
| | | | | |||||
| * | | | Issue #14456: improve documentation of the signal module w.r.t. threads. | Antoine Pitrou | 2012-03-31 | 1 | -40/+52 |
| | | | | |||||
| * | | | Issue #14406: Fix a race condition when using ↵ | Antoine Pitrou | 2012-03-31 | 3 | -4/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | `concurrent.futures.wait(return_when=ALL_COMPLETED)`. Patch by Matt Joiner. | ||||
| * | | | use unittest.skip; thanks to Chang Min Jeon from docs@ | Sandro Tosi | 2012-03-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial. | ||||
| * | | | add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ | Sandro Tosi | 2012-03-31 | 1 | -0/+2 |
| | | | | |||||
| * | | | update NEWS as Terry Reedy proposed | Andrew Svetlov | 2012-03-31 | 2 | -4/+8 |
| | | | | |||||
| * | | | #10423: clarify options vs args in argparse discussion of optparse | R David Murray | 2012-03-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Patch by Sandro Tosi. | ||||
| * | | | Closes #14436: Convert msg + args to string before pickling. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
| | | | | |||||
| * | | | Issue #14409: IDLE doesn't not execute commands from shell with default ↵ | Andrew Svetlov | 2012-03-29 | 3 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | keybinding for <Return>. Patch by Roger Serwy. | ||||
| * | | | #14416: add missing LOG_SYSLOG facility to syslog docs. | R David Murray | 2012-03-29 | 1 | -1/+2 |
| | | | |