- 11 Haz, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(issues #21677, #21310).
-
- 09 Haz, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 02 Haz, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Ned Deily yazdı
Original patch by Thomas Wouters.
-
- 01 Haz, 2014 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed.
-
- 30 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the tkinter module on 64-bit platforms.
-
- 28 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
it supports reverse() and negative indices. Original patch by Claudiu Popa.
-
- 17 May, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Matti Picus.
-
- 14 May, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with ignore case. Original patch by Matthew Barnett.
-
Victor Stinner yazdı
None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'").
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 11 May, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 May, 2014 2 kayıt (commit)
-
-
Tim Peters yazdı
Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Antoine Pitrou yazdı
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
- 04 May, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
In porting to Argument Clinic, the first two arguments were reversed.
-
- 03 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Nis, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Antoine Pitrou yazdı
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.
-
- 17 Nis, 2014 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
- Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. - Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. - Issue #21275: Fix a socket test on KFreeBSD.
-
- 16 Nis, 2014 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
Patch by Caelyn McAulay. Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an operation on a closed stream raised IOError; generally the C implementations have a macro to check for the stream being closed, and these macros all raised ValueError. If we find any, a new bug should be opened.
-
- 14 Nis, 2014 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
Fixes issue20307. No Misc/NEWS entry because frankly this is an esoteric platform for anyone to be figuring out how to cross compile CPython for.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Bug reported by Guido Vranken.
-
- 27 Mar, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge)
-
- 24 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
_PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA
-
- 22 Mar, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". (should also fix a buildbot failure introduced by #20995)
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 20 Mar, 2014 2 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes.
-
Victor Stinner yazdı
multiprocessing.connection
-
- 16 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Andreas Schwab.
-
- 15 Mar, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 06 Mar, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 05 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 02 Mar, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
outsize range [1902; 2037].
-