summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19967: Defer the formating of the traceback in asyncio.Future destructorVictor Stinner2013-12-201-11/+14
* Add link from email summary entry to entry in changed module section.R David Murray2013-12-201-1/+4
* Add links to discussion of multiprocessing spawn/forkserver feature.R David Murray2013-12-202-9/+14
* Tidy up ssl whatsnew references, make ssl section formatting consistent.R David Murray2013-12-202-14/+13
* Add link from pickle protocol 4 in summary to the section about it.R David Murray2013-12-201-1/+3
* Include sha3 addition in hashlib section of whatsnew.R David Murray2013-12-202-2/+10
* No need for single para descriptions to have separate contributed by para.R David Murray2013-12-201-14/+0
* whatsnew: s/no new syntax features planned/no new syntax features added/R David Murray2013-12-201-1/+1
* asyncio: Export all abstract protocol and transport classes. Fixes issue #20029.Guido van Rossum2013-12-202-2/+5
* Fix spelling error in single dispatch whatsnew summary, and add link.R David Murray2013-12-201-1/+4
* Make the 'PEP 446' string link to the PEP in whatsnew new feature description.R David Murray2013-12-201-2/+2
* Move versionadded for tracemalloc into the standard location (right after title)R David Murray2013-12-201-2/+2
* Move versionadded for ensurepip into the standard location (right after title)R David Murray2013-12-201-2/+2
* Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-204-3/+4
* Add versionadded to enum docs.R David Murray2013-12-201-0/+2
* Add email package to whatsnew list of significantly improved stdlib modules.R David Murray2013-12-201-0/+3
* Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2
|\
| * Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2
* | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-202-11/+46
|\ \ | |/
| * Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-202-11/+46
* | Issue #19946: use public API for multiprocessing start methodsNick Coghlan2013-12-201-6/+6
* | asyncio: Clean up formatting.Guido van Rossum2013-12-192-4/+4
* | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-192-7/+27
* | Shorten lines.Guido van Rossum2013-12-192-3/+4
* | Null mergeSerhiy Storchaka2013-12-190-0/+0
|\ \ | |/
| * Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
* | Null merge with 3.3.Zachary Ware2013-12-190-0/+0
|\ \ | |/
| * Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-193-65/+3
* | Merge with 3.3Serhiy Storchaka2013-12-191-0/+3
|\ \ | |/
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-193-43/+136
* | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-192-43/+133
* | Fix the C definition of the sys._debugmallocstats() function: the function hasVictor Stinner2013-12-192-1/+4
* | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() nowVictor Stinner2013-12-192-0/+9
|\ \ | |/
| * Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise aVictor Stinner2013-12-192-0/+9
* | Merge headsVictor Stinner2013-12-191-1/+2
|\ \
| * | Better assertion in PyObject_Call() to detect functions returning a result withVictor Stinner2013-12-191-1/+2
* | | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalidVictor Stinner2013-12-193-1/+12
|\ \ \ | | |/ | |/|
| * | Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-193-1/+12
* | | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-193-6/+50
|\ \ \ | |/ / | | / | |/ |/|
| * Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-193-6/+50
* | Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clearVictor Stinner2013-12-191-0/+2
* | Fix os.listdir(): _Py_dup() already raises an exception on error, no need toVictor Stinner2013-12-191-4/+2
* | Issue #19946: appropriately skip new multiprocessing testsNick Coghlan2013-12-191-9/+5
* | Closes #19902: Merged update from 3.3.Vinay Sajip2013-12-191-0/+32
|\ \ | |/
| * Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
* | Remove some dead code in importlib, introduced with the PEP 451 patch.Eric Snow2013-12-192-994/+983
* | merge 3.3 (#20018)Benjamin Peterson2013-12-181-1/+1
|\ \ | |/
| * update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
* | remove trailing spacesGregory P. Smith2013-12-180-0/+0
|\ \ | |/
| * remove trailing spaces.Gregory P. Smith2013-12-181-7/+7