- 23 Aug, 2014 1 commit
-
-
Nick Coghlan authored
-
- 22 Aug, 2014 6 commits
-
-
Ned Deily authored
python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances.
-
Berker Peksag authored
Thanks to Arfrever Frehtes Taifersar Arahesis.
-
Berker Peksag authored
it don't raise an exception if doraise is False. Patch by Bohuslav "Slavek" Kabrda.
-
Berker Peksag authored
-
Brett Cannon authored
Thanks to Jon Poler for the patch.
-
Senthil Kumaran authored
Do not aggresively close wfile in the do_GET method in the BasicAuthHandler.
-
- 20 Aug, 2014 1 commit
-
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
- 19 Aug, 2014 3 commits
-
-
Terry Jan Reedy authored
'As' became a full keyword when with statements were added in 2.5/2.6.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 18 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch from Thomas Kluyver.
-
- 17 Aug, 2014 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
extracts ZIP files with directory entries. Patch by Ryan Wilson.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 16 Aug, 2014 4 commits
-
-
Senthil Kumaran authored
-
Victor Stinner authored
any .gdbinit initialization files".
-
Victor Stinner authored
test_debugmallocstats should be marked as such. Patch written by Martin Matusiak.
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
- 15 Aug, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Will forward port 22095 changes separately.
-
Terry Jan Reedy authored
-
- 14 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
some __sizeof__() methods.
-
Berker Peksag authored
the FileCompareTestCase.test_matching test. Patch by Steven Barker.
-
- 13 Aug, 2014 1 commit
-
-
Serhiy Storchaka authored
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
-
- 12 Aug, 2014 5 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by Raymond Hettinger.
-
Serhiy Storchaka authored
AIX. Based on patch by Delhallt.
-
Antoine Pitrou authored
-
- 11 Aug, 2014 1 commit
-
-
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.
-