- 13 Nov, 2013 9 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
- output type errors now redirect users to the type-neutral convenience functions in the codecs module - stateless errors that occur during encoding and decoding will now be automatically wrapped in exceptions that give the name of the codec involved
-
Victor Stinner authored
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
-
Victor Stinner authored
failures
-
Victor Stinner authored
failure
-
Victor Stinner authored
-
Victor Stinner authored
PyUnicode_Substring() failure (ex: MemoryError)
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 12 Nov, 2013 20 commits
-
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
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 authored
-
Victor Stinner authored
Patch written by Andrei Dorian Duma.
-
Victor Stinner authored
-
Victor Stinner authored
shutdown to call objects destructors. So "unclosed file" resource warnings are now corretly emitted for daemon threads.
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 11 Nov, 2013 10 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
The SMTP server advertises four different authentication methods, and the code will try CRAM-MD5 first, which will fail, but LOGIN succeeds.
-
Tim Golden authored
-
Tim Golden authored
-
Nick Coghlan authored
Patch by Donald Stufft and Nick Coghlan
-
Kristjan Valur Jonsson authored
delaying the main thread so that it doesn't race ahead of the workers.
-
Serhiy Storchaka authored
(issue #16685).
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Jason R. Coombs authored
-
- 10 Nov, 2013 1 commit
-
-
Jason R. Coombs authored
Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835.
-