- 29 Eyl, 2016 3 kayıt (commit)
-
-
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 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The code was correct, but GCC is not enough clever.
-
Christian Heimes yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
This fixes a regression caused by revision 73afda5a4e4c. Also reverts the decimal test workaround added in revision 5f3dd0a2b1ab. Remove test_without_exception(). According to revision ecaafc32c500, this was added in Python 2 so that print_exc() would output “None” when called with no exception set. However print_exc() never worked like this in Python 3, and the use case is not documented. Restore TracebackCases class name (instead of SyntaxTracebackCases), because the class also tests other exceptions.
-
Serhiy Storchaka yazdı
-
- 21 Eyl, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
-
Victor Stinner yazdı
Issue #28233: Fix a memory leak if the format string contains a non-ASCII character, destroy the unicode writer.
-
Victor Stinner yazdı
Issue #28176: Increase timeout from 10 seconds to 60 seconds.
-
- 20 Eyl, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27955: Fallback on reading /dev/urandom device when the getrandom() syscall fails with EPERM, for example when blocked by SECCOMP.
-
Victor Stinner yazdı
Issue #27955: modify py_getrnadom() and dev_urandom() * Add comments from Python 3.7 * PEP 7 style: add {...}
-