2014-02-18 |
Yury Selivanov | asyncio: Add support for UNIX Domain Sockets. |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Victor Stinner | Issue #20493: Document that asyncio should not exceed... |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Victor Stinner | Close #20649: Fix typo in asyncio doc. Patch written... |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Victor Stinner | Issue #20667: KqueueEventLoopTests.test_read_pty_output... |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Victor Stinner | Issue #20667: test_asyncio: Skip KqueueEventLoopTests... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Victor Stinner | Issue #20655: Fix test_asyncio, run also subprocess... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Victor Stinner | Close #20652: asyncio doc: close the event loop in... |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Victor Stinner | Issue #20616: Add a format() method to tracemalloc... |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Benjamin Peterson | merge backout for #20621 |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Benjamin Peterson | look up __getnewargs__ and __getnewargs_ex__ on the... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Nick Coghlan | Issue #19744: Handle missing SSL/TLS in ensurepip |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Benjamin Peterson | set line and column numbers for keyword-only arg nodes... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Victor Stinner | Issue #20526, #19466: Revert changes of issue #19466... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Victor Stinner | Fix test_asyncio/test_events.py: skip IPv6 if IPv6... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Victor Stinner | ayncio, Tulip issue 129: BaseEventLoop.sock_connect... |
commit | commitdiff | tree | snapshot |
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 |
next |