- 12 Nov, 2013 15 commits
-
-
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 14 commits
-
-
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.
-
Jason R. Coombs authored
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 authored
-
Jason R. Coombs authored
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
-
Serhiy Storchaka authored
Removed support for strings.
-
Jason R. Coombs authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Jason R. Coombs authored
-
- 09 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-