- 01 Jul, 2015 1 commit
-
-
Donald Stufft authored
-
- 29 Jun, 2015 2 commits
-
-
Serhiy Storchaka authored
A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter.
-
Serhiy Storchaka authored
object now always allocates place for trailing null byte and it's buffer now is always null-terminated.
-
- 28 Jun, 2015 4 commits
-
-
Jason R. Coombs authored
-
Serhiy Storchaka authored
functions of the audioop module.
-
Jason R. Coombs authored
-
Serhiy Storchaka authored
keyword arguments called "func" and "self". Patch by Martin Panter.
-
- 27 Jun, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Jun, 2015 1 commit
-
-
Jason R. Coombs authored
-
- 25 Jun, 2015 3 commits
-
-
Berker Peksag authored
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. Patch by Martin Panter.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 24 Jun, 2015 3 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 23 Jun, 2015 1 commit
-
-
Antoine Pitrou authored
-
- 22 Jun, 2015 1 commit
-
-
Dingyuan Wang authored
-
- 26 Jun, 2015 1 commit
-
-
Jason R. Coombs authored
-
- 21 Jun, 2015 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Michael Ensslin.
-
Serhiy Storchaka authored
Based on patch by Martin Panter.
-
- 20 Jun, 2015 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 16 Jun, 2015 1 commit
-
-
Zachary Ware authored
I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while.
-
- 17 Jun, 2015 1 commit
-
-
Zachary Ware authored
It now recommends PCbuild/get_externals.bat instead of the scripts in Tools/buildbot.
-
- 15 Jun, 2015 1 commit
-
-
Senthil Kumaran authored
Related Issues: #issue21528 #issue24453
-
- 14 Jun, 2015 1 commit
-
-
Raymond Hettinger authored
-
- 13 Jun, 2015 1 commit
-
-
Berker Peksag authored
-
- 12 Jun, 2015 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
and set comparisions. Patch by Gareth Rees.
-
Victor Stinner authored
* Don't use the timestamp of an existing file anymore, only use fixed timestamp * Enhance the code checking the resolution of the filesystem timestamps. * Check timestamps with a resolution of 1 microsecond instead of 1 millisecond * When os.utime() uses the current system clock, tolerate a delta of 20 ms. Before some os.utime() tolerated a different of 10 seconds. * Merge duplicated tests and simplify the code
-
Terry Jan Reedy authored
-
- 10 Jun, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Zachary Ware authored
This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
-
- 09 Jun, 2015 2 commits
-
-
Barry Warsaw authored
string.Template instances.
-
Tal Einat authored
-