- 22 Eki, 2013 21 kayıt (commit)
-
-
Peter Moody yazdı
-
Tim Golden yazdı
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
-
Tim Golden yazdı
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Ethan Furman yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Thanks to Marius Gedminas
-
Christian Heimes yazdı
-
Christian Heimes yazdı
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit of other processes.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Python executable and not removed by the linker's optimizer.
-
Christian Heimes yazdı
Python executable and not removed by the linker's optimizer.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Ethan Furman yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Christian Tismer yazdı
changed output of debug messages to say "path" or "file" extended test for filtering certain files in a package added test for filtering files in a python dir (no package)
-
- 21 Eki, 2013 19 kayıt (commit)
-
-
Peter Moody yazdı
-
Guido van Rossum yazdı
This should have no effect, it's a "shouldn't happe" case. Also tidied up some comments.
-
Peter Moody yazdı
-
Christian Heimes yazdı
Without ERR_load_crypto_strings() functions like ERR_lib_error_string() return NULL.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ethan Furman yazdı
Issue #19030: final pieces for proper location of various class attributes located in the metaclass. Okay, hopefully the very last patch for this issue. :/ I realized when playing with Enum that the metaclass attributes weren't always displayed properly. New patch properly locates DynamicClassAttributes, virtual class attributes (returned by __getattr__ and friends), and metaclass class attributes (if they are also in the metaclass __dir__ method). Also had to change one line in pydoc to get this to work. Added tests in test_inspect and test_pydoc to cover these situations.
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Christian Tismer yazdı
-
Ezio Melotti yazdı
-