1. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  2. 02e4a7b #14360: Add news item. by R David Murray · 12 years ago
  3. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 12 years ago
  4. c7f7579 #18311: fix typo. by R David Murray · 12 years ago
  5. 36b82d8 Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 12 years ago
  6. 6efa965 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 12 years ago
  7. 51cee7d Issue #18164: Clarify the embedding docs regarding link options. by Ned Deily · 12 years ago
  8. 2b310dd Fix typo. by Richard Oudkerk · 12 years ago
  9. 7b69da7 Clarify note and fix typo. by Richard Oudkerk · 12 years ago
  10. 64c25b4 Issue #15818: Typo in docs. by Richard Oudkerk · 12 years ago
  11. 95fe1a7 Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 12 years ago
  12. e0a2d12 Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 12 years ago
  13. 91e8b81 Check for correct macro, code uses S_ISDIR(). by Christian Heimes · 12 years ago
  14. 021362d #18179: reflow paragraphs. by R David Murray · 12 years ago
  15. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 12 years ago
  16. e19ee85 Merge heads by Serhiy Storchaka · 12 years ago
  17. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
  18. f9b4eb4 Fixed issue #18260: configparser TypeError on source name specified as bytes by Łukasz Langa · 12 years ago
  19. 36a7e4f Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 12 years ago
  20. 9ee0203 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 12 years ago
  21. 4569cd5 _ssl.c: strip trailing spaces by Victor Stinner · 12 years ago
  22. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 12 years ago
  23. da30acf Closes #18220: expand itertools.islice docstring to 2 lines by Andrew Kuchling · 12 years ago
  24. 446a39f Close #18285: add 'repeat' parameter to docstring for product by Andrew Kuchling · 12 years ago
  25. de3beb2 #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 12 years ago
  26. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 12 years ago
  27. 45d9493 BSD: block devices are gone by Christian Heimes · 12 years ago
  28. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 12 years ago
  29. 60a9593 Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 12 years ago
  30. f678b31 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 12 years ago
  31. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 12 years ago
  32. b003ffa Closes #18239: correct description of count() in module docstring by Andrew Kuchling · 12 years ago
  33. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 12 years ago
  34. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 12 years ago
  35. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 12 years ago
  36. ce3dd0b Add -b and -X options to python man page. Patch contributed by Corey Brune. by Senthil Kumaran · 12 years ago
  37. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 12 years ago
  38. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 12 years ago
  39. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 12 years ago
  40. 2f13f54 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 12 years ago
  41. d9a52f2 merge heads by Christian Heimes · 12 years ago
  42. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 12 years ago
  43. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
  44. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 12 years ago
  45. 5678539 test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 12 years ago
  46. 43b2639 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 12 years ago
  47. 91f9bdd Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 12 years ago
  48. 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 12 years ago
  49. 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 12 years ago
  50. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
  51. 8b56292 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 12 years ago
  52. a269d82 merge by Brett Cannon · 12 years ago
  53. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 12 years ago
  54. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 12 years ago
  55. 893f2ff news entry for subprocess double close fix. by Gregory P. Smith · 12 years ago
  56. b5461b9 Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 12 years ago
  57. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
  58. 27bbfdb Drop some dead imports of imp by Brett Cannon · 12 years ago
  59. c81549f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 12 years ago
  60. 31b1c8b Add tests for issue #18183. by Serhiy Storchaka · 12 years ago
  61. f467521 #18196: Avoid displaying spurious SystemExit tracebacks. by Roger Serwy · 12 years ago
  62. 036e849 #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
  63. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 12 years ago
  64. 391f469 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  65. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 12 years ago
  66. 0e547b6 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 12 years ago
  67. 409f902 Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). by Richard Oudkerk · 12 years ago
  68. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 12 years ago
  69. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 12 years ago
  70. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 12 years ago
  71. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 12 years ago
  72. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
  73. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  74. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 12 years ago
  75. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 12 years ago
  76. b101435 Issue 18130: delete extra spaces by Terry Jan Reedy · 12 years ago
  77. 247bd5e Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 12 years ago
  78. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 12 years ago
  79. caa00fe Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 12 years ago
  80. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 12 years ago
  81. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 12 years ago
  82. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 12 years ago
  83. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 12 years ago
  84. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 12 years ago
  85. 04754b0 Support multiarch build in tests. by Stefan Krah · 12 years ago
  86. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 12 years ago
  87. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 12 years ago
  88. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 12 years ago
  89. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 12 years ago
  90. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 12 years ago
  91. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  92. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 12 years ago
  93. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 12 years ago
  94. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 12 years ago
  95. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 12 years ago
  96. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 12 years ago
  97. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 12 years ago
  98. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 12 years ago
  99. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 12 years ago
  100. 80bc00f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 12 years ago