2014-07-09 |
Berker Peksag | Issue #6916: Use assertWarns in test_asynchat. |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Guido van Rossum | Fix bootstrapping asdl -- it didn't work with Python... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Antoine Pitrou | Issue #21938: simplify gen_iternext() |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | (Merge 3.4) asyncion, Tulip issue 181: BaseEventLoop... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | asyncion, Tulip issue 181: BaseEventLoop.create_datagra... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | (Merge 3.4) Issue #21680: Document asyncio event loops |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | Issue #21680: Document asyncio event loops |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Zachary Ware | Issue #21907: Make the buildbot clean script always... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | Merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | Update asyncio documentation |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Fix compilation failure (followup to #21803) |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Issue #21803: remove macro indirections in complexobject.h |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) Issue #11259: asynchat.async_chat().set_ter... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #11259: asynchat.async_chat().set_terminator... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) asynchat: PEP8-ify the code |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | asynchat: PEP8-ify the code |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) Issue #12523: asynchat.async_chat.push... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #12523: asynchat.async_chat.push() now raises... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #21925: PyImport_Cleanup(): Remove unused paramet... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Issue #21907: Exit with the correct return code |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #21781, _ssl: Fix asn1obj2py() on Windows 64... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Issue #17846: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Issue #17846: Clarify note about Solution Folders. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Fix MSVC edition mismatch. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Issue #21907: Improved the batch scripts provided for... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Berker Peksag | Issue #21707: Merge with 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Berker Peksag | Issue #21707: Fix tests on Windows. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Berker Peksag | Issue #21707: Merge with 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Berker Peksag | Issue #21707: Add missing kwonlyargcount argument to... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #21881: Just omit tests for platform-specific... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #21881: Just omit tests for platform-specific... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #19593: Use specific asserts in importlib tests. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #19593: Use specific asserts in importlib tests. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #21881: Be more tolerant in test_tcl to not parsa... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #21881: Be more tolerant in test_tcl to not parsa... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Benjamin Peterson | for some reason, you don't get the right checksum from... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Merge pathlib fixes |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Issue #20639: calling Path.with_suffix('') allows remov... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Issue #21714: Disallow the construction of invalid... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ned Deily | Issue #21923: merge from 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ned Deily | Issue #21923: Prevent AttributeError in distutils.sysco... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Benjamin Peterson | upgrade to unicode 7.0.0 |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ezio Melotti | #20135: merge with 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ezio Melotti | #20135: move FAQ about mutable default arguments to... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Berker Peksag | Issue #9554: Use modern unittest features in test_argparse. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | (Merge 3.4) Closes #21921: Fix ResourceWarning in the... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | Closes #21921: Fix ResourceWarning in the asyncio examp... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | (Merge 3.4) Closes #21886, #21447: Fix a race condition... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | Closes #21886, #21447: Fix a race condition in asyncio... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Berker Peksag | Issue #21920: Merge from 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Berker Peksag | Issue #21920: Add a missing colon to the __main__ doc. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Antoine Pitrou | Issue #21897: Fix a crash with the f_locals attribute... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Antoine Pitrou | Issue #21897: Fix a crash with the f_locals attribute... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Benjamin Peterson | properly decref the return value of close() |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Benjamin Peterson | properly decref the return value of close() |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Victor Stinner | (Merge 3.4) Issue #21892, #21893: Partial revert of... |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Victor Stinner | Issue #21892, #21893: Partial revert of changeset 4f55e... |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Berker Peksag | Merge from 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Berker Peksag | Add an index entry for exec() builtin. |
commit | commitdiff | tree | snapshot |
2014-07-03 |
R David Murray | #15014: Add 'auth' command to implement auth mechanisms... |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Zachary Ware | Closes #21151: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Zachary Ware | Issue #21151: Fixed a segfault in the winreg module. |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Andrew Svetlov | Merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Andrew Svetlov | Update docs about tp_richcompare |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Berker Peksag | Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTes... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Raymond Hettinger | Fix guidance for subclassing collections.Set() |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | (Merge 3.4) Issue #21090: io.FileIO.readall() does... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | Issue #21090: io.FileIO.readall() does not ignore I... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Jason R. Coombs | Normalize style per PEP-8 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Berker Peksag | Issue #5800: headers parameter of wsgiref.headers.Heade... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Andrew Svetlov | Merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Andrew Svetlov | Use try-finally idiom in example for locks in multiproc... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Terry Jan Reedy | More idlelib cleanup inspired by pyflakes. |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Zachary Ware | Issue #18258: Fix test discovery for test_codecmaps_*. |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Zachary Ware | Issue #18258: Fix test discovery for test_codecmaps_*. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Delete a few unused names suggested by pyflakes. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Issue #8677: make the zlib module "ssize_t... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | Issue #8677: make the zlib module "ssize_t clean" for... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Closes #21780: make the unicodedata module... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | Closes #21780: make the unicodedata module "ssize_t... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Issue #21781: Make the ssl module "ssize_t... |
commit | commitdiff | tree | snapshot |
next |