- 08 Feb, 2012 7 commits
-
-
Charles-François Natali authored
sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe).
-
Victor Stinner authored
with a subsecond resolution
-
Victor Stinner authored
debugging
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Remove also duplicate functions in the "os" module section
-
Victor Stinner authored
-
- 07 Feb, 2012 6 commits
-
-
Victor Stinner authored
to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between 0.5 ms and 15 ms).
-
Victor Stinner authored
-
Victor Stinner authored
-
Brett Cannon authored
Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used.
-
Brett Cannon authored
-
Brett Cannon authored
-
- 06 Feb, 2012 10 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Charles-François Natali authored
be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
Reported by David-Sarah Hopwood on the Bitbucket bug tracker of Tarek’s former verlib/distutils.version project.
-
Ned Deily authored
-
- 05 Feb, 2012 17 commits
-
-
Ned Deily authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Guilherme Polo and Roger Serwy.
-
Terry Jan Reedy authored
#13933 refine patch using 'new' builtin
-
Terry Jan Reedy authored
-
Charles-François Natali authored
descriptors.
-
Nadeem Vawda authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten.
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Éric Araujo authored
-
Éric Araujo authored
pysetup create, the setup.cfg creation helper, used to convert package_data (from an existing setup.py) into extra_files, the replacement for MANIFEST.in, but these files are only present in sdists, not installed: they don’t have the same use case at all, so converting one into the other did not work.
-
Georg Brandl authored
-
Georg Brandl authored
-
Meador Inge authored
-