49467 Commits (4d82ade42471e0503d82012116d0b128d7120f7f)
 

Author SHA1 Message Date
Terry Jan Reedy 4d82ade424 whitespace 14 years ago
Terry Jan Reedy da4c467210 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter 14 years ago
Gregory P. Smith ab32066e65 Fix zip_import.c's read_directory() to use appropriate types for the values 14 years ago
Benjamin Peterson 2652d2570e ready types returned from PyType_FromSpec 14 years ago
Benjamin Peterson e28108cbd7 adjust declaration 14 years ago
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 14 years ago
Georg Brandl c875d2032b Fix #13900: resolve self-referential description of a parameter. 14 years ago
Benjamin Peterson 3cd4607176 remove tests from really old regex module 14 years ago
Antoine Pitrou 75ff65ef96 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. 14 years ago
Antoine Pitrou eba63c4203 Issue #13895: fix test_ssl hanging under Ubuntu 14 years ago
Charles-François Natali 6b671b2591 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch 14 years ago
Mark Dickinson 261896b559 Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. 14 years ago
Antoine Pitrou eced82ecbf Fix intermittent test_ssl failure. 14 years ago
Benjamin Peterson 871b9d169d note that get() is not affected by default_factory (closes #13887) 14 years ago
Antoine Pitrou 04707c032e Fix error handling in examples of C API use. 14 years ago
Antoine Pitrou 84a0fbf6b0 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 14 years ago
Antoine Pitrou 9f6b02ecde Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. 14 years ago
Antoine Pitrou 3f366314e8 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 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
Brett Cannon 722db7bdba merge 14 years ago
Brett Cannon 1740afded1 Issue #13883: Document all platforms PYTHONCASEOK works on. 14 years ago
Meador Inge 65992c1c01 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. 14 years ago
Raymond Hettinger eaac4f0d30 Issue 13870: Fix out of date comment. 14 years ago
Georg Brandl 6c89a79d55 #13852: some small doc fixes. 14 years ago
Benjamin Peterson b4b0b354dd kill extra word 14 years ago
Benjamin Peterson e9fca253d0 say bitwise (because I have no idea what a bit-string is) 14 years ago
Vinay Sajip a50c284076 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. 14 years ago
Antoine Pitrou 33d15f7c85 Port import fixes from 2.7. 14 years ago
Antoine Pitrou dd21f68963 Port remaining test fixes, and fix test_importlib too. 14 years ago
Antoine Pitrou 05f29b7a3a Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py 14 years ago
Antoine Pitrou 2be60afb7e Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. 14 years ago
Benjamin Peterson 7fa5a99b06 merge heads 14 years ago
Antoine Pitrou 5311c1d7ab Issue #13772: In os.symlink() under Windows, do not try to guess the link 14 years ago
Georg Brandl 3b65fd7e97 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. 14 years ago
Benjamin Peterson 91eef984fd fix declaration style 14 years ago
Georg Brandl beca27a394 Fix #13834: strip() strips leading and trailing whitespace. 14 years ago
Gregory P. Smith 886455cc4e Fix a unittest error seen on NetBSD 5. 14 years ago
Gregory P. Smith 4842efcf97 Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. 14 years ago
Gregory P. Smith df300d5062 Improve the test for dirfd(), some systems #define it rather than have 14 years ago
Gregory P. Smith e9b7cab1da Another issue #8052 bugfix (related to previous commit). 14 years ago
Gregory P. Smith e3f7848bc5 Bugfix for issue #8052 fix on *BSD variants. 14 years ago
Gregory P. Smith 9564e4cbf8 Add a Misc/NEWS entry for issue 8052. 14 years ago
Gregory P. Smith 8facece99a Fixes issue #8052: The posix subprocess module's close_fds behavior was 14 years ago
Gregory P. Smith 12fdca59bb Avoid the compiler warning about the unused return value. 14 years ago
Antoine Pitrou f49d152ab2 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. 14 years ago
Sandro Tosi 41b2404dab fix typo; thanks to Justin Watt from docs@ 14 years ago
Senthil Kumaran 3800ea9f65 Fix Issue6631 - Disallow relative file paths in urllib urlopen 14 years ago
Łukasz Langa 002890861f #13760: picklability tests for configparser exceptions 14 years ago
Vinay Sajip 315a62befc Closes #13807: Merged fix from 3.1. 14 years ago
Vinay Sajip 889bb2969d Closes #13807: Now checks for sys.stderr being there before writing to it. 14 years ago