1. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 12 years ago
  2. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 12 years ago
  3. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 12 years ago
  4. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 12 years ago
  5. 1761fa9 Add libmpdec license. by Stefan Krah · 12 years ago
  6. 37d4e0b Fix two typos. by Stefan Krah · 12 years ago
  7. 42e3b60 Missed one copyright. by Stefan Krah · 12 years ago
  8. ecff655 Update copyright. The four year increment is intentional (to save work). by Stefan Krah · 12 years ago
  9. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 12 years ago
  10. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 12 years ago
  11. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 12 years ago
  12. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 12 years ago
  13. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 12 years ago
  14. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 12 years ago
  15. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 12 years ago
  16. 7ef00ff Normalize whitespace by Zachary Ware · 12 years ago
  17. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  18. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 12 years ago
  19. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 12 years ago
  20. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 12 years ago
  21. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 12 years ago
  22. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 12 years ago
  23. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 12 years ago
  24. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 12 years ago
  25. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 12 years ago
  26. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 12 years ago
  27. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 12 years ago
  28. abbc8ca ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 12 years ago
  29. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 12 years ago
  30. 4b7f7ac Make a couple of parameters constant. by Stefan Krah · 12 years ago
  31. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 12 years ago
  32. 7601a1e Add NEWS entry for issue #19834. by Walter Doerwald · 12 years ago
  33. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 12 years ago
  34. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 12 years ago
  35. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 12 years ago
  36. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 12 years ago
  37. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 12 years ago
  38. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 12 years ago
  39. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 12 years ago
  40. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 12 years ago
  41. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 12 years ago
  42. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 12 years ago
  43. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 12 years ago
  44. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 12 years ago
  45. 1a83070 Issue #19088: Fix incorrect caching of the copyreg module. by Alexandre Vassalotti · 12 years ago
  46. 04a684b Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 12 years ago
  47. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 12 years ago
  48. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  49. 4b79518 Fix indentation from previous commit by Eli Bendersky · 12 years ago
  50. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 12 years ago
  51. c303cfd Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 12 years ago
  52. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 12 years ago
  53. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 12 years ago
  54. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 12 years ago
  55. 99fb051 Merge heads by Zachary Ware · 12 years ago
  56. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  57. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  58. a04f4e0 Use @bigmemtest more accurately. by Mark Dickinson · 12 years ago
  59. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 12 years ago
  60. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 12 years ago
  61. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 12 years ago
  62. 1833ac3 Markup fix. by Georg Brandl · 12 years ago
  63. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 12 years ago
  64. 0e52404 Remove an errant extra \ within a docstring. by Gregory P. Smith · 12 years ago
  65. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 12 years ago
  66. db5e74f Fix doc markup error. by Georg Brandl · 12 years ago
  67. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 12 years ago
  68. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 12 years ago
  69. 97fc2ba Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 12 years ago
  70. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 12 years ago
  71. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 12 years ago
  72. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 12 years ago
  73. a8892a1 Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 12 years ago
  74. f847186 Fix make distclean for out-of-tree builds by Christian Heimes · 12 years ago
  75. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 12 years ago
  76. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 12 years ago
  77. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 12 years ago
  78. f92ef9b Update Itamar's name by Andrew Kuchling · 12 years ago
  79. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 12 years ago
  80. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 12 years ago
  81. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 12 years ago
  82. 8db1823 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 12 years ago
  83. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 12 years ago
  84. 2658dd7 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 12 years ago
  85. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 12 years ago
  86. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 12 years ago
  87. 7ad11bf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 12 years ago
  88. ecf4193 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 12 years ago
  89. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 12 years ago
  90. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 12 years ago
  91. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 12 years ago
  92. 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 12 years ago
  93. 76edd21 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 12 years ago
  94. e65cb19 Fix indentation in doc example. by Ezio Melotti · 12 years ago
  95. 46b4a5e Issue #19599: Increase sleep period. by Richard Oudkerk · 12 years ago
  96. 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 12 years ago
  97. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 12 years ago
  98. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 12 years ago
  99. 9d282f6 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 12 years ago
  100. 2e29c9e Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 12 years ago