41954 Commits (69e9727657dad167215b656de910d95cefe1ee45)
 

Author SHA1 Message Date
Benjamin Peterson 69e9727657 ensure no one tries to hash things before the random seed is found 14 years ago
Georg Brandl 9571155ae4 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. 14 years ago
Georg Brandl 7c573f7a07 Fix dbm_gnu test relying on set order. 14 years ago
Georg Brandl 06b1c4f68b Fix typo. 14 years ago
Georg Brandl 12897d7d39 Fix typo in conditional. 14 years ago
Benjamin Peterson a3ed11bd34 don't rely on the order of module clearing 14 years ago
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Charles-François Natali ec1712a166 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer 14 years ago
Vinay Sajip 2f7b286a8c Revert fix for #13807 mistakenly applied in this branch. 14 years ago
Antoine Pitrou f2bf8a6ac5 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 14 years ago
Vinay Sajip 889bb2969d Closes #13807: Now checks for sys.stderr being there before writing to it. 14 years ago
Benjamin Peterson b462da8c0a fix this to not depend on dictionary order 14 years ago
Éric Araujo ee19c772cb Remove mentions of previous license in profile module docs (#12417 followup). 15 years ago
Antoine Pitrou 8cdc40e3b0 Issue #11603: Fix a crash when __str__ is rebound as __repr__. 15 years ago
Charles-François Natali e22813067e Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. 15 years ago
Charles-François Natali 778db49da9 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 15 years ago
Benjamin Peterson afa44a8096 update profile license (closes #12417) 15 years ago
Mark Dickinson 40d9ebe031 Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. 15 years ago
Senthil Kumaran fe9230aac6 Fix closes issue12261 - Minor documention changes in the urllib.parse.rst 15 years ago
Benjamin Peterson acde6a0a40 onto 3.1.5 15 years ago
Benjamin Peterson f2ff3054f9 Added tag v3.1.4 for changeset c918ec9f3a76 15 years ago
Benjamin Peterson d858df20d0 bump to 3.1.4 15 years ago
Benjamin Peterson 1df0f214a9 fix regression in netrc comment handling (closes #12009) 15 years ago
Victor Stinner e6eafa2ade Issue #10801: Fix test_unicode_filenames() of test_zipfile 15 years ago
Martin v. Löwis 721bb33e3b Add 3.1.4 UUIDs. 15 years ago
Martin v. Löwis 4c226dac02 Do not add txt files twice. 15 years ago
Benjamin Peterson 52e61449e3 return NULL on error 15 years ago
Benjamin Peterson a22c98de85 simply use the Python version for pyexpat.__version__ #12221 15 years ago
Benjamin Peterson bb11bb0dbb Added tag v3.1.4rc1 for changeset 32fcb9e94985 15 years ago
Benjamin Peterson 5f250fbafe update pydoc-topics 15 years ago
Benjamin Peterson 9a63745273 bump to 3.1.4rc1 15 years ago
Éric Araujo e4427bf9c9 Branch merge 15 years ago
Ned Deily d5a91961dd Issue #12205: Fix test_subprocess failure due to uninstalled test data. 15 years ago
Éric Araujo 87418afb3b Fix typo in 0311f62714f7 15 years ago
Éric Araujo 6a21f5527c Don’t misuse “package data” in pprint example 15 years ago
Éric Araujo 456ae893d7 Re-add missing doc stub for the distutils check command 15 years ago
Éric Araujo 000893fab2 Minor touch-ups in distutils.cmd.Command doc 15 years ago
Éric Araujo 489c8ff26b Fix test_build_py when sys.dont_write_bytecode is true (#9831). 15 years ago
Ned Deily b8e59f77e6 Issue #985064: Make plistlib more resilient to faulty input plists. 15 years ago
Ned Deily 9a7c524dc6 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Benjamin Peterson 0a5dad9ef1 fix spacing 15 years ago
Benjamin Peterson 74897ba46f fix indentation 15 years ago
Éric Araujo f33de71514 Minor doc addition for clarity 15 years ago
Éric Araujo e0854f9dbf Add missing closing paren 15 years ago
Éric Araujo dec2067b2a Branch merge 15 years ago
Victor Stinner a80987f20d Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
Victor Stinner b79f28ccbd Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if 15 years ago
Éric Araujo 29ef0064de Branch merge 15 years ago
Victor Stinner 46f8264b8e Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py 15 years ago
Victor Stinner 8fdfc20fc4 Issue #12057: Add tests for the HZ encoding 15 years ago