2013-12-13 |
Victor Stinner | Issue #14432: Null merge 3.3, Python 3.4 has a differen... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Victor Stinner | Issue #14432: Generator now clears the borrowed referen... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Victor Stinner | Issue #14432: Remove the thread state field from the... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Victor Stinner | Close #19576: PyGILState_Ensure() now initializes threa... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Victor Stinner | Issue #19751: Fix hash_info test of test_sys on SPARC... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Victor Stinner | Issue #19751: Fix typo in configuration option |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Stefan Krah | Merge from 3.3. |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Stefan Krah | Do not discard const qualifier without a reason. |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Zachary Ware | Merge fix from 3.3 |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Zachary Ware | Avoid UnicodeEncodeError by only printing ASCII. |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Victor Stinner | Add a sequence diagram for the chained coroutines example |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Zachary Ware | Properly filter some recent additions in the Windows... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Zachary Ware | Null merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Zachary Ware | Filter namespaceobject's files properly in the pythonco... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Zachary Ware | Issue #19828: Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Zachary Ware | Issue #19828: Fixed test_site when the whole suite... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
R David Murray | #19063: fix set_payload handling of non-ASCII string... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
R David Murray | Null merge for #19063 (3.4 fix is different). |
commit | commitdiff | tree | snapshot |
2013-12-11 |
R David Murray | #19063: partially fix set_payload handling of non-ASCII... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Serhiy Storchaka | Issue #17576: Deprecation warning emitted now when... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Serhiy Storchaka | Issue #17576: Deprecation warning emitted now when... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Eric Snow | Issue #18864: Add a setter for ModuleSpec.has_location. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Gregory P.... | null merge (3.4 doesn't need this fix) |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Gregory P.... | Fixes Issue #17200: telnetlib's read_until and expect... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Ned Deily | Issue #18270: merge from 3.3 |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Ned Deily | Issue #18270: Prevent possible IDLE AttributeError... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Zachary Ware | Issue #19928: Fix test on Windows |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Zachary Ware | Issue #19928: Fix test on Windows |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Ezio Melotti | #19943: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Ezio Melotti | #19943: fix typo noticed by Jakub Wilk. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Serhiy Storchaka | Remove commented out debugging code (remnants of issue... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Nick Coghlan | Issue #19407: merge PPUG notes from 3.3 |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Nick Coghlan | Issue #19407: add Python Packaging User Guide notes |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | asyncio doc: simplify task example |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | asyncio doc: don't document Task.cancel(), already... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | asyncio: document Task.current_task() |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Serhiy Storchaka | Issue #19928: Implemented a test for repr() of cell... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Serhiy Storchaka | Issue #19928: Implemented a test for repr() of cell... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Serhiy Storchaka | Issue #19481: print() of string subclass instance in... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Serhiy Storchaka | Issue #19481: print() of string subclass instance in... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Eric Snow | Remove commented-out module spec test code and an out... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Eric Snow | Issue 19851: Fix a regression in reloading submodules. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | asyncio: don't document private functions |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | asyncio: fix 2nd task example |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | asyncio doc: rewrite the callback hello world to use... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | assyncio doc: rewrite, improve and move coroutine,... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | (Merge 3.3) Issue #19932: Fix typo in import.h, missing... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Victor Stinner | Issue #19932: Fix typo in import.h, missing whitespaces... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Stefan Krah | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Stefan Krah | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Stefan Krah | Merge 3.3. |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Serhiy Storchaka | Issue #15475: Add __sizeof__ implementations for iterto... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | asyncio doc: explain why the loop is running twice |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | asyncio: another Future example using add_done_callback() |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | asyncio doc: add an example with Future |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | Issue #19817: Fix print_exception(), clear the exceptio... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | Backed out changeset c4c1c4bc8086 |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | Issue #19876: Run also test_selectors.test_unregister_a... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | Close #19880: Fix a reference leak in unittest.TestCase... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Victor Stinner | Fix #19830: Fix a ResourceWarning in test_poplib. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Victor Stinner | (Merge 3.3) Issue #17429: Oops, remove unused import |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Victor Stinner | Issue #17429: Oops, remove unused import |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Victor Stinner | Issue #17429: some PEP 8 compliance fixes for the platf... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Victor Stinner | (Merge 3.3) Issue #17429: platform.linux_distribution... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Victor Stinner | Issue #17429: platform.linux_distribution() now decodes... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Stefan Krah | Add libmpdec license. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Stefan Krah | Fix two typos. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Stefan Krah | Missed one copyright. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Gregory P.... | Fixes issue #19929: Call os.read with 32768 within... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Gregory P.... | Fixes issue #19929: Call os.read with 32768 within... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Stefan Krah | Update copyright. The four year increment is intentiona... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Nadeem Vawda | Closes #18430: Document that peek() may change the... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Nadeem Vawda | #18430: Document that peek() may change the position... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Serhiy Storchaka | Issue #19535: Fixed test_docxmlrpc, test_functools... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Serhiy Storchaka | Issue #19535: Fixed test_docxmlrpc when python is run... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
doko@ubuntu.com | - Issue #19736: Add module-level statvfs constants... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Christian Heimes | Attempt to fix OpenIndiana build issue introduced by... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Christian Heimes | Issue #19343: Expose FreeBSD-specific APIs in resource... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Charles-François... | Fix test_selectors failure introduced by 39e7995f9ad1. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Gregory P.... | Remove mentions of Python 2.x and being externally... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Gregory P.... | Remove mentions of Python 2.x and being externally... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Zachary Ware | Issue #19926: Removed unneeded test_main from test_abst... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Zachary Ware | Issue #19926: Removed unneeded test_main from test_abst... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Zachary Ware | Issue 19572: More silently skipped tests explicitly... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Zachary Ware | Normalize whitespace |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Zachary Ware | Issue 19572: More silently skipped tests explicitly... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Gregory P.... | Fixes issue #19506: Use a memoryview to avoid a data... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Gregory P.... | Fixes issue #19506: Use a memoryview to avoid a data... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Eric Snow | Issue #19758: silence PendingDeprecationWarnings in... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Guido van Rossum | News item for issue 19876. |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Guido van Rossum | Silently ignore unregistering closed files. Fixes issue... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Christian Heimes | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Charles-François... | Issue #19857: Make sure that test_imaplib reaps server... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Charles-François... | Issue #19857: Make sure that test_imaplib reaps server... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Charles-François... | Issue #19857: Make sure that test_imaplib reaps server... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Christian Heimes | Solaris needs a readable file for shared lock |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Victor Stinner | Remove a duplicated import |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Alexandre Vassalotti | Issue #6784: Strings from Python 2 can now be unpickled... |
commit | commitdiff | tree | snapshot |
next |