- 26 Jul, 2016 1 commit
-
-
Martin Panter authored
Patch by Julien Palard.
-
- 29 Jul, 2016 1 commit
-
-
Zachary Ware authored
Found by Jack Copper on docs@
-
- 28 Jul, 2016 4 commits
-
-
Victor Stinner authored
Issue #27404.
-
Martin Panter authored
-
Martin Panter authored
Based on patch by Ville Skyttä.
-
Martin Panter authored
The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl.
-
- 27 Jul, 2016 2 commits
-
-
Victor Stinner authored
* Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry.
-
Berker Peksag authored
Patch by Florian Preinstorfer.
-
- 26 Jul, 2016 2 commits
-
-
Xavier de Gaye authored
as the Python program to be used for file generation during the build.
-
Martin Panter authored
-
- 25 Jul, 2016 3 commits
-
-
Martin Panter authored
Patch by Xiang Zhang.
-
Berker Peksag authored
* Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry.
-
Steve Dower authored
-
- 16 Jul, 2016 1 commit
-
-
Steve Dower authored
-
- 23 Jul, 2016 4 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Chris Angelico.
-
Martin Panter authored
Patch by Xiang Zhang.
-
- 22 Jul, 2016 2 commits
-
-
Victor Stinner authored
* Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
Victor Stinner authored
Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
- 19 Jul, 2016 2 commits
-
-
Zachary Ware authored
Patch by Alakshendra Yadav.
-
Martin Panter authored
-
- 18 Jul, 2016 6 commits
-
-
Martin Panter authored
-
Martin Panter authored
Patch by Xiang Zhang.
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
- 17 Jul, 2016 6 commits
-
-
Berker Peksag authored
Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
-
Stefan Krah authored
eliminate all internal uses of overridden methods.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
or builtins for importing submodules or "from import". Fixed handling an error of non-string package name.
-
Serhiy Storchaka authored
Original patch by Alexandre Vassalotti.
-
- 16 Jul, 2016 4 commits
-
-
Steve Dower authored
-
Terry Jan Reedy authored
Users must include the same imports required to run directly in Python.
-
Brett Cannon authored
-
R David Murray authored
Patch by Costas.
-
- 15 Jul, 2016 2 commits
-
-
Brett Cannon authored
Thanks to Xiang Zhang for the patch.
-
Steve Dower authored
-