49446 Commits (65992c1c01115166375e1c6d8484f053919e30da)
 

Author SHA1 Message Date
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
Meador Inge a3443d985e Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. 14 years ago
Sandro Tosi da8e11ac71 Issue #13605: more meaningful example + fixes 14 years ago
Sandro Tosi 16bd0b4463 Issue #13605: add documentation for nargs=argparse.REMAINDER 14 years ago
Sandro Tosi f0229aa51c Issue #11948: clarify modules search path 14 years ago
Meador Inge 972cfb9169 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. 14 years ago
Antoine Pitrou 1b468af7be Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. 14 years ago
Antoine Pitrou 55f217f22d Fix refleaks in test_capi 14 years ago
Antoine Pitrou 6c40eb7f42 Fix the builtin module initialization code to store the init function for future reinitialization. 14 years ago
Antoine Pitrou 0c60381749 Add part of test_inspect test from 2.7 14 years ago
Antoine Pitrou fc1b6f0078 Fix the _io module leaking references when a sub-interpreter is created. 14 years ago
Antoine Pitrou 1c7ade5284 Fix leaking a RuntimeError objects when creating sub-interpreters 14 years ago
Antoine Pitrou 2fabface50 Fix a memory leak when initializing the standard I/O streams. 14 years ago
Nadeem Vawda 892b0b928d Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. 14 years ago
Jesus Cea 031605ad99 And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 14 years ago
Jesus Cea 1aa1cf3548 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 14 years ago
Ezio Melotti acd5f7bceb #13665: s/string/bytes/ in error message. 14 years ago
Jesus Cea 6e35d417f7 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 14 years ago
Jesus Cea 8874fd6bb0 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name 14 years ago
Antoine Pitrou 2f828f2c88 Test running of code in a sub-interpreter 14 years ago
Antoine Pitrou 03757ec4a5 Issue #13589: Fix some serialization primitives in the aifc module. 14 years ago
Georg Brandl c77bb65deb Remove "documenting" latex document. 14 years ago