1. 14af64f #16154: merge with 3.3. by Ezio Melotti · 12 years ago
  2. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  3. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  4. 1f49c5c Issue #16874 (merge from 3.3): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  5. b2b2252 Issue #16874 (merge from 3.2): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  6. 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  7. ee46b6c #13899: merge with 3.3. by Ezio Melotti · 12 years ago
  8. adfbb8e #13899: merge with 3.2. by Ezio Melotti · 12 years ago
  9. 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
  10. 2645936 #16925: merge with 3.3. by Ezio Melotti · 12 years ago
  11. dc1fa80 #16925: test_configparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  12. aabd0b0 #16918: merge with 3.3. by Ezio Melotti · 12 years ago
  13. 5d3dba0 #16918: test_codecs now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  14. e0b87ed Merge fix for broken/disabled test. by Ezio Melotti · 12 years ago
  15. 26ed234 Enable a broken test and fix it. by Ezio Melotti · 12 years ago
  16. 45d5de1 #16919: merge with 3.3. by Ezio Melotti · 12 years ago
  17. 90bbbd1 #16919: test_crypt now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  18. edb0e5e merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  19. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  20. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  21. f86b3c3 merge 3.3 (#16900) by Benjamin Peterson · 12 years ago
  22. 36f7b97 remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900) by Benjamin Peterson · 12 years ago
  23. 96983af merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  24. 7bd0486 merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  25. b523129 #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  26. 15d24b7 Merge 3.3 by Eli Bendersky · 12 years ago
  27. 8eee081 Update Misc/NEWS for issue #16076 by Eli Bendersky · 12 years ago
  28. bb48151 Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  29. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  30. e474022 normalize whitespace by Eli Bendersky · 12 years ago
  31. 458c0d5 normalize whitespace by Eli Bendersky · 12 years ago
  32. 065eeb1 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  33. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  34. 5b1acc0 #16910: merge with 3.3. by Ezio Melotti · 12 years ago
  35. 0dceb56 #16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  36. 47b9886 #16905: merge with 3.3. by Ezio Melotti · 12 years ago
  37. 2688e81 #16905: test_bufio now works with unittest test discovery. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  38. 09a8e16 #16898: merge with 3.3. by Ezio Melotti · 12 years ago
  39. b21af55 #16898: test_bufio now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  40. e1b0d3e #16888: merge with 3.3. by Ezio Melotti · 12 years ago
  41. 1d3e96d #16888: test_array now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  42. af5b688 #16896: merge with 3.3. by Ezio Melotti · 12 years ago
  43. 47236db #16896: test_asyncore now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  44. 9e97071 #16897: merge with 3.3. by Ezio Melotti · 12 years ago
  45. f472a90 #16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  46. 594f20c Merge unittest.mock examples fixes. by Ezio Melotti · 12 years ago
  47. e212370 Use correct methods in unittest.mock examples. by Ezio Melotti · 12 years ago
  48. 11b3a60 #16852: merge with 3.3. by Ezio Melotti · 12 years ago
  49. d0dfe9a #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  50. f424f38 Issue #16876: Optimize epoll.poll() by keeping a per-instance epoll events by Charles-François Natali · 12 years ago
  51. 0b32a48 merge 3.3 (#16906) by Benjamin Peterson · 12 years ago
  52. 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
  53. df558cb Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  54. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  55. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  56. 2f3be0f Issue #16843: Make concurrent tests for sched module deterministic. by Serhiy Storchaka · 12 years ago
  57. 369a782 Issue #16843: Make concurrent tests for sched module deterministic. by Serhiy Storchaka · 12 years ago
  58. 24a3ef6 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  59. ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  60. dbfc808 Null merge by Serhiy Storchaka · 12 years ago
  61. 040c3c8 Null merge by Serhiy Storchaka · 12 years ago
  62. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  63. dec798e Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
  64. cd18e78 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  65. 1aa004b Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  66. f6fd794 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  67. f43c4d6 Issue #16884: Merged doc fix from 3.3. by Vinay Sajip · 12 years ago
  68. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  69. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  70. 1a03ac8 Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  71. f6fb3a3 Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  72. 4ab23bf Issue #15845: Fix comparison between bytes and string. by Serhiy Storchaka · 12 years ago
  73. 1573842 Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. by Chris Jerdonek · 12 years ago
  74. 2716d53 fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. by Victor Stinner · 12 years ago
  75. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  76. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  77. 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
  78. ed6f37c Closes #16884: Merged logging documentation fixes from 3.3. by Vinay Sajip · 12 years ago
  79. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  80. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  81. 4e62033 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  82. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  83. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  84. 05aba6c Issue #16320: Remove redundant Makefile dependencies for strings and bytes. by Serhiy Storchaka · 12 years ago
  85. fb4b7b4 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  86. 61dbb00 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  87. 5dd12a5 Fix returning uninitialized variable (issue #8109). by Antoine Pitrou · 12 years ago
  88. 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
  89. 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  90. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  91. a2f9591 #16862: merge with 3.3. by Ezio Melotti · 12 years ago
  92. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 12 years ago
  93. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  94. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  95. 0ae3525 Merge example fix with 3.3. by Ezio Melotti · 12 years ago
  96. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 12 years ago
  97. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  98. d05d3cc #13094: merge with 3.3. by Ezio Melotti · 12 years ago
  99. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  100. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago