summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge.Charles-François Natali2013-09-083-14/+82
|\
| * Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXECVictor Stinner2013-09-081-0/+30
| * Issue #18904: Improve os.get/set_inheritable() testsVictor Stinner2013-09-081-7/+29
| * Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-7/+23
* | Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions.Charles-François Natali2013-09-081-0/+2
* | Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (theCharles-François Natali2013-09-081-0/+3
|/
* Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where theCharles-François Natali2013-09-081-2/+1
* Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,Charles-François Natali2013-09-081-1/+9
* merge from 3.3Senthil Kumaran2013-09-071-1/+1
|\
| * Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.Senthil Kumaran2013-09-071-1/+1
* | Merge #18952 fix from 3.3Nick Coghlan2013-09-081-12/+19
|\ \ | |/
| * Close #18952: correctly download test support dataNick Coghlan2013-09-081-12/+19
* | Issue 18808: blind attempt to repair some buildbot failures.Tim Peters2013-09-071-1/+6
* | Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-073-34/+127
* | Fix the merge conflictSenthil Kumaran2013-09-071-6/+0
* | merge from 3.3Senthil Kumaran2013-09-072-1/+31
|\ \ | |/
| * Fix License URL display and add test to check for license url presence.Senthil Kumaran2013-09-072-3/+28
* | Merge 3.3 into default.Tim Peters2013-09-061-1/+1
|\ \ | |/
| * Issue 18944: fix a 1-character typo in test_set.py.Tim Peters2013-09-061-1/+1
* | Remove old-school inheritanceAntoine Pitrou2013-09-061-1/+1
* | Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we justCharles-François Natali2013-09-061-1/+4
* | Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup...Antoine Pitrou2013-09-063-46/+47
* | #18852: Handle readline.__doc__ being None in site.py readline activation.R David Murray2013-09-061-2/+3
* | Close #18924: Block naive attempts to change an Enum member.Ethan Furman2013-09-062-0/+18
* | Issue #18920: argparse's default version action (for -v, --version) shouldEli Bendersky2013-09-062-3/+4
* | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-062-0/+33
|\ \ | |/
| * Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-062-0/+33
* | Closes #18941: Merged fix from 3.3.Vinay Sajip2013-09-062-4/+7
|\ \ | |/
| * Issue #18941: Respected delay when doing rollover.Vinay Sajip2013-09-062-4/+7
* | Closes #18940: Merged fix from 3.3.Vinay Sajip2013-09-061-1/+3
|\ \ | |/
| * Issue #18940: Handled low-volume logging when delay is True.Vinay Sajip2013-09-061-1/+3
* | merge from 3.3Senthil Kumaran2013-09-051-4/+4
|\ \ | |/
| * Improve urlencode docstring. Patch by Brian Brazil.Senthil Kumaran2013-09-051-4/+4
* | Issue #18934: multiprocessing: use selectors module.Charles-François Natali2013-09-052-39/+26
* | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts writeSerhiy Storchaka2013-09-051-1/+1
* | Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-053-3/+23
|\ \ | |/
| * Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-053-3/+23
* | Issue #18878: sunau.open now supports the context manager protocol. Based onSerhiy Storchaka2013-09-052-15/+67
* | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-1/+16
|\ \ | |/
| * Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-1/+16
* | Issue #16853: Add new selectors module.Charles-François Natali2013-09-042-0/+795
* | Issues #18901, #18919: Fix a typo in the _sunau_params name.Serhiy Storchaka2013-09-041-1/+1
* | Add docstring for threading.main_thread().Andrew Svetlov2013-09-041-0/+5
* | Issue #18882: Add threading.main_thread() function.Andrew Svetlov2013-09-042-23/+91
* | Issue #16826: Revert fix while Windows issues are being worked out.Meador Inge2013-09-033-90/+19
|\ \ | |/
| * Issue #16826: Revert fix while Windows issues are being worked out.Meador Inge2013-09-033-90/+19
* | Merge heads.Meador Inge2013-09-033-19/+90
|\ \
| * \ Issue #16826: Don't check for PYTHONCASEOK when using -E.Meador Inge2013-09-033-19/+90
| |\ \ | | |/
| | * Issue #16826: Don't check for PYTHONCASEOK when using -E.Meador Inge2013-09-033-19/+90
* | | Issue #18901: The sunau getparams method now returns a namedtuple rather thanSerhiy Storchaka2013-09-042-7/+34