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 |
2014-02-07 |
Serhiy Storchaka | Issue #20532: Tests which use _testcapi now are marked... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Serhiy Storchaka | Issue #20532: Tests which use _testcapi now are marked... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Yury Selivanov | asyncio.tasks: Fix as_completed, gather & wait to work... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Ethan Furman | Close issue20534: test_enum now tests all supported... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Silence BytesWarning (backport 267a4d4d9d65). |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Zachary Ware | Issue #3158: Provide a couple of fallbacks for in case... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Issue #20363. Fixed BytesWarning triggerred by test... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Issue #20363. Fixed BytesWarning triggerred by test... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Catch deprecation warnings emitted when non-integers... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Fix empty strings to empty bytes objects. |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Fix empty strings to empty bytes objects. |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Yury Selivanov | asyncio.tasks.gather: Fix docstring |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Ethan Furman | Close issue20412: Updated Enum docs to have referencabl... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Brett Cannon | Merge for issue #20488 |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Brett Cannon | Issue #20488: Update docs to say importlib is *the... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Brett Cannon | Issue #6386: When executing a script that's a symlink... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Ronald Oussoren | Issue #14455: fix handling of unsigned long long values... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Issue #20520: Fixed readline test in test_codecs. |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Serhiy Storchaka | Issue #20520: Fixed readline test in test_codecs. |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Yury Selivanov | merge heads |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Yury Selivanov | asyncio.streams.StreamReader: Add 'at_eof()' method |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Ned Deily | Issue #20374: merge |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Ned Deily | Issue #20374: delete spurious empty line |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Ned Deily | Issue #20374: merge |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Ned Deily | Issue #20374: Avoid compiler warnings when compiling... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Yury Selivanov | asyncio.streams: Use bytebuffer in StreamReader; Add... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
R David Murray | #14515: clarify that TemporaryDirectory's __enter__... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
R David Murray | #14515: clarify that TemporaryDirectory's __enter__... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Serhiy Storchaka | Issue #19920: TarFile.list() no longer fails when outpu... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Serhiy Storchaka | Issue #19920: TarFile.list() no longer fails when outpu... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Eric V. Smith | TestNamedTuple.test_pickle was only testing through... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Nick Coghlan | Issue #20053: new test to check an assumption |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Serhiy Storchaka | Issue #20498: Fixed io.StringIO tests for newline=... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Serhiy Storchaka | Issue #20498: Fixed io.StringIO tests for newline=... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Serhiy Storchaka | Issue #20489: Explicitly qualified expressions for... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Ned Deily | Issue #20465: Update SQLite shipped with OS X installer... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Christian Heimes | Issue #20515: Fix NULL pointer dereference introduced... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Christian Heimes | Issue #20515: Fix NULL pointer dereference introduced... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Guido van Rossum | asyncio: Cosmetic improvement to test__run_once_logging... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Guido van Rossum | Add missing word ("thread") to sentence about call_soon... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Victor Stinner | asyncio doc: add an example to schedule a coroutine... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Vinay Sajip | Closes #20509: Merged documentation update from 3.3. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Vinay Sajip | Issue #20509: Added cross-reference in documentation. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Benjamin Peterson | merge 3.3 (#19186) |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Benjamin Peterson | restore namespacing of pyexpat symbols (closes #19186) |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Nick Coghlan | Close #20053: ignore default pip config settings |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Nick Coghlan | Close #20404: blacklist non-text encodings in io.TextIO... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Victor Stinner | Issue #17162: Fix compilation, replace non-breaking... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Martin v. Löwis | Issue #17162: Add PyType_GetSlot. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Victor Stinner | asyncio: Fix _ProactorWritePipeTransport._pipe_closed() |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Victor Stinner | Oops, undo unwanted changes in test_asyncio: mistakes... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Victor Stinner | asyncio doc: add an example of asyncio.subprocess with... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Victor Stinner | asyncio.subprocess: Replace Process.get_subprocess... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Ned Deily | Issue #20474: Fix "unexpected success" test_socket... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Ned Deily | Issue #20474: Fix "unexpected success" test_socket... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Serhiy Storchaka | Skip expr* tests for large integers for Tcl <8.5. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Serhiy Storchaka | Skip expr* tests for large integers for Tcl <8.5. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Antoine Pitrou | Issue #20426: When passing the re.DEBUG flag, re.compil... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Antoine Pitrou | Issue #20426: When passing the re.DEBUG flag, re.compil... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Serhiy Storchaka | Issue #19761: Fixed Tkinter tests on OS X. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Serhiy Storchaka | Issue #19761: Fixed Tkinter tests on OS X. |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Serhiy Storchaka | Issue #20368: The null character now correctly passed... |
commit | commitdiff | tree | snapshot |
next |