- 29 Sep, 2016 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
The test was commented out in 2005 before ctypes was added to Python, because the “cdll” attribute loading feature “will no longer work this way”: http://svn.python.org/view?view=revision&revision=49102
-
Terry Jan Reedy authored
-
- 28 Sep, 2016 18 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
Introduced platform independent _PyTime_localtime API that is similar to POSIX localtime_r, but available on all platforms. Patch by Ed Schouten.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
Methods itermonthdays() and itermonthdays2() are reimplemented so that they don't call itermonthdates() which can cause datetime.date under/overflow.
-
Alexander Belopolsky authored
Methods itermonthdays() and itermonthdays2() are reimplemented so that they don't call itermonthdates() which can cause datetime.date under/overflow.
-
- 27 Sep, 2016 13 commits
-
-
Guido van Rossum authored
Update typing.py and test_typing.py from upstream (https://github.com/python/typing) (merge 3.5->3.6)
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
invalid keyword args.
-
Serhiy Storchaka authored
invalid keyword args.
-
Serhiy Storchaka authored
Original patch by John Leitch.
-
Serhiy Storchaka authored
Original patch by John Leitch.
-
Martin Panter authored
-
Martin Panter authored
-
Raymond Hettinger authored
-
- 26 Sep, 2016 6 commits
-
-
Serhiy Storchaka authored
if pass invalid string-like object as a name. Patch by Xiang Zhang.
-
Serhiy Storchaka authored
if pass invalid string-like object as a name. Patch by Xiang Zhang.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Tom Clark.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Berker Peksag authored
-