1. 65d5639 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  2. 9aaeb5e Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 11 years ago
  3. f898038 Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. by Serhiy Storchaka · 11 years ago
  4. 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  5. bb80131 Import shutil for restore_test_support_TESTFN(). by Serhiy Storchaka · 11 years ago
  6. 6688bdb Minor cleanups. by Raymond Hettinger · 11 years ago
  7. 15ea3ac Issue #17156: pygettext.py now correctly escapes non-ascii characters. by Serhiy Storchaka · 11 years ago
  8. 4234992 Keep IDLE from displaying spurious SystemExit tracebacks by Raymond Hettinger · 11 years ago
  9. a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 11 years ago
  10. 56656b0 add proper dependencies on expat headers and sources by Christian Heimes · 11 years ago
  11. 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 11 years ago
  12. beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 11 years ago
  13. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  14. ed1e438 Issue #17161: make install now also installs a python2 and python man page. by Ned Deily · 11 years ago
  15. c12dcd2 Fix accidental non-breakable space (U+00A0). by Serhiy Storchaka · 11 years ago
  16. ec02217 whitespace fix by Gregory P. Smith · 11 years ago
  17. a26ec65 Issue #6972: fix the documentation mis applied patch. by Gregory P. Smith · 11 years ago
  18. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  19. d5327d9 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago
  20. 4a88041 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 11 years ago
  21. 8e8bbc5 Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  22. 785d1b1 Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 11 years ago
  23. 9b3085c #17142: fix apparent copy and paste error in test_all. by R David Murray · 11 years ago
  24. 381372d #17091: update docstring for _thread.Lock.acquire. by R David Murray · 11 years ago
  25. 28ababc Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 11 years ago
  26. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  27. f727c31 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 11 years ago
  28. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 11 years ago
  29. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  30. cc23cc6 Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 11 years ago
  31. d66c0ee 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. 1efd982 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  33. 4264532 Issue 16398: Use memcpy() in deque.rotate(). by Raymond Hettinger · 11 years ago
  34. 2a051fa Fix test for issue #6972. by Serhiy Storchaka · 11 years ago
  35. a8d64ae Issue #17034: Use Py_CLEAR() in stringobject.c. by Serhiy Storchaka · 11 years ago
  36. 05fd744 Preserve backslashes in malicious zip files for testing issue #6972. by Serhiy Storchaka · 11 years ago
  37. eff492f Issue #15881: Fixed atexit hook in multiprocessing. by Benjamin Peterson · 11 years ago
  38. 99b0b72 merge heads by Benjamin Peterson · 11 years ago
  39. 13e56c7 Fix the test and remove trailing dots on Windows for issue #6972. by Serhiy Storchaka · 11 years ago
  40. dc6dc4b Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 11 years ago
  41. 7c06875 Fix translating of illegal characters on Windows (issue #6972). by Serhiy Storchaka · 11 years ago
  42. 23298cb Fix tests for issue #11159. by Serhiy Storchaka · 11 years ago
  43. 07fbf60 Merge heads by Serhiy Storchaka · 11 years ago
  44. 8673ab9 Issue #11159: SAX parser now supports unicode file names. by Serhiy Storchaka · 11 years ago
  45. 7045f05 Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 11 years ago
  46. 6e7da15 Issue #15587: Enable Tk high-resolution text rendering on Macs with by Ned Deily · 11 years ago
  47. a8a3468 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 11 years ago
  48. c0022b2 Silence a -Wformat-extra-argument warning when compiling. by Gregory P. Smith · 11 years ago
  49. acf7b95 Issue #16256: OS X installer now sets correct permissions for doc directory. by Ned Deily · 11 years ago
  50. a06ad5b better news entry by Gregory P. Smith · 11 years ago
  51. a998ad0 Additional fix for Issue #12268: The io module file object writelines() methods by Gregory P. Smith · 11 years ago
  52. 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  53. f39d52f Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 11 years ago
  54. 139e445 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 11 years ago
  55. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 11 years ago
  56. c5200b4 Issue #17041: Fix doctesting when Python is configured with the by Serhiy Storchaka · 11 years ago
  57. 8d510cd Issue #17049: Localized calendar methods now return unicode if a locale by Serhiy Storchaka · 11 years ago
  58. 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  59. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 11 years ago
  60. 77cd8aa Issue 15505. unittest.installHandler and non callable signal handlers by Michael Foord · 11 years ago
  61. b322621 Added clarification to logging HOWTO. by Vinay Sajip · 11 years ago
  62. 64cca12 Move NEWS entity from library to core section. by Serhiy Storchaka · 11 years ago
  63. 74e449f Add tests for raw-unicode-escape codec. by Serhiy Storchaka · 11 years ago
  64. 7277f9d Clean up escape-decode decoder tests. by Serhiy Storchaka · 11 years ago
  65. f89ad15 Merge heads by Serhiy Storchaka · 11 years ago
  66. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 11 years ago
  67. e1c979495 Issue #14018: Backport OS X installer updates from 3.3. by Ned Deily · 11 years ago
  68. 8d15ca3 fix long fixer docs (#4590) by Benjamin Peterson · 11 years ago
  69. acf4017 Add Robert Xiao to Misc/ACKS for issue17051. by Serhiy Storchaka · 11 years ago
  70. 46f5b35 Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao. by Serhiy Storchaka · 11 years ago
  71. 80a0a1e Fix skip conditions in some docstings tests. by Serhiy Storchaka · 11 years ago
  72. d7797c6 Remove trailing whitespaces in cStringIO.h. by Serhiy Storchaka · 11 years ago
  73. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  74. 6d3a860 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 12 years ago
  75. 221508c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  76. 4511e27 Issue #14018: fix merge error by Ned Deily · 12 years ago
  77. c19d7b6 fix typo; thanks to Dmitry Northerner from docs@ by Sandro Tosi · 12 years ago
  78. 4216aa1 Adapt test for build --without-doc-strings. by Stefan Krah · 12 years ago
  79. c59c85c Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 12 years ago
  80. 6fef14d Optimize the test for issue #13454. by Serhiy Storchaka · 12 years ago
  81. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 12 years ago
  82. 1c60c7a Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  83. fa3f9a3 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 12 years ago
  84. 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  85. 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  86. b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  87. 7ee79a2 Don't run the test for issue #16335 when -M is not specified. by Serhiy Storchaka · 12 years ago
  88. f4fbf24 Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument by Eli Bendersky · 12 years ago
  89. eb01949 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  90. f5da3ec #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  91. a0c9a4e Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
  92. 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  93. 0f2bd02 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  94. 8a459d9 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 12 years ago
  95. cb309c5 Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 12 years ago
  96. e3adb43 Add bigmemtest decorator to test of issue #16335. by Serhiy Storchaka · 12 years ago
  97. b1ecf80 Fix memory error in test_ucn. by Serhiy Storchaka · 12 years ago
  98. 4d70e58 fix for f4d30d1a529e by Christian Heimes · 12 years ago
  99. 1d3acd4 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 12 years ago
  100. b357db8 Backport 6df456f8fc6d. by Stefan Krah · 12 years ago