- 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
- fc3ba6b Add usage note by Raymond Hettinger · 13 years ago
- 4d82ade whitespace by Terry Jan Reedy · 13 years ago
- da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
- ab32066 Fix zip_import.c's read_directory() to use appropriate types for the values by Gregory P. Smith · 13 years ago
- 2652d25 ready types returned from PyType_FromSpec by Benjamin Peterson · 13 years ago
- e28108c adjust declaration by Benjamin Peterson · 13 years ago
- 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
- c875d20 Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
- 3cd4607 remove tests from really old regex module by Benjamin Peterson · 13 years ago
- 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
- eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
- 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
- 261896b Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. by Mark Dickinson · 13 years ago
- eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
- 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
- 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
- 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
- 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
- 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
- f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
- 722db7b merge by Brett Cannon · 13 years ago
- 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
- 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
- eaac4f0 Issue 13870: Fix out of date comment. by Raymond Hettinger · 13 years ago
- 6c89a79 #13852: some small doc fixes. by Georg Brandl · 13 years ago
- b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
- e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
- a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 13 years ago
- 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
- dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
- 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
- 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
- 7fa5a99 merge heads by Benjamin Peterson · 13 years ago
- 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
- 91eef98 fix declaration style by Benjamin Peterson · 13 years ago
- beca27a Fix #13834: strip() strips leading and trailing whitespace. by Georg Brandl · 13 years ago
- 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
- 4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
- df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
- e9b7cab Another issue #8052 bugfix (related to previous commit). by Gregory P. Smith · 13 years ago
- e3f7848 Bugfix for issue #8052 fix on *BSD variants. by Gregory P. Smith · 13 years ago
- 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
- 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- 12fdca5 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
- f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
- 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
- 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
- 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
- 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
- 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
- a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
- da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
- 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
- f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
- 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
- 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
- 55f217f Fix refleaks in test_capi (this was easier than I thought!) by Antoine Pitrou · 13 years ago
- 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago
- 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
- fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. by Antoine Pitrou · 13 years ago
- 1c7ade5 Fix leaking a RuntimeError objects when creating sub-interpreters by Antoine Pitrou · 13 years ago
- 2fabfac Fix a memory leak when initializing the standard I/O streams. by Antoine Pitrou · 13 years ago
- 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
- 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
- 1aa1cf3 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
- acd5f7b #13665: s/string/bytes/ in error message. by Ezio Melotti · 13 years ago
- 6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
- 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
- 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
- 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
- c77bb65 Remove "documenting" latex document. by Georg Brandl · 13 years ago
- 32ee44f Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 13 years ago
- 6914048 regenerate configure using autoconf. includes the dirfd test. by Gregory P. Smith · 13 years ago
- 4188441 Test for the dirfd library function (for use in some upcoming changes). by Gregory P. Smith · 13 years ago
- dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 13 years ago
- 01b34af #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 13 years ago
- 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
- a846d0a explain why we need this grammar file (closes #13766) by Benjamin Peterson · 13 years ago
- 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
- 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
- 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
- 515687a remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 13 years ago
- c1f079f Mention the additional way to use the lvl parameter and when it changed. by Gregory P. Smith · 13 years ago
- b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
- f37c198 Issue #13725: Add a NEWS entry. by Meador Inge · 13 years ago
- 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
- 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
- c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
- 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
- bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 13 years ago
- a931463 #13730 grammar fix by Terry Jan Reedy · 13 years ago
- fffbfbd Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
- bbf5361 test_strlit was never run by Antoine Pitrou · 13 years ago
- a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
- 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
- 0010256 fold into one if statement by Benjamin Peterson · 13 years ago
- ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
- e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago