- 07 Sep, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka authored
details in issue25018.
-
Terry Jan Reedy authored
there (as when opening Idle from interactive Python on Windows).
-
Martin Panter authored
Patch from Matheus Vieira Portela.
-
Martin Panter authored
Initial patch from Cory Benfield.
-
- 06 Sep, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 05 Sep, 2015 1 commit
-
-
Terry Jan Reedy authored
in an infinite loop. Patch by Xavier de Gaye.
-
- 04 Sep, 2015 5 commits
-
-
R David Murray authored
-
Terry Jan Reedy authored
-
Zachary Ware authored
Don't download sources that won't be used.
-
Zachary Ware authored
This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given).
-
Zachary Ware authored
This makes it possible to pass more than 7 tests by name through Tools\buildbot\test.bat
-
- 03 Sep, 2015 6 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
Don't check if importing a module emits a DeprecationWarning if the module is implemented in C and the module is already loaded.
-
Victor Stinner authored
* Add py-bt-full command * py-bt now gives an output similar to a regular Python traceback * py-bt indicates: - if the garbage collector is running - if the thread is waiting for the GIL - detect PyCFunction_Call to get the name of the builtin function
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
- 02 Sep, 2015 1 commit
-
-
Zachary Ware authored
Also fixes quoting to match 3.5+
-
- 01 Sep, 2015 1 commit
-
-
Raymond Hettinger authored
-
- 31 Aug, 2015 1 commit
-
-
Martin Panter authored
Patch from Mattip.
-
- 30 Aug, 2015 2 commits
-
-
Raymond Hettinger authored
-
Zachary Ware authored
-
- 29 Aug, 2015 1 commit
-
-
Zachary Ware authored
-
- 27 Aug, 2015 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
- 24 Aug, 2015 4 commits
-
-
Donald Stufft authored
-
R David Murray authored
-
Robert Collins authored
-
Robert Collins authored
Patch from Pam McA'Nulty.
-
- 20 Aug, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 18 Aug, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Ned Deily authored
ElementTree Element objects. Initial patch by Martin Panter.
-
- 17 Aug, 2015 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 14 Aug, 2015 1 commit
-
-
Terry Jan Reedy authored
to keep synchronized.
-