- 18 Nov, 2017 1 commit
-
-
xdegaye authored
* Run gzip with separate command line options (Android understands '-f9' as the name of a file). * Creation of a hard link is controled by SELinux on Android.
-
- 08 Nov, 2017 1 commit
-
-
Victor Stinner authored
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte") means 1024 bytes. KB was misused: replace kB or KB with KiB when appropriate. Same change for MB and GB which become MiB and GiB. Change the output of Tools/iobench/iobench.py. Round also the size of the documentation from 5.5 MB to 5 MiB.
-
- 26 Oct, 2017 1 commit
-
-
Benjamin Peterson authored
We stop support this OS in 2007 with commit 19fab761b71a1687aee3415db3a937b5ce31975d. Let's finish.
-
- 29 Sep, 2017 1 commit
-
-
Benjamin Peterson authored
-
- 25 Sep, 2017 1 commit
-
-
Stefan Grönke authored
-
- 07 Sep, 2017 1 commit
-
-
Steve Dower authored
-
- 06 Sep, 2017 2 commits
-
-
Zachary Ware authored
It was mostly removed long ago.
-
Steve Dower authored
-
- 04 Sep, 2017 1 commit
-
-
Benjamin Peterson authored
See PEP 11.
-
- 18 May, 2017 1 commit
-
-
Jon Dufresne authored
* Replaced list(<generator expression>) with list comprehension * Replaced dict(<generator expression>) with dict comprehension * Replaced set(<list literal>) with set literal * Replaced builtin func(<list comprehension>) with func(<generator expression>) when supported (e.g. any(), all(), tuple(), min(), & max())
-
- 09 May, 2017 1 commit
-
-
Jeremy Kloth authored
compiled out-of-tree (builddir != srcdir). (see also bpo-15366)
-
- 04 May, 2017 1 commit
-
-
Victor Stinner authored
The AST_H_DIR variable was removed from Makefile.pre.in by the commit a5c62a8e9f0de6c4133825a5710984a3cd5e102b (bpo-23404). AST_H_DIR was hardcoded to "Include", so replace the removed variable by its content. Remove also ASDLGEN variable from sysconfig example since this variable was also removed.
-
- 02 May, 2017 1 commit
-
-
Victor Stinner authored
BuildExtTestCase of test_distutils now uses support.temp_cwd() in setUp() to remove files created in the current working in all BuildExtTestCase unit tests, not only test_build_ext(). Move also tearDown() just after setUp().
-
- 25 Apr, 2017 1 commit
-
-
Victor Stinner authored
test_build_ext() of test_distutils now uses support.temp_cwd() to prevent the creation of a pdb file in the current working directory on Windows.
-
- 14 Apr, 2017 1 commit
-
-
Ryan Gonzalez authored
-
- 01 Feb, 2017 1 commit
-
-
Berker Peksag authored
It has been documented as unused since 6c6844a2fa30 (2000-05-25) Patch by Eric N. Vander Weele.
-
- 18 Dec, 2016 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 13 Dec, 2016 3 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
- 17 Nov, 2016 2 commits
-
-
Xavier de Gaye authored
-
Xavier de Gaye authored
that is not found
-
- 23 Oct, 2016 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 14 Oct, 2016 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Extract methods from sdist.add_defaults, allowing subclasses to override or inject different behaviors.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 04 Oct, 2016 3 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
We can't just skip the test if docutils is available, but pygments is not because the purpose of the test was testing a bug in _check_rst_data().
-
- 01 Oct, 2016 1 commit
-
-
Zachary Ware authored
Patch by Roumen Petrov, based on original patch by Jason Tishler.
-
- 29 Sep, 2016 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Valerie Lambert.
-