summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-1010-73/+380
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-096-14/+9
* More complete documentation of event loops and policies.Eli Bendersky2014-02-091-15/+54
* Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-093-6/+6
* Fix typo in library/ipc.rstEli Bendersky2014-02-091-1/+1
* Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.Victor Stinner2014-02-091-0/+3
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0915-63/+34
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0916-63/+34
* | Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-0928-327/+825
* | asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-092-6/+0
* | Issue #20500: clarify that invocation may be indirectNick Coghlan2014-02-091-2/+3
* | Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-093-7/+18
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-093-29/+1
* | asyncio: Test fix.Guido van Rossum2014-02-091-1/+1
* | Note the new debug assertion in PyObject_StrNick Coghlan2014-02-092-0/+11
* | Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-094-2/+28
* | mergeBrian Curtin2014-02-091-1/+1
|\ \
| * | asyncio doc: fix gather() docVictor Stinner2014-02-091-1/+1
* | | Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-094-7/+7
|/ /
* | asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-092-3/+0
* | Tweaks to What's New and some referenced docsNick Coghlan2014-02-093-15/+40
* | Close #20563: Declare ipaddress API stableNick Coghlan2014-02-083-7/+13
* | Merge: #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-084-7/+16
|\ \ | |/
| * #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-084-7/+16
* | merge from 3.3Senthil Kumaran2014-02-081-7/+8
|\ \ | |/
| * Include the mention of ResourceWarning being displayed by default by the test...Senthil Kumaran2014-02-081-7/+8
* | asyncio doc: document missing event loop methodsVictor Stinner2014-02-081-4/+86
* | asyncio doc: sort methodsVictor Stinner2014-02-081-5/+5
* | Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...Antoine Pitrou2014-02-082-6/+21
|\ \ | |/
| * Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...Antoine Pitrou2014-02-082-6/+21
* | Merge.Charles-François Natali2014-02-083-21/+233
|\ \
| * | Close issue20534: all pickle protocols now supported.Ethan Furman2014-02-083-21/+233
* | | Issue #20065: socketmodule: Fix build error when AF_CAN is defined without theCharles-François Natali2014-02-081-3/+3
|\ \ \ | |/ / |/| / | |/
| * Issue #20065: socketmodule: Fix build error when AF_CAN is defined without theCharles-François Natali2014-02-081-3/+3
* | Merge: #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-084-0/+29
|\ \ | |/
| * #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-084-0/+29
* | Merge #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-084-2/+29
|\ \ | |/
| * #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-083-1/+28
* | Issue #20553. Use specific asserts in ipaddress tests.Serhiy Storchaka2014-02-081-18/+17
|\ \ | |/
| * Issue #20553. Use specific asserts in ipaddress tests.Serhiy Storchaka2014-02-081-18/+17
* | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-089-1/+16
|\ \ | |/
| * Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-089-1/+16
* | Close #20536: correctly handle Decimal exponents in statisticsNick Coghlan2014-02-083-1/+46
* | Merge #18805 NEWS fix from 3.3Nick Coghlan2014-02-081-1/+1
|\ \ | |/
| * Fix #18805 NEWS entryNick Coghlan2014-02-081-1/+1
* | Merge fix for #18805 from 3.3Nick Coghlan2014-02-083-85/+139
|\ \ | |/
| * Issue #18805: better netmask validation in ipaddressNick Coghlan2014-02-083-85/+139
* | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-083-29/+30
|\ \ | |/
| * Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-083-29/+30
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-088-26/+27
|\ \ | |/