- 18 Feb, 2018 8 commits
-
-
Éric Araujo authored
-
Terry Jan Reedy authored
-
Alexey Izbyshev authored
This function expects the destination buffer size to be given in wide characters, not bytes.
-
TROUVERIE Joachim authored
-
Zachary Ware authored
-
Ivan Levkivskyi authored
This adds C versions of methods used by ABCMeta that improve performance of various ABC operations.
-
Steve Dower authored
-
Steve Dower authored
-
- 17 Feb, 2018 6 commits
-
-
Zachary Ware authored
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 authored
-
Kyle Altendorf authored
-
Gerrit Holl authored
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 authored
-
Eric Snow authored
-
- 16 Feb, 2018 3 commits
-
-
Yury Selivanov authored
-
xpvpc authored
There was an extra dash in the example for re.sub().
-
Barry Warsaw authored
-
- 14 Feb, 2018 5 commits
-
-
ngie-eign authored
A closing parentheses was missing. Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
-
Bar Harel authored
-
Eitan Adler authored
Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD.
-
Benjamin Peterson authored
-
Zackery Spytz authored
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 Feb, 2018 6 commits
-
-
INADA Naoki authored
-
Xiang Zhang authored
-
Oren Milman authored
-
Nick Coghlan authored
-
Segev Finer authored
-
Serhiy Storchaka authored
-
- 12 Feb, 2018 4 commits
-
-
Terry Jan Reedy authored
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 authored
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.
-
Коренберг Марк authored
-
SSE4 authored
The PrintNameOffset field of the reparse data buffer was treated as a number of characters instead of bytes.
-
- 11 Feb, 2018 7 commits
-
-
Zachary Ware authored
-
Pablo Galindo authored
Describe *text* as an alias for *universal_newlines* in more places that people are likely to be referred to.
-
Zachary Ware authored
-
Zachary Ware authored
This is not the ideal solution; this means that a test module is now always included in the main python3x.dll. However, we're already including xxsubtype, so why not?
-
Raymond Hettinger authored
-
Cheryl Sabella authored
-
Raymond Hettinger authored
-
- 10 Feb, 2018 1 commit
-
-
sblondon authored
The new link is given in a red box on the old page.
-