An error occurred fetching the project authors.
- 06 Feb, 2012 1 commit
-
-
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).
-
- 05 Feb, 2012 4 commits
-
-
Ned Deily authored
-
Terry Jan Reedy authored
Patch by Guilherme Polo and Roger Serwy.
-
Charles-François Natali authored
descriptors.
-
É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.
-
- 04 Feb, 2012 2 commits
-
-
Éric Araujo authored
Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Doc for this option will be added later as part of the big packaging doc patches. For now, the test serves as example. Reported by Erik Bray.
-
Ned Deily authored
module, like hashlib. (Patch by Roger Serwy)
-
- 03 Feb, 2012 2 commits
-
-
Martin v. Löwis authored
Patch by Michael Goderbauer.
-
Ned Deily authored
-
- 02 Feb, 2012 1 commit
-
-
Petri Lehtinen authored
Closes #13402.
-
- 01 Feb, 2012 1 commit
-
-
Petri Lehtinen authored
Closes #13676.
-
- 31 Jan, 2012 1 commit
-
-
Terry Jan Reedy authored
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
- 30 Jan, 2012 2 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
- 29 Jan, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
- 28 Jan, 2012 1 commit
-
-
Antoine Pitrou authored
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk.
-
- 27 Jan, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
-
Antoine Pitrou authored
-
- 26 Jan, 2012 4 commits
-
-
Victor Stinner authored
is not available or its value cannot be represented
-
Brett Cannon authored
-
Victor Stinner authored
of ValueError on failure. time.ctime() and time.asctime() now raises an OSError if localtime() failed.
-
Meador Inge authored
-
- 25 Jan, 2012 2 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
- 24 Jan, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Antoine Pitrou authored
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
- 21 Jan, 2012 2 commits
-
-
Gregory P. Smith authored
-
Senthil Kumaran authored
-
- 20 Jan, 2012 1 commit
-
-
Meador Inge authored
-
- 19 Jan, 2012 3 commits
-
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 18 Jan, 2012 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nadeem Vawda authored
-
Jesus Cea authored
-
Victor Stinner authored
-
- 17 Jan, 2012 3 commits
-
-
Nadeem Vawda authored
Original patch by Amaury Forgeot d'Arc.
-
Amaury Forgeot d'Arc authored
PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS, PyDateTime_DELTA_GET_MICROSECONDS. Please use them instead of directly accessing PyDateTime_Delta struct members.
-
Antoine Pitrou authored
Patch by Oleg Plakhotnyuk.
-