- 22 Mar, 2011 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 21 Mar, 2011 2 commits
-
-
Georg Brandl authored
-
Victor Stinner authored
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes).
-
- 20 Mar, 2011 1 commit
-
-
Éric Araujo authored
-
- 21 Mar, 2011 1 commit
-
-
Victor Stinner authored
for expiration year greater than 2038 on 32-bit systems.
-
- 20 Mar, 2011 5 commits
-
-
Éric Araujo authored
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default.
-
Senthil Kumaran authored
-
- 19 Mar, 2011 1 commit
-
-
Antoine Pitrou authored
unbuffered pipes, such that select() works properly on them.
-
- 17 Mar, 2011 2 commits
-
-
Antoine Pitrou authored
arguments has the wrong type. Patch by Nikita Vetoshkin.
-
Senthil Kumaran authored
-
- 16 Mar, 2011 6 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Yves Dorfsman.
-
Jesus Cea authored
Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS
-
Ronald Oussoren authored
ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 15 Mar, 2011 10 commits
-
-
R David Murray authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
longer fails if zlib is not installed. Instead, the zipfile.ZIP_STORED compression is used to create the ZipFile. Patch by Natalia B. Bidart.
-
R David Murray authored
-
Ezio Melotti authored
-
Gregory P. Smith authored
when test_subprocess was run.
-
Ezio Melotti authored
-
R David Murray authored
-
- 14 Mar, 2011 6 commits
-
-
Ronald Oussoren authored
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list Patch by Scott Wilson.
-
briancurtin authored
the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
-
Ronald Oussoren authored
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
-
R David Murray authored
Patch by Evan Dandrea.
-
Ross Lagerwall authored
-
R David Murray authored
-
- 13 Mar, 2011 2 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
- 12 Mar, 2011 2 commits
-
-
Ezio Melotti authored
-
Benjamin Peterson authored
-