summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...Guido van Rossum2013-12-073-48/+129
* | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_tChristian Heimes2013-12-074-0/+22
* | Merge.Charles-François Natali2013-12-070-0/+0
|\ \ | |/
| * Issue #19857: Make sure that test_imaplib reaps server threads even in face ofCharles-François Natali2013-12-071-7/+6
* | Merge.Charles-François Natali2013-12-070-0/+0
|\ \
| * | Issue #19857: Make sure that test_imaplib reaps server threads even in face ofCharles-François Natali2013-12-071-7/+6
* | | Issue #19857: Make sure that test_imaplib reaps server threads even in face ofCharles-François Natali2013-12-071-7/+6
* | | Solaris needs a readable file for shared lockChristian Heimes2013-12-071-1/+2
* | | Remove a duplicated importVictor Stinner2013-12-071-1/+0
* | | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-078-354/+435
* | | Fix indentation of switch cases.Guido van Rossum2013-12-071-11/+11
* | | merge 3.3 (#19910)Benjamin Peterson2013-12-072-4/+4
|\ \ \ | | |/ | |/|
| * | document that compile() can take bytes (closes #19910)Benjamin Peterson2013-12-072-4/+4
* | | Mention pickle protocol 4, and some tweaks.Antoine Pitrou2013-12-071-7/+18
* | | Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
|\ \ \ | |/ /
| * | Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
* | | copy 'n paste typo (thx Antoine)Christian Heimes2013-12-061-5/+5
* | | Skip new SSL tests with IocpEventLoopChristian Heimes2013-12-061-0/+9
* | | Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.Christian Heimes2013-12-063-10/+10
* | | asyncio: Add Task.current_task() class method.Guido van Rossum2013-12-063-1/+57
* | | Issue #19712: Update test.test_importlib.source for PEP 451Brett Cannon2013-12-064-24/+140
* | | Issue #19712: Update test.test_importlib.import_ to test/use PEP 451Brett Cannon2013-12-068-61/+114
* | | Test same drive in different cases (issue #19908).Serhiy Storchaka2013-12-061-2/+2
* | | Issue #19908: pathlib now joins relative Windows paths correctly when a driveSerhiy Storchaka2013-12-063-5/+53
* | | Merged minor documentation update from 3.3.Vinay Sajip2013-12-061-1/+2
|\ \ \ | |/ /
| * | Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
* | | Issue #19881: Fix bad pickling of large bytes in cpickle.Alexandre Vassalotti2013-12-063-22/+59
* | | fix cert names for asyncio testChristian Heimes2013-12-061-2/+2
* | | Issue #19509: Finish implementation of check_hostnameChristian Heimes2013-12-058-57/+319
* | | Issue #19296: Silence compiler warning in dbm_open.Christian Heimes2013-12-052-1/+4
* | | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-053-34/+70
|\ \ \ | |/ /
| * | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-053-34/+70
* | | Issue #19850: asyncio: Set SA_RESTART when registering a signal handler toCharles-François Natali2013-12-051-0/+2
* | | Add simple test for fcntl.flock()Christian Heimes2013-12-051-0/+15
* | | Test syslog.openlog() without args to test syslog_get_argv()Christian Heimes2013-12-051-0/+4
* | | normalize white spaceChristian Heimes2013-12-051-1/+1
* | | Issue 19509: Don't call match_hostname() twice in http.client.Christian Heimes2013-12-051-6/+6
* | | Add a script similar to xmltests.py to run all SSL-related unit testsChristian Heimes2013-12-051-0/+22
* | | Test SSLSock's context getter and setterChristian Heimes2013-12-051-0/+14
* | | touch _lsprof's clear() method for C code coverageChristian Heimes2013-12-051-0/+1
* | | exclude _hashopenssl.c:_setException() from LCOV coverageChristian Heimes2013-12-051-0/+2
* | | Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-045-18/+98
|\ \ \ | |/ /
| * | #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-043-8/+48
| * | #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-043-11/+51
* | | Merge socket doc changes from 3.3Antoine Pitrou2013-12-041-92/+124
|\ \ \ | |/ /
| * | Tweak the socket module doc layoutAntoine Pitrou2013-12-041-64/+86
| * | Issue #19882: tweak docs for socket.close()Antoine Pitrou2013-12-041-9/+19
* | | asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-042-24/+106
* | | Fix broken docstring continuation line for detach().Guido van Rossum2013-12-041-2/+2
* | | Issue #19509: Don't close the socket in do_handshake() when hostname verifica...Christian Heimes2013-12-041-9/+4