- 20 Şub, 2018 4 kayıt (commit)
-
-
Zackery Spytz yazdı
Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError.
-
Zackery Spytz yazdı
Dropped the part that says: "For objects that do not provide sequence protocol".
-
Alexey Izbyshev yazdı
os.dup2() tests for dup3() system call availability at runtime, but doesn't remember the result across calls, repeating the test on each call with inheritable=False. Since the caller of os.dup2() is expected to hold the GIL, fix this by making the variable holding the test result static.
-
Steve Dower yazdı
-
- 19 Şub, 2018 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
pmp-p yazdı
-
- 18 Şub, 2018 9 kayıt (commit)
-
-
chason yazdı
-
Éric Araujo yazdı
-
Terry Jan Reedy yazdı
-
Alexey Izbyshev yazdı
This function expects the destination buffer size to be given in wide characters, not bytes.
-
TROUVERIE Joachim yazdı
-
Zachary Ware yazdı
-
Ivan Levkivskyi yazdı
This adds C versions of methods used by ABCMeta that improve performance of various ABC operations.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 17 Şub, 2018 6 kayıt (commit)
-
-
Zachary Ware yazdı
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change.
-
Andrew Svetlov yazdı
-
Kyle Altendorf yazdı
-
Gerrit Holl yazdı
Adapt documentation for `copyright` and `credits` to reality. Previously, the documentation implied that all each of `copyright`, `credits`, and `license`, would print a message to call the object in order to see the full text. In reality, only `license` exhibits this behaviour, and `copyright` and `credit` print their full text either when printed, displayed, or called.
-
Zackery Spytz yazdı
-
Eric Snow yazdı
-
- 16 Şub, 2018 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
xpvpc yazdı
There was an extra dash in the example for re.sub().
-
Barry Warsaw yazdı
-
- 14 Şub, 2018 5 kayıt (commit)
-
-
ngie-eign yazdı
A closing parentheses was missing. Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
-
Bar Harel yazdı
-
Eitan Adler yazdı
Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD.
-
Benjamin Peterson yazdı
-
Zackery Spytz yazdı
This note incorrectly stated that "Base64 has an expansion factor of 6 to 4" (it is actually 4 to 3). It was decided to remove the note.
-
- 13 Şub, 2018 6 kayıt (commit)
-
-
INADA Naoki yazdı
-
Xiang Zhang yazdı
-
Oren Milman yazdı
-
Nick Coghlan yazdı
-
Segev Finer yazdı
-
Serhiy Storchaka yazdı
-
- 12 Şub, 2018 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Using the system and place-dependent default encoding for open() is a bad idea for IDLE's system and location-independent files.
-
Terry Jan Reedy yazdı
GUI test test_file_buttons() only looks at initial ascii-only lines, but failed on systems where open() defaults to 'ascii' because readline() internally reads and decodes far enough ahead to encounter a non-ascii character in CREDITS.txt.
-
Коренберг Марк yazdı
-
SSE4 yazdı
The PrintNameOffset field of the reparse data buffer was treated as a number of characters instead of bytes.
-
- 11 Şub, 2018 1 kayıt (commit)
-
-
Zachary Ware yazdı
-