1. 0b32a48 merge 3.3 (#16906) by Benjamin Peterson · 12 years ago
  2. 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
  3. df558cb Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  4. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  5. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  6. 2f3be0f Issue #16843: Make concurrent tests for sched module deterministic. by Serhiy Storchaka · 12 years ago
  7. 369a782 Issue #16843: Make concurrent tests for sched module deterministic. by Serhiy Storchaka · 12 years ago
  8. 24a3ef6 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  9. ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  10. dbfc808 Null merge by Serhiy Storchaka · 12 years ago
  11. 040c3c8 Null merge by Serhiy Storchaka · 12 years ago
  12. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  13. dec798e Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
  14. cd18e78 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  15. 1aa004b Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  16. f6fd794 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  17. f43c4d6 Issue #16884: Merged doc fix from 3.3. by Vinay Sajip · 12 years ago
  18. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  19. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  20. 1a03ac8 Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  21. f6fb3a3 Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  22. 4ab23bf Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  23. 1573842 Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. by Chris Jerdonek · 12 years ago
  24. 2716d53 fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. by Victor Stinner · 12 years ago
  25. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  26. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  27. 34bdeb5 Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found. by Christian Heimes · 12 years ago
  28. ed6f37c Closes #16884: Merged logging documentation fixes from 3.3. by Vinay Sajip · 12 years ago
  29. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  30. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  31. 4e62033 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  32. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  33. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  34. 05aba6c Issue #16320: Remove redundant Makefile dependencies for strings and bytes. by Serhiy Storchaka · 12 years ago
  35. fb4b7b4 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  36. 61dbb00 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  37. 5dd12a5 Fix returning uninitialized variable (issue #8109). by Antoine Pitrou · 12 years ago
  38. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  39. 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  40. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  41. a2f9591 #16862: merge with 3.3. by Ezio Melotti · 12 years ago
  42. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 12 years ago
  43. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  44. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  45. 0ae3525 Merge example fix with 3.3. by Ezio Melotti · 12 years ago
  46. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 12 years ago
  47. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  48. d05d3cc #13094: merge with 3.3. by Ezio Melotti · 12 years ago
  49. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  50. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  51. b9a76e2 Issue #16860: In tempfile, use O_CLOEXEC when available to set the by Charles-François Natali · 12 years ago
  52. 4e02538 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  53. 6c83e73 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  54. d8a0bac Issue #16674: random.getrandbits() is now 20-40% faster for small integers. by Serhiy Storchaka · 12 years ago
  55. ca61429 merge 3.3 by Benjamin Peterson · 12 years ago
  56. bf064b3 merge 3.2 by Benjamin Peterson · 12 years ago
  57. d73f369 merge heads by Benjamin Peterson · 12 years ago
  58. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  59. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  60. f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  61. 37623ab #16009: JSON error messages now provide more information. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  62. fd53a5a (Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  63. 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  64. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  65. 18aa447 Close #16281: handle tailmatch() failure and remove useless comment by Victor Stinner · 12 years ago
  66. 549d465 issue 10527: fix missing import by Giampaolo Rodola' · 12 years ago
  67. af9704a Null merge 3.3 by Victor Stinner · 12 years ago
  68. 269b3ce (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, by Victor Stinner · 12 years ago
  69. 0af71aa Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, by Victor Stinner · 12 years ago
  70. 1f65474 Null merge 3.3 (fix already applied to default, it was a backport) by Victor Stinner · 12 years ago
  71. 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  72. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  73. ef408ae Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b''). by Nadeem Vawda · 12 years ago
  74. 791e464 Correction: issue #16828 also affects BZ2Compressor.compress(). by Nadeem Vawda · 12 years ago
  75. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  76. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  77. 90e4774 Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit. by Antoine Pitrou · 12 years ago
  78. f422676 #16747: merge with 3.3. by Ezio Melotti · 12 years ago
  79. 407c2ac #16747: merge with 3.2. by Ezio Melotti · 12 years ago
  80. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 12 years ago
  81. 4547582 #16748: merge with 3.3. by Ezio Melotti · 12 years ago
  82. 22ebb2d #16748: test_heapq now works with unittest test discovery. by Ezio Melotti · 12 years ago
  83. d1ae518 merge heads by Benjamin Peterson · 12 years ago
  84. 13a2707 merge 3.3 by Benjamin Peterson · 12 years ago
  85. c527037 add Tom Tromey to ACKS by Benjamin Peterson · 12 years ago
  86. 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
  87. cc85a15 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  88. a6d0dd5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  89. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  90. 805ae0d Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  91. 75b936e Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  92. a3eb812 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  93. 89faf4f Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  94. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  95. 6b539a4 Merge heads by Serhiy Storchaka · 12 years ago
  96. 08f4556 Merge heads by Serhiy Storchaka · 12 years ago
  97. cc6b514 Merge heads by Serhiy Storchaka · 12 years ago
  98. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  99. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  100. 2869b00 Null-merged Misc/NEWS change by Łukasz Langa · 12 years ago