- 02 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
Original patch by Andreas Stührk.
-
Serhiy Storchaka authored
changed and supports reading read-only files.
-
- 01 Dec, 2016 3 commits
-
-
doko@ubuntu.com authored
-
Serhiy Storchaka authored
with custom __oct__ and __hex__.
-
Martin Panter authored
-
- 30 Nov, 2016 2 commits
-
-
Martin Panter authored
Also document that using the dedicated functions to delete items is preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for deletion is deprecated.
-
Martin Panter authored
-
- 29 Nov, 2016 1 commit
-
-
Serhiy Storchaka authored
tp_free (e.g. C-inherited Cython classes).
-
- 26 Nov, 2016 1 commit
-
-
Serhiy Storchaka authored
in the documentation.
-
- 21 Nov, 2016 3 commits
-
-
Serhiy Storchaka authored
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
-
Gregory P. Smith authored
-
Martin Panter authored
-
- 20 Nov, 2016 7 commits
-
-
Martin Panter authored
Based on suggestion by Eryk Sun.
-
Martin Panter authored
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
-
Martin Panter authored
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unreadable directories on Windows too.
-
Serhiy Storchaka authored
unreadable directories.
-
- 16 Nov, 2016 1 commit
-
-
Donald Stufft authored
-
- 14 Nov, 2016 3 commits
-
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Martin Panter authored
Patch by Matthieu S.
-
Martin Panter authored
-
- 12 Nov, 2016 3 commits
-
-
Ned Deily authored
Initial patch by Gareth Rees.
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Terry Jan Reedy authored
Patch by Mariatta Wijaya.
-
- 11 Nov, 2016 3 commits
-
-
Terry Jan Reedy authored
Without this file, clicking Help => IDLE Help did nothing.
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
-
- 10 Nov, 2016 1 commit
-
-
Terry Jan Reedy authored
Add pointer to 'Encoding declaration' in Language Reference.
-
- 09 Nov, 2016 1 commit
-
-
Yury Selivanov authored
-
- 08 Nov, 2016 1 commit
-
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
- 07 Nov, 2016 1 commit
-
-
Zachary Ware authored
-
- 05 Nov, 2016 1 commit
-
-
Martin Panter authored
-
- 04 Nov, 2016 1 commit
-
-
Ned Deily authored
Patch by Anish Tambe.
-
- 03 Nov, 2016 1 commit
-
-
Serhiy Storchaka authored
the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre.
-
- 02 Nov, 2016 3 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Serhiy Storchaka authored
-
- 01 Nov, 2016 1 commit
-
-
Zachary Ware authored
-