summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, andSerhiy Storchaka2013-12-085-4/+14
|\ | | | | | | test_statistics when python is run with -OO.
| * Issue #19535: Fixed test_docxmlrpc when python is run with -OO.Serhiy Storchaka2013-12-082-2/+6
| |
* | - Issue #19736: Add module-level statvfs constants defined for GNU/glibcdoko@ubuntu.com2013-12-083-0/+47
| | | | | | | | based systems.
* | Attempt to fix OpenIndiana build issue introduced by #19922Christian Heimes2013-12-082-6/+18
| |
* | Issue #19343: Expose FreeBSD-specific APIs in resource module. Original ↵Christian Heimes2013-12-084-0/+51
| | | | | | | | patch by Koobs.
* | Fix test_selectors failure introduced by 39e7995f9ad1.Charles-François Natali2013-12-081-0/+1
| |
* | Remove mentions of Python 2.x and being externally maintained fromGregory P. Smith2013-12-081-5/+2
|\ \ | |/ | | | | | | the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module.
| * Remove mentions of Python 2.x and being externally maintained fromGregory P. Smith2013-12-081-5/+2
| | | | | | | | | | the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module.
* | Issue #19926: Removed unneeded test_main from test_abstract_numbers.Zachary Ware2013-12-082-4/+3
|\ \ | |/ | | | | Patch by Vajrasky Kok.
| * Issue #19926: Removed unneeded test_main from test_abstract_numbers.Zachary Ware2013-12-082-4/+3
| | | | | | | | Patch by Vajrasky Kok.
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-0835-146/+139
|\ \ | |/
| * Normalize whitespaceZachary Ware2013-12-081-1/+1
| |
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-0834-138/+126
| |
* | Fixes issue #19506: Use a memoryview to avoid a data copy when piping dataGregory P. Smith2013-12-082-2/+8
|\ \ | |/ | | | | to stdin within subprocess.Popen.communicate. 5-10% less cpu usage.
| * Fixes issue #19506: Use a memoryview to avoid a data copy when piping dataGregory P. Smith2013-12-082-2/+8
| | | | | | | | to stdin within subprocess.Popen.communicate. 5-10% less cpu usage.
* | Issue #19758: silence PendingDeprecationWarnings in test_importlib.Eric Snow2013-12-081-4/+8
| |
* | News item for issue 19876.Guido van Rossum2013-12-081-0/+3
| |
* | Silently ignore unregistering closed files. Fixes issue 19876. With docs and ↵Guido van Rossum2013-12-073-48/+129
| | | | | | | | slight test refactor.
* | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_tChristian Heimes2013-12-074-0/+22
| | | | | | | | for mbrtowc().
* | 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
| | | | | | | | error upon client disconnection.
* | 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
| | | | | | | | | | | | error upon client disconnection.
* | | Issue #19857: Make sure that test_imaplib reaps server threads even in face ofCharles-François Natali2013-12-071-7/+6
| | | | | | | | | | | | error upon client disconnection.
* | | 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
| | | | | | | | | | | | | | | | | | | | | Initial patch by Merlijn van Deen. I've added a few unrelated docstring fixes in the patch while I was at it, which makes the documentation for pickle a bit more consistent.
* | | 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
| | | | | | | | | | | | This silences the pre-processor warning '_POSIX_C_SOURCE redefined'.
* | | 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
| | | | | | | | | | | | where appropriate.
* | | 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
| | | | | | | | | | | | is present. Original patch by Antoine Pitrou.
* | | 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
| | | | | | | | | | | | The new asyncio package now supports the new feature and comes with additional tests for SSL.
* | | Issue #19296: Silence compiler warning in dbm_open.Christian Heimes2013-12-052-1/+4
| | | | | | | | | | | | Some dbm header files declare the first argument as char * instead of a const char *.
* | | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-053-34/+70
|\ \ \ | |/ / | | | | | | pickle module.
| * | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-053-34/+70
| | | | | | | | | | | | pickle module.
* | | Issue #19850: asyncio: Set SA_RESTART when registering a signal handler toCharles-François Natali2013-12-051-0/+2
| | | | | | | | | | | | limit EINTR occurrences.