- 01 May, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Charles-Francois Natali yazdı
descriptor supported.
-
- 30 Nis, 2013 11 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Gregory P. Smith yazdı
than the one merged from 3.2 to match the actual changes here.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream; this change is already in 3.3 and 3.4 but may need reapplying to 2.7 as done here)
-
Gregory P. Smith yazdı
were missing from a messed up merge during the libffi 3.0.13 import. the diffs from upstream libffi 3.0.13 are now small.
-
Gregory P. Smith yazdı
that was undone in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info.
-
Gregory P. Smith yazdı
in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info.
-
- 29 Nis, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
-
- 28 Nis, 2013 8 kayıt (commit)
-
-
R David Murray yazdı
-
Brett Cannon yazdı
modules which will typically work when reloaded. A hack is used to support these functions as their API allowed them to pass in a file object but then operate as if import had loaded them. Unfortunately the hack kept a reference around for the file object passed in which would be unusable on reload since it had been closed. The solution is to simply use the hack for the initial load but then a proper loader on the module so that imp.reload() at least has a chance to work.
-
R David Murray yazdı
I know one of them looks worse, but now it is <80 chars and matches the 2.7 text.
-
R David Murray yazdı
Behavior confirmation and initial patch by Jessica McKellar.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Original patch by Kushal Das.
-
Serhiy Storchaka yazdı
such as was shipped with Centos 5 and Mac OS X 10.4.
-
Brett Cannon yazdı
importlib.invalidate_caches().
-
- 24 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 23 Nis, 2013 6 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Ronald Oussoren yazdı
Without this changeset plistlib would write empty tags for plistlib.Data objects in deeply nested datastructures. Fixes #17353
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 22 Nis, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
condition variable. Original patch by Thomas Rachel.
-
Eli Bendersky yazdı
Patch by Jonas Wagner
-
Vinay Sajip yazdı
-
- 21 Nis, 2013 6 kayıt (commit)
-
-
R David Murray yazdı
-
Ned Deily yazdı
-
R David Murray yazdı
Patch by Jeremy Kloth.
-
Alexandre Vassalotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 20 Nis, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
-