77988 Commits (d860d5cf6da3feec422e2665a8e2acbbd35e75ab)
 

Author SHA1 Message Date
Victor Stinner d860d5cf6d Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. 13 years ago
Stefan Krah 1761fa9dd1 Add libmpdec license. 13 years ago
Stefan Krah 37d4e0be3d Fix two typos. 13 years ago
Stefan Krah 42e3b607cb Missed one copyright. 13 years ago
Stefan Krah ecff6554d3 Update copyright. The four year increment is intentional (to save work). 13 years ago
Victor Stinner 271493b68c Issue #17429: Oops, remove unused import 13 years ago
Victor Stinner 620c48b7ea Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 13 years ago
Gregory P. Smith 589ecda56e Fixes issue #19929: Call os.read with 32768 within subprocess.Popen 13 years ago
Nadeem Vawda 6976104a36 #18430: Document that peek() may change the position of the underlying file for 13 years ago
Serhiy Storchaka 3e60a9d602 Issue #19535: Fixed test_docxmlrpc when python is run with -OO. 13 years ago
Gregory P. Smith a82f74dee3 Remove mentions of Python 2.x and being externally maintained from 13 years ago
Zachary Ware 4adb37c40f Issue #19926: Removed unneeded test_main from test_abstract_numbers. 13 years ago
Zachary Ware 7ef00ff91a Normalize whitespace 13 years ago
Zachary Ware 9fe6d86709 Issue 19572: More silently skipped tests explicitly skipped. 13 years ago
Gregory P. Smith 774f909489 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data 13 years ago
Charles-François Natali 6c527cf37f Issue #19857: Make sure that test_imaplib reaps server threads even in face of 13 years ago
Benjamin Peterson 933142a8f2 document that compile() can take bytes (closes #19910) 13 years ago
Antoine Pitrou d4d60554bc Issue #19900: improve generalities at the start of the pickle module doc 13 years ago
Vinay Sajip b1a92a4c89 Added minor clarification in logging HOWTO. 13 years ago
Antoine Pitrou dd799d2e32 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. 13 years ago
Nadeem Vawda 9c72ebc96b #19839: Fix lzma module's handling of non-lzma data at EOF. 13 years ago
Nadeem Vawda 1de19ac7da #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. 13 years ago
Antoine Pitrou a5cc9d68b9 Tweak the socket module doc layout 13 years ago
Antoine Pitrou e3658a70c3 Issue #19882: tweak docs for socket.close() 13 years ago
Christian Heimes abbc8ca708 ncurses' winch and mvwinch return an unsigned long 13 years ago
Tim Peters 13e6d23bb1 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. 13 years ago
Stefan Krah 4b7f7acf30 Make a couple of parameters constant. 13 years ago
Vinay Sajip 827f5d35e5 Issue #19665: Increased timeout for SMTPHandler test. 13 years ago
Walter Doerwald 7601a1e56f Add NEWS entry for issue #19834. 13 years ago
Eli Bendersky f3114532e4 Issue #19814: Clarify argparse's docs w.r.t prefix matching 13 years ago
Victor Stinner 22d0418f71 Issue #19728: Fix sys.getfilesystemencoding() documentation 13 years ago
Walter Doerwald 9d1dbca5e2 Fix issue #19834: Support unpickling of exceptions pickled by Python 2. 13 years ago
Gregory P. Smith 708a3182c9 Fixes issue #15798: subprocess.Popen() no longer fails if file 13 years ago
Alexandre Vassalotti 5c1c3b4f19 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. 13 years ago
Gregory P. Smith 361e30c17a Undo supposed fix for Issue #15798 until I understand why this is 13 years ago
Gregory P. Smith 1eda9e7c30 Fixes Issue #15798 - subprocess.Popen() no longer fails if file 13 years ago
Alexandre Vassalotti 65846c6c51 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. 13 years ago
Alexandre Vassalotti 19b6fa6ebb Issue #6477: Added support for pickling the types of built-in singletons. 13 years ago
Zachary Ware f8ceb04fcf Issue #19845: Updated the Compiling Python on Windows docs. 13 years ago
Vinay Sajip a9c179bd3e Issue #19789: Clarified documentation for logging.disable. 13 years ago
Alexandre Vassalotti 896414fedf Fixed _pickle.Unpickler to handle empty persistent IDs correctly. 13 years ago
Alexandre Vassalotti 1a83070d9e Issue #19088: Fix incorrect caching of the copyreg module. 13 years ago
Zachary Ware 04a684b2f2 Issue #19595: Re-enable a long-disabled test in test_winsound 13 years ago
Serhiy Storchaka 889d24ee3a Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). 13 years ago
Serhiy Storchaka fbc1c26803 Issue #19795: Improved markup of True/False constants. 13 years ago
Eli Bendersky 4b79518f83 Fix indentation from previous commit 13 years ago
Eli Bendersky 5dd40e555b Issue #19815: Fix segfault when parsing empty namespace declaration. 13 years ago
Serhiy Storchaka c303cfdb8a Skip test_find_mac on Windows (issue #19804). 13 years ago
Benjamin Peterson b152e177ef recommend OrderedDict for this FAQ (closes #19805) 13 years ago
Benjamin Peterson 0ee22bf774 fix format spec recursive expansion (closes #19729) 13 years ago