80406 Commits (ec42975bc66706554ae29b3884bdaaa6b26c487c)
 

Author SHA1 Message Date
Ezio Melotti ec42975bc6 #18833: merge with 3.3. 13 years ago
Ezio Melotti 4f1353ab10 #18833: add a test for test_telnetlib. Patch by Alex Volkov. 13 years ago
Antoine Pitrou 7eaf3f7080 Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error). 13 years ago
Charles-François Natali 0bb766b95c Merge. 13 years ago
Charles-François Natali a439b32cf0 Merge. 13 years ago
Charles-François Natali c20a7b977e Merge. 13 years ago
Charles-François Natali d317f4c84e Issue #18763: subprocess: The file descriptors are now closed after calling the 13 years ago
Charles-François Natali 249cdc39fc Issue #18763: subprocess: The file descriptors are now closed after calling the 13 years ago
Serhiy Storchaka 58b3ebfab9 Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by 13 years ago
Serhiy Storchaka b33baf1c9f Issue #18817: Fix a resource warning in Lib/aifc.py demo. 13 years ago
R David Murray 0cb8e5131d Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. 13 years ago
R David Murray cd0f74b1e0 #16611: BaseCookie now parses 'secure' and 'httponly' flags. 13 years ago
Christian Heimes 9dd279a3ac Issue #11973: Fix a problem in kevent. The flags and fflags fields are now 13 years ago
Christian Heimes f1fe159822 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now 13 years ago
Christian Heimes cfa47962c2 Issue #18747: Fix spelling errors in my commit message and comments, 13 years ago
Christian Heimes 61636e7105 Issue #18747: Fix spelling errors in my commit message and comments, 13 years ago
Christian Heimes 2769d44827 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 13 years ago
Christian Heimes 157c9834b4 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 13 years ago
Vinay Sajip 5939027969 Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. 13 years ago
Richard Oudkerk cabbde9e1e Fix compiler warning on Windows. 13 years ago
Eli Bendersky 6eb50b1f5b Use consistent style for else if / else 13 years ago
Eli Bendersky bfd78370a5 Clarify the documentation of XMLParser.close 13 years ago
Tim Peters 1544fc5312 Various clarifications based on feedback & questions over the years. 13 years ago
Tim Peters ec8147ba55 Various clarifications based on feedback & questions over the years. 13 years ago
Antoine Pitrou 9d95254bb7 Issue #18772: fix the gdb plugin after the set implementation changes 13 years ago
Antoine Pitrou f5e30d8b54 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess 13 years ago
Antoine Pitrou eba25bafc7 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess 13 years ago
Nick Coghlan 095668914c Close #18538: ``python -m dis`` now uses argparse. 13 years ago
Victor Stinner e726ce1f3e (Merge 3.3) test_socket: cancel scheduled alarm on test failure 13 years ago
Victor Stinner 71fe8c00f6 test_socket: cancel scheduled alarm on test failure 13 years ago
Benjamin Peterson 3a7dffa4ce remove support for compiling on systems without getcwd() 13 years ago
Serhiy Storchaka 12d5e0f016 Merge heads 13 years ago
Serhiy Storchaka 96d5c54130 Issue #18757: Improved cross-references in the concurrent package. 13 years ago
Serhiy Storchaka 9e0ae53980 Issue #18757: Improved cross-references in the concurrent package. 13 years ago
Antoine Pitrou 91541931f5 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. 13 years ago
Antoine Pitrou 0acbcb5bbe Issue #17741: use composition, rather than inheritance, for xml.etree.iterparse's result class. 13 years ago
Ezio Melotti 892584e091 #18798: merge typo fix from 3.3 and also use two unused variables. 13 years ago
Ezio Melotti 78ede7c96d #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. 13 years ago
Ezio Melotti 6e6c6ac3d7 #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. 13 years ago
Brett Cannon f79126f373 Issue #18394: Explicitly close the file object cgi.FieldStorage 13 years ago
Brett Cannon 9c7eb55570 Stop using assertEquals. 13 years ago
Brett Cannon 7e0a18158f Make test_import more robust and stop using assertRaisesRegexp(). 13 years ago
Victor Stinner a93c6db68b (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except 13 years ago
Victor Stinner 0c2dd0c0a9 Close #17702: On error, os.environb now removes suppress the except context 13 years ago
Brett Cannon 330cc52c99 Delete merge markers 13 years ago
Brett Cannon e2f6b799b8 merge for issue #18755 13 years ago
Brett Cannon 16ababc213 merge for issue #18755 13 years ago
Brett Cannon f1e0273023 NEW entry for issue #18755 13 years ago
Brett Cannon a4975a911d Issue #18755: Allow imp.load_*() loaders to have get_data() called 13 years ago
Brett Cannon f9f0458961 merge emphasized discouragement of overriding __import__ 13 years ago