1. e45dac4 Add bigmemtest decorator to test of issue #16335. by Serhiy Storchaka · 11 years ago
  2. 3b40b71 Fix memory error in test_ucn. by Serhiy Storchaka · 11 years ago
  3. 4f5f0e5 Issue #16335: Fix integer overflow in unicode-escape decoder. by Serhiy Storchaka · 11 years ago
  4. 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 11 years ago
  5. 663a9e2 Fix a few typos in Misc/NEWS. by Ezio Melotti · 11 years ago
  6. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 11 years ago
  7. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  8. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  9. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 11 years ago
  10. b24d0d9 Remove outdated statement by Antoine Pitrou · 11 years ago
  11. 809067c Closed #16886: test_dictcomps no longer depends on dict order by Frank Wierzbicki · 12 years ago
  12. 5e1c3ce Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
  13. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  14. 44763dd Merge heads by Serhiy Storchaka · 12 years ago
  15. 8838061 Issue #10527: Remove dead code by Richard Oudkerk · 12 years ago
  16. 4fb8cae Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 12 years ago
  17. ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
  18. 182d7cd Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 12 years ago
  19. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  20. b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  21. ce1519d test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  22. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  23. 53221e3 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 12 years ago
  24. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  25. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  26. a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  27. 5e12bb7 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 12 years ago
  28. fd25ffa Merge heads by Serhiy Storchaka · 12 years ago
  29. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  30. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  31. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  32. 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  33. fe8e6e7 #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 12 years ago
  34. 26ed234 Enable a broken test and fix it. by Ezio Melotti · 12 years ago
  35. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  36. b523129 #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  37. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  38. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  39. dec798e Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
  40. f6fd794 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  41. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  42. 4ab23bf Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  43. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  44. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  45. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  46. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  47. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  48. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  49. d73f369 merge heads by Benjamin Peterson · 12 years ago
  50. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  51. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  52. 549d465 issue 10527: fix missing import by Giampaolo Rodola' · 12 years ago
  53. 0af71aa Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, by Victor Stinner · 12 years ago
  54. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  55. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  56. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 12 years ago
  57. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  58. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  59. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  60. b83a86a Misc/NEWS updated to tell about #16820 by Łukasz Langa · 12 years ago
  61. a2e7acd configparser: preserve section order when using `__setitem__` (issue #16820) by Łukasz Langa · 12 years ago
  62. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  63. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  64. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  65. 3108fb5 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  66. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  67. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  68. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 12 years ago
  69. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  70. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  71. 88339c4 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  72. bac04e5 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  73. 051722d Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  74. ddb87ab Forward port new test for SSLSocket.connect_ex() by Antoine Pitrou · 12 years ago
  75. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  76. c4051aa Merge heads by Serhiy Storchaka · 12 years ago
  77. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 12 years ago
  78. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  79. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  80. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  81. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  82. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  83. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  84. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  85. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  86. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  87. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  88. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  89. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  90. 9eac6b3 Merge by Brian Curtin · 12 years ago
  91. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  92. a0b7e9c Null merge. by Serhiy Storchaka · 12 years ago
  93. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  94. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  95. c8bd74d Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  96. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  97. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  98. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 12 years ago
  99. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  100. 57a1233 fix test for subprocess (#16644) by Andrew Svetlov · 12 years ago