- 30 Eyl, 2016 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Patch by Mariatta Wijaya.
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
Also, make idlelib.idle.main() work after import idlelib.idle.
-
Terry Jan Reedy yazdı
Reformat a few early 3.x entries in HEWS.txt.
-
- 29 Eyl, 2016 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
-
Benjamin Peterson yazdı
Patch by Valerie Lambert.
-
Martin Panter yazdı
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 yazdı
-
- 28 Eyl, 2016 7 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
Methods itermonthdays() and itermonthdays2() are reimplemented so that they don't call itermonthdates() which can cause datetime.date under/overflow.
-
- 27 Eyl, 2016 6 kayıt (commit)
-
-
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
invalid keyword args.
-
Serhiy Storchaka yazdı
Original patch by John Leitch.
-
Martin Panter yazdı
-
- 26 Eyl, 2016 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
if pass invalid string-like object as a name. Patch by Xiang Zhang.
-
Berker Peksag yazdı
Patch by Tom Clark.
-
Berker Peksag yazdı
Patch by Madison May.
-
Berker Peksag yazdı
Reported by Regina Ochotzki on docs@p.o.
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
-
- 25 Eyl, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
arguments.
-
Serhiy Storchaka yazdı
-
- 24 Eyl, 2016 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Eyl, 2016 5 kayıt (commit)
-
-
Martin Panter yazdı
The later value of FOO is fine. The test just needs to verify that the server converted it to lowercase.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Victor Stinner yazdı
regrtest -W hides output if a test pass, but also when env changed and so the env changed warning is hidden. So it's hard to debug. With this change, stderr is now always displayed when a test doesn't pass.
-
Steve Dower yazdı
-
- 22 Eyl, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The code was correct, but GCC is not enough clever.
-
Christian Heimes yazdı
-