- 11 Mar, 2016 4 commits
-
-
Berker Peksag authored
NotImplementedError instead of ImportError.
-
Berker Peksag authored
NotImplementedError instead of ImportError.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
multipliers, not final sizes. Explain y default for .zoom and .subsample. Initial patch by Serhiy Storchaka.
-
- 09 Mar, 2016 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* add link to PYTHONMALLOCSTATS env var * add parameters to PyMem macros like PyMem_MALLOC() * fix PyMem_SetupDebugHooks(): add Calloc functions * add some newlines for readability
-
Serhiy Storchaka authored
-
- 10 Mar, 2016 1 commit
-
-
Martin Panter authored
Patch by Tamás Bence Gedai.
-
- 09 Mar, 2016 1 commit
-
-
Serhiy Storchaka authored
Added few missed tests for configure options.
-
- 08 Mar, 2016 22 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
Force clean externals on buildbots.
-
Steve Dower authored
Force clean of externals on buildbots.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
The bufsize parameter is now deprecated and ignored.
-
Serhiy Storchaka authored
The bufsize parameter is no longer used.
-
Serhiy Storchaka authored
On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag.
-
Serhiy Storchaka authored
On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag.
-
Serhiy Storchaka authored
On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5.
-
- 07 Mar, 2016 8 commits
-
-
Ned Deily authored
-
Ned Deily authored
Patch by Alex Willmer.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
-
Berker Peksag authored
Since Python 3.4, there is no need to install pip and setuptools into a venv manually.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Mar, 2016 1 commit
-
-
Alexander Belopolsky authored
Added an optional argument timespec to the datetime isoformat() method to choose the precision of the time component. Original patch by Alessandro Cucci.
-