2014-02-13 |
Guido van Rossum | asyncio: Change as_completed() to use a Queue, to avoid... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Yury Selivanov | asyncio.events: Use __slots__ in Handle and TimerHandle |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20495: Skip test_read_pty_output() of test_async... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20505: Remove debug code |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Benjamin Peterson | merge 3.3 (#20594) |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | asyncio, Tulip issue 131: as_completed() and wait(... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | asyncio, Tulip issue 130: Add more checks on subprocess... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | asyncio, Tulip issue 126: call_soon(), call_soon_thread... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20505: use also the monotonic time to decide... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20505: Oops, only print debug info if selector... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20505: Improve debug info in asyncio event loop |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20505: Fix TestLoop, set the clock resolution |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Victor Stinner | Issue #20505: BaseEventLoop uses again the resolution... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Victor Stinner | Issue #20505: Use even shorter sleep in test_timeout_ro... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Larry Hastings | Created release branch for 3.4. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Larry Hastings | Python 3.4.0rc1: Post-release updates. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Added tag v3.4.0rc1 for changeset 5e088cea8660 |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Python 3.4.0rc1: Version bump. v3.4.0rc1 |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Add PyType_GetSlot to python3 def file. Patch courtesy... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Python 3.4.0rc1 release: Updated pydoc topics, fixed... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Issue #20517: Removed unnecessary new (short-lived... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Victor Stinner | Issue #20505: Add debug info to analyze sporaric failur... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Issue #20530: The signatures for slot builtins have... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Larry Hastings | Issue #20517: Functions in the os module that accept... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Victor Stinner | asyncio: Tulip issue 112: Inline make_handle() into... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Eli Bendersky | More complete documentation of event loops and policies. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Eli Bendersky | Various formatting & grammar fixes in asyncio* docs. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Eli Bendersky | Fix typo in library/ipc.rst |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Victor Stinner | Issue #20571: skip test_readline() of test_codecs for... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Serhiy Storchaka | Issue #20437: Fixed 22 potential bugs when deleting... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Serhiy Storchaka | Issue #20437: Fixed 21 potential bugs when deleting... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Larry Hastings | Issue #20530: Argument Clinic's signature format has... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Guido van Rossum | asyncio: Remove more relics of resolution/granularity. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Nick Coghlan | Issue #20500: clarify that invocation may be indirect |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Nick Coghlan | Issue #20500: Note other public APIs with the new assertion |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Victor Stinner | asyncio: Remove Process.subprocess attribute; it's... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Guido van Rossum | asyncio: Test fix. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Nick Coghlan | Note the new debug assertion in PyObject_Str |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Nick Coghlan | Close #20500: Don't trigger PyObject_Str assertion... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Brian Curtin | merge |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Brian Curtin | Spelling corrections. Submitted to python-dev by python... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Victor Stinner | asyncio doc: fix gather() doc |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Victor Stinner | asyncio tests: Remove scories of resolution/granularity |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Nick Coghlan | Tweaks to What's New and some referenced docs |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Close #20563: Declare ipaddress API stable |
commit | commitdiff | tree | snapshot |
2014-02-08 |
R David Murray | Merge: #14983: always add a line end after a MIME bound... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
R David Murray | #14983: always add a line end after a MIME boundary... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Senthil Kumaran | merge from 3.3 |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Senthil Kumaran | Include the mention of ResourceWarning being displayed... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Victor Stinner | asyncio doc: document missing event loop methods |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Antoine Pitrou | Issue #20540: Fix a performance regression (vs. Python... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Charles-François... | Issue #20065: socketmodule: Fix build error when AF_CAN... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Victor Stinner | asyncio doc: sort methods |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Antoine Pitrou | Issue #20540: Fix a performance regression (vs. Python... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Charles-François... | Issue #20065: socketmodule: Fix build error when AF_CAN... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Ethan Furman | Close issue20534: all pickle protocols now supported. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
R David Murray | Merge: #16983: Apply postel's law to encoded words... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
R David Murray | #16983: Apply postel's law to encoded words inside... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
R David Murray | Merge #19772: Do not mutate message when downcoding... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
R David Murray | #19772: Do not mutate message when downcoding to 7bit. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20553. Use specific asserts in ipaddress tests. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20553. Use specific asserts in ipaddress tests. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Terry Jan Reedy | Issue #20406: Use Python application icons for Idle... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Terry Jan Reedy | Issue #20406: Use Python application icons for Idle... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Close #20536: correctly handle Decimal exponents in... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Merge #18805 NEWS fix from 3.3 |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Fix #18805 NEWS entry |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Merge fix for #18805 from 3.3 |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Issue #18805: better netmask validation in ipaddress |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20549: Use specific asserts in mailbox, smtplib... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20549: Use specific asserts in mailbox, smtplib... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20555: Use specific asserts in urllib, httplib... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20555: Use specific asserts in urllib, httplib... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20546: Use specific asserts in int tests. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20546: Use specific asserts in int tests. |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20538: UTF-7 incremental decoder produced incons... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Serhiy Storchaka | Issue #20538: UTF-7 incremental decoder produced incons... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Close #20481: Disallow mixed type input in statistics |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Terry Jan Reedy | Issue #20167: Suppress 3.4 specific 'Exception ignored... |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Nick Coghlan | Issue #20478: avoid special casing Counter in statistics |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Guido van Rossum | More asyncio news. |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Victor Stinner | Issue #20505: Remove resolution and _granularity from... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | Merge: #17369: Improve handling of broken RFC2231 value... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #17369: Improve handling of broken RFC2231 values in... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | Null merge of commit accidentally made to default branc... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #20013: don't raise socket error when selected mailbox... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #20013: don't raise socket error when selected mailbox... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | Merge: #19063: the unicode-in-set_payload problem isn... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #19063: the unicode-in-set_payload problem isn't gettin... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #20531: Apply the 3.3 version of the #19063 fix. |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #20531: Revert e20f98a8ed71, the 3.4 version of the... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Victor Stinner | asyncio doc: mention that asyncio is not thread-safe |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Victor Stinner | Issue #20505: add debug info |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #20477: add examples of using the new contentmanager... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
R David Murray | #20476: use EmailMessage as factory if non-compat32... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Nick Coghlan | Issue #20053: Mark as an expected failure for 3.4 |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Nick Coghlan | Issue 20542: Temporarily skip failing test |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Nick Coghlan | Issue #20053: Actually test relevant assumption |
commit | commitdiff | tree | snapshot |
next |