- 15 Aug, 2014 13 commits
-
-
Victor Stinner authored
compiler warnings in the Modules/ subdirectory.
-
Victor Stinner authored
warnings in the Objects/ subdirectory. PyType_FromSpecWithBases() and PyType_FromSpec() now reject explicitly negative slot identifiers.
-
Victor Stinner authored
warnings in the Python/ subdirectory.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
changes that were only merged into demohelp.txt, and re-delete demohelp.txt.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Will forward port 22095 changes separately.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 14 Aug, 2014 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
some __sizeof__() methods.
-
Serhiy Storchaka authored
some __sizeof__() methods.
-
Berker Peksag authored
the FileCompareTestCase.test_matching test. Patch by Steven Barker.
-
Berker Peksag authored
the FileCompareTestCase.test_matching test. Patch by Steven Barker.
-
- 13 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
-
Serhiy Storchaka authored
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
-
- 12 Aug, 2014 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by Raymond Hettinger.
-
Serhiy Storchaka authored
Original patch by Raymond Hettinger.
-
Serhiy Storchaka authored
AIX. Based on patch by Delhallt.
-
Serhiy Storchaka authored
AIX. Based on patch by Delhallt.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 11 Aug, 2014 2 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
- 10 Aug, 2014 5 commits
-
-
Victor Stinner authored
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
-
Victor Stinner authored
Patch written by Xavier de Gaye.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
Patch from Stefan Krah.
-
- 09 Aug, 2014 3 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
R David Murray authored
Patch by Milan Oberkirch, developed as part of his 2014 GSOC project. Note that this also fixes a bug in mock_socket ('getpeername' was returning a simple string instead of the tuple required for IPvX protocols), a bug in DebugServer with respect to handling binary data (should have been fixed when decode_data was introduced, but wasn't found until this patch was written), and a long-standing bug in DebugServer (it was printing an extra blank line at the end of the displayed message text).
-