1. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  2. 1f1ec12 Issue #19986: Avoid an incorrect warning of older gcc versions. by Stefan Krah · 11 years ago
  3. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  4. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  5. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  6. 01e5f80 Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted by Stefan Krah · 11 years ago
  7. 956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  8. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  9. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  10. d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  11. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  12. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  13. 258e4d3 Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  14. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  15. da12ada Do not discard const qualifier without a reason. by Stefan Krah · 11 years ago
  16. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  17. bdbffd0 Filter namespaceobject's files properly in the pythoncore VS project. by Zachary Ware · 11 years ago
  18. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  19. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  20. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  21. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  22. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  23. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  24. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  25. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  26. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  27. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  28. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  29. 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
  30. 37d4e0b Fix two typos. by Stefan Krah · 11 years ago
  31. 42e3b60 Missed one copyright. by Stefan Krah · 11 years ago
  32. ecff655 Update copyright. The four year increment is intentional (to save work). by Stefan Krah · 11 years ago
  33. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  34. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  35. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  36. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  37. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 11 years ago
  38. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  39. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  40. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  41. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  42. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  43. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  44. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  45. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  46. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  47. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  48. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 11 years ago
  49. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  50. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  51. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  52. abbc8ca ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  53. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  54. 4b7f7ac Make a couple of parameters constant. by Stefan Krah · 11 years ago
  55. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  56. 7601a1e Add NEWS entry for issue #19834. by Walter Doerwald · 11 years ago
  57. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  58. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  59. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  60. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  61. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 11 years ago
  62. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  63. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  64. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
  65. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  66. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  67. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  68. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  69. 1a83070 Issue #19088: Fix incorrect caching of the copyreg module. by Alexandre Vassalotti · 11 years ago
  70. 04a684b Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  71. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  72. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  73. 4b79518 Fix indentation from previous commit by Eli Bendersky · 11 years ago
  74. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  75. c303cfd Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  76. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
  77. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 11 years ago
  78. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  79. 99fb051 Merge heads by Zachary Ware · 11 years ago
  80. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  81. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  82. a04f4e0 Use @bigmemtest more accurately. by Mark Dickinson · 11 years ago
  83. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  84. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  85. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  86. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  87. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  88. 0e52404 Remove an errant extra \ within a docstring. by Gregory P. Smith · 11 years ago
  89. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  90. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  91. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  92. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  93. 97fc2ba Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  94. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  95. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  96. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  97. a8892a1 Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  98. f847186 Fix make distclean for out-of-tree builds by Christian Heimes · 11 years ago
  99. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  100. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago