- 23 Mar, 2011 4 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Michael Henry.
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property.
-
- 22 Mar, 2011 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 21 Mar, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Victor Stinner yazdı
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 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 21 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
for expiration year greater than 2038 on 32-bit systems.
-
- 20 Mar, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default.
-
Senthil Kumaran yazdı
-
- 19 Mar, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
unbuffered pipes, such that select() works properly on them.
-
- 17 Mar, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
arguments has the wrong type. Patch by Nikita Vetoshkin.
-
Senthil Kumaran yazdı
-
- 16 Mar, 2011 6 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Yves Dorfsman.
-
Jesus Cea yazdı
Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS
-
Ronald Oussoren yazdı
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 yazdı
-
Ezio Melotti yazdı
-
- 15 Mar, 2011 10 kayıt (commit)
-
-
R David Murray yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
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 yazdı
-
Ezio Melotti yazdı
-
Gregory P. Smith yazdı
when test_subprocess was run.
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
- 14 Mar, 2011 4 kayıt (commit)
-
-
Ronald Oussoren yazdı
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 yazdı
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 yazdı
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
-
R David Murray yazdı
Patch by Evan Dandrea.
-