1. daf990f Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  2. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  3. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 11 years ago
  4. da23259 Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module. by Antoine Pitrou · 11 years ago
  5. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  6. c44911f Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  7. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  8. f581b37 #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  9. 0b6119e Merge: News item for issue #16811 fix. by R David Murray · 11 years ago
  10. 6e32442 News item for issue #16811 fix. by R David Murray · 11 years ago
  11. 0c2e193 merge 3.3 (#17132) by Benjamin Peterson · 11 years ago
  12. 16d86aa update symbol.py for yield from grammar changes (closes #17132) by Benjamin Peterson · 11 years ago
  13. 4cd7b9c #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 11 years ago
  14. 0beab05 #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 11 years ago
  15. 88eea54 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 11 years ago
  16. 36b365c Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 11 years ago
  17. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 11 years ago
  18. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 11 years ago
  19. b6a5340 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  20. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  21. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  22. d41e01d merge 3.3 (#5289) by Benjamin Peterson · 11 years ago
  23. cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 11 years ago
  24. cce1b8e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  25. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  26. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  27. 5c64df7 Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. by Antoine Pitrou · 11 years ago
  28. 18b30ee Issue #16698: merge from 3.3 by Ned Deily · 11 years ago
  29. 6d29628 Issue #16698: merge from 3.2 by Ned Deily · 11 years ago
  30. 028915e Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 11 years ago
  31. b5032c8 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  32. 6a35e18 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  33. beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  34. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  35. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  36. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  37. 01f0dac Null merge by Serhiy Storchaka · 11 years ago
  38. f22bc64 Null merge by Serhiy Storchaka · 11 years ago
  39. 0dfacb7 Issue #15116: merge from 3.3 by Ned Deily · 11 years ago
  40. c2aadc2 Issue #15116: merge from 3.2 by Ned Deily · 11 years ago
  41. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 11 years ago
  42. c1eb48a Issue #15587: merge from 3.3 by Ned Deily · 11 years ago
  43. 380f7a1 Issue #15587: merge from 3.2 by Ned Deily · 11 years ago
  44. 9cd864d Issue #15587: Enable Tk high-resolution text rendering on Macs with by Ned Deily · 11 years ago
  45. 32e12c9 Issue #16256: merge from 3.3 by Ned Deily · 11 years ago
  46. 8214b9b Issue #16256: merge from 3.2 by Ned Deily · 11 years ago
  47. 6214d49 Issue #16256: OS X installer now sets correct permissions for doc directory. by Ned Deily · 11 years ago
  48. 84d0bf9 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 11 years ago
  49. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 11 years ago
  50. 9b57cf5 better corrected news entry by Gregory P. Smith · 11 years ago
  51. b9817b0 Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR). by Gregory P. Smith · 11 years ago
  52. ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  53. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  54. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  55. 611afc1 Issue #17098: all modules should have __loader__ by Brett Cannon · 11 years ago
  56. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 11 years ago
  57. db58e15 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  58. d72bfe9 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  59. d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  60. fc20d77 Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 11 years ago
  61. b5787ef Updated NEWS with fix for #17028. by Vinay Sajip · 11 years ago
  62. beb29b1 Merge by Michael Foord · 11 years ago
  63. d1da29c Merge by Michael Foord · 11 years ago
  64. 6debd76 Closes issue 15505. unittest.installHandler and non-callable signal handlers. by Michael Foord · 11 years ago
  65. 64a5562 Issue #17071: Signature.bind() now works when one of the keyword arguments is named self. by Antoine Pitrou · 11 years ago
  66. bd41d1b Issue #17071: Signature.bind() now works when one of the keyword arguments is named ``self``. by Antoine Pitrou · 11 years ago
  67. f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  68. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  69. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  70. 6de7099 Move NEWS entity from library to core section. by Serhiy Storchaka · 11 years ago
  71. 1e49dde Move NEWS entity from library to core section. by Serhiy Storchaka · 11 years ago
  72. a97c57c Move NEWS entity from library to core section. by Serhiy Storchaka · 11 years ago
  73. 8fe5a9f Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  74. 24193de Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  75. d679377 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  76. 6f90731 Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regardless of implementation language by Brett Cannon · 12 years ago
  77. f011881 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  78. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  79. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  80. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  81. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  82. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  83. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 12 years ago
  84. 682d8d4 - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. by doko@python.org · 12 years ago
  85. eab42bf - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. by doko@python.org · 12 years ago
  86. e103d68 merge by Brett Cannon · 12 years ago
  87. 14581d5 Port py_compile over to importlib by Brett Cannon · 12 years ago
  88. 8742119 - Issue #16235: Implement python-config as a shell script. by doko@python.org · 12 years ago
  89. ed3c412 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  90. 678db84 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  91. 0599725 Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  92. 591c428 Fix #16769. Remove outdated Visual Studio project directories for VC6, VS7.1, and VS8. by Brian Curtin · 12 years ago
  93. 570c5b2 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
  94. 73e3880 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
  95. f584aba Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  96. e58785b Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  97. ace3ad3 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  98. 13252b8 Issue #16972: Have site.addpackage() consider known paths even when by Brett Cannon · 12 years ago
  99. 90c8d06 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 12 years ago
  100. a10e4a9 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 12 years ago