1. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  2. 421489f Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  3. 14e27d8 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  4. 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  5. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  6. c4051aa Merge heads by Serhiy Storchaka · 12 years ago
  7. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 12 years ago
  8. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  9. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  10. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  11. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  12. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  13. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  14. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  15. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  16. a0b7e9c Null merge. by Serhiy Storchaka · 12 years ago
  17. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  18. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  19. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 12 years ago
  20. 4947049 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  21. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  22. cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  23. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  24. c08ded9 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  25. 3b65a9e #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
  26. 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  27. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 12 years ago
  28. 513e9b4 #16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args. by Ezio Melotti · 12 years ago
  29. 94704fc #16765: remove unused import. by Ezio Melotti · 12 years ago
  30. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  31. 332562f Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  32. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 12 years ago
  33. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  34. 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  35. f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  36. cddcafa Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  37. 8e1e816 Add missing label. by Georg Brandl · 12 years ago
  38. 9a772e5 Fix indentation. by Georg Brandl · 12 years ago
  39. ed512a4 ctypes: DECREF error_object _after_ re-acquiring GIL by Kristjan Valur Jonsson · 12 years ago
  40. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 12 years ago
  41. 9201442 add news note (#16597) by Benjamin Peterson · 12 years ago
  42. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 12 years ago
  43. bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  44. bd64460 revert comment wording (#16714) by Andrew Svetlov · 12 years ago
  45. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  46. 80ab6c5 merge heads by Andrew Svetlov · 12 years ago
  47. ed3f6c6 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  48. c2a8169 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  49. 78efadb Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  50. bc453ca Fix #14901. Update some sections of Windows FAQ. by Brian Curtin · 12 years ago
  51. 124ee8b Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  52. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  53. b41524d remove dead code by Benjamin Peterson · 12 years ago
  54. 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  55. eea058b #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  56. 67c563e #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  57. 28d21ca #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  58. 25a4861 Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) by Trent Nelson · 12 years ago
  59. 05c197c Make PyAST_obj2mod C89 compliant. by Trent Nelson · 12 years ago
  60. 15daa35 IRIX: force MIPSpro to treat #errors as errors, not warnings. by Trent Nelson · 12 years ago
  61. 64ab35e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  62. 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  63. bfb0989 Document the reason attribute of urllib.HTTPError Patch by Berker Peksag by Senthil Kumaran · 12 years ago
  64. 7dddec4 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  65. 367efc2 Branch merge by Éric Araujo · 12 years ago
  66. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 12 years ago
  67. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  68. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  69. 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 12 years ago
  70. 5ead554 Add versionchanged note for a56cebff113a by Éric Araujo · 12 years ago
  71. bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  72. b7bc925 Remove debug output from example. by Ezio Melotti · 12 years ago
  73. 8eeda72 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  74. 766849b Document that hour in datetime.time ctor is optional parameter. by Andrew Svetlov · 12 years ago
  75. 7ddd9c2 Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Jesus Cea · 12 years ago
  76. 8c7c697 Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Victor Stinner · 12 years ago
  77. 74635c9 Fix test splitting in previous commit. by Antoine Pitrou · 12 years ago
  78. 735f36e Split the bigmem re test in two separate tests with different memory requirements. by Antoine Pitrou · 12 years ago
  79. d5f462b document UnicodeError attributes by Benjamin Peterson · 12 years ago
  80. 17c50cd Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  81. b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  82. 4fc0082 - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf by Christian Heimes · 12 years ago
  83. 80e9eed Minor fixups. Early-out for equality test. Inline PREV/NEXT constants. by Raymond Hettinger · 12 years ago
  84. 63b0448 #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). by Ezio Melotti · 12 years ago
  85. 4f3b594 Add Bruno Dupuis by Benjamin Peterson · 12 years ago
  86. 7196605 fix spelling by Benjamin Peterson · 12 years ago
  87. 8a1a17b Remove redundant check for symlink. (closes #6036) by Benjamin Peterson · 12 years ago
  88. 8da8268 Backport from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  89. 07d126f merge heads by Andrew Svetlov · 12 years ago
  90. 6a5c2e6 Issue #16194: document imp.load_dynamic problems by Andrew Svetlov · 12 years ago
  91. 256aaf7 add changelog by Benjamin Peterson · 12 years ago
  92. ed10a30 enumerate only requires an iterable (closes #16573) by Benjamin Peterson · 12 years ago
  93. ac26a2e Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  94. 43acbf1 #16549: fix test failures on Windows. by Ezio Melotti · 12 years ago
  95. def6ee5 #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 12 years ago
  96. d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 12 years ago
  97. 6747326 Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive. by Stefan Krah · 12 years ago
  98. 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  99. 0d68ab3 Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 12 years ago
  100. eff174b #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago