- 13 Kas, 2013 7 kayıt (commit)
-
-
Victor Stinner yazdı
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
-
Victor Stinner yazdı
failures
-
Victor Stinner yazdı
failure
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyUnicode_Substring() failure (ex: MemoryError)
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 12 Kas, 2013 20 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
test.support: considering the module is a mix of utilities unrelated with each other divide __all__ in sub-sections so that it can be used as a quick-reference doc
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Andrei Dorian Duma.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
shutdown to call objects destructors. So "unclosed file" resource warnings are now corretly emitted for daemon threads.
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 11 Kas, 2013 10 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
The SMTP server advertises four different authentication methods, and the code will try CRAM-MD5 first, which will fail, but LOGIN succeeds.
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Nick Coghlan yazdı
Patch by Donald Stufft and Nick Coghlan
-
Kristjan Valur Jonsson yazdı
delaying the main thread so that it doesn't race ahead of the workers.
-
Serhiy Storchaka yazdı
(issue #16685).
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Jason R. Coombs yazdı
-
- 10 Kas, 2013 3 kayıt (commit)
-
-
Jason R. Coombs yazdı
Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835.
-
Jason R. Coombs yazdı
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
-
Jason R. Coombs yazdı
-