- 30 Kas, 2011 4 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Antoine Pitrou yazdı
Still lacks docs for Windows (anyone?).
-
Antoine Pitrou yazdı
Still lacks docs for Windows (anyone?).
-
Nadeem Vawda yazdı
Also, add tests for these methods.
-
- 29 Kas, 2011 11 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Victor Stinner yazdı
And use surrogates macros everywhere in unicodeobject.c
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This fixes a regression compared to 2.x, where sys.modules.items() returns a copy, as indicated by a comment in the source. Diagnosis and patch by Erik Tollerud.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 28 Kas, 2011 11 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Antoine Pitrou yazdı
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Meador Inge yazdı
Initial patch by Sjoerd de Vries.
-
Meador Inge yazdı
Initial patch by Sjoerd de Vries.
-
Victor Stinner yazdı
-
- 27 Kas, 2011 6 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Jesus Cea yazdı
MERGE: Closes issue #13488: Some old preprocessors have problem with #define not in the first column
-
Jesus Cea yazdı
-
- 26 Kas, 2011 8 kayıt (commit)
-
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. This also adds a test for issue #5319, whose resolution introduced the issue.
-
Antoine Pitrou yazdı
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. This also adds a test for issue #5319, whose resolution introduced the issue.
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Giampaolo Rodola yazdı
sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events
-
Charles-François Natali yazdı
(where unsetenv() doesn't return a value).
-
Meador Inge yazdı
-