2014-02-11 |
R David Murray | whatsnew: __complex__ may not return float, .so may... |
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 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Serhiy Storchaka | Issue #19856: shutil.move() failed to move a directory... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Serhiy Storchaka | Issue #19856: shutil.move() failed to move a directory... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Larry Hastings | Merge Python 3.4.0rc1 release branch. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Larry Hastings | Python 3.4.0rc1: Post-release updates. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Victor Stinner | Issue #20505: Fix TestLoop, set the clock resolution |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Benjamin Peterson | merge 3.3 (#20588) |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Benjamin Peterson | don't put runtime values in array initializer for C89... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
R David Murray | whatsnew: slice.index no longer accepts negative values... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
R David Murray | Fix PYTHONPATH wording. It's just PATH, not "normal... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
R David Murray | whatsnew: bytes/bytearray.join args, PYTHONPATH= is... |
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 |
Victor Stinner | Issue #20505: BaseEventLoop uses again the resolution... |
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 |
Terry Jan Reedy | Issue #20167: Add missing else: break in 3 places as... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Georg Brandl | Fix trailing whitespace. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Georg Brandl | merge with 3.3.4 releasing repo |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Georg Brandl | Post-release updates. |
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-10 |
Serhiy Storchaka | issue12085: Use more Pythonic way to check _child_created. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Serhiy Storchaka | issue12085: Use more Pythonic way to check _child_created. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Serhiy Storchaka | Temporary silence test broken by issue19255. |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Serhiy Storchaka | Issue #19255: The builtins module is restored to initia... |
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 |
Georg Brandl | Added tag v3.3.4 for changeset 7ff62415e426 |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Georg Brandl | news entry v3.3.4 |
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 |
next |