1. e9af827 Cleanup the docs ElementTree a bit and describe the default_namespace parameter. In the code, replace the old outdated Doxygen-ish comment above ElementTree.write by a proper docstring. by Eli Bendersky · 12 years ago
  2. 31efc74 Add Ariel to Misc/ACKS by Eli Bendersky · 12 years ago
  3. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 12 years ago
  4. a50ff18 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
  5. 25771b3 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
  6. a9edb6c Merge 3.2 and revert changes since the changes in 3.3 are a bit different by Eli Bendersky · 12 years ago
  7. 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
  8. e5bdfef null merge by Eli Bendersky · 12 years ago
  9. 253a843 merge heads by Eli Bendersky · 12 years ago
  10. 03f0e57 merge heads by Eli Bendersky · 12 years ago
  11. 3ed8442 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
  12. 4583990 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
  13. b402a5c Fix test_posix failure on NetBSD buildbots: sched_setparam() and by Charles-François Natali · 12 years ago
  14. adbfcb8 test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  15. c78de46 Fix test_posix failure on NetBSD buildbots: sched_setparam() and by Charles-François Natali · 12 years ago
  16. 1ea12ff test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  17. ce1519d test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  18. fa3965a merge 3.3 by Benjamin Peterson · 12 years ago
  19. 0e5c48a make deque_clear void, since it's infallible by Benjamin Peterson · 12 years ago
  20. abdcf2c fix versionadded to 3.4 by Eli Bendersky · 12 years ago
  21. 6b4e2a9 In test_ssl, threaded tests shouldn't need the network resource to be enabled by Antoine Pitrou · 12 years ago
  22. db5012a In test_ssl, threaded tests shouldn't need the "network" resource to be enabled by Antoine Pitrou · 12 years ago
  23. e9bb473 Issue #16923: Fix ResourceWarnings in test_ssl. by Antoine Pitrou · 12 years ago
  24. e1ceb50 Issue #16923: Fix ResourceWarnings in test_ssl. by Antoine Pitrou · 12 years ago
  25. 1e37e9e SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  26. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  27. 14d080e #16259: delete some no-longer-used code from regrtest. by R David Murray · 12 years ago
  28. 52f80a7 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  29. 69db587 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  30. 74fe9f3 Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  31. 6c566b3 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 12 years ago
  32. dbc744a Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 12 years ago
  33. 53221e3 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 12 years ago
  34. 8f35e84 clean trailing whitespace by Eli Bendersky · 12 years ago
  35. c31f773 clean trailing whitespace by Eli Bendersky · 12 years ago
  36. 288b438 Issues #15083 and #16992: port find.* method tests to unittest by Eli Bendersky · 12 years ago
  37. ceab1a9 Issues #15083 and #16992: port find.* method tests to unittest by Eli Bendersky · 12 years ago
  38. eb2884a Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute by Eli Bendersky · 12 years ago
  39. 60a0c71 Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
  40. 799e3ed Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
  41. 0f3735b Close #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
  42. b8f6dc8 Issue #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
  43. a6ebb2d Issue #16876: Revert be8e6b81284e, which wasn't thread-safe: wait until a by Charles-François Natali · 12 years ago
  44. e6f3d53 #16940: merge with 3.3. by Ezio Melotti · 12 years ago
  45. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
  46. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  47. 464d89b Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 12 years ago
  48. eb9e885 Issue #16933 (merge from 3.3): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  49. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  50. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  51. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  52. 569ff4f Issue #15031: Refactor some code in importlib pertaining to validating by Brett Cannon · 12 years ago
  53. 77173c0 merge by Brett Cannon · 12 years ago
  54. ed6b4c0 merge by Brett Cannon · 12 years ago
  55. 4d35c57 merge by Brett Cannon · 12 years ago
  56. c57f9f9 Merge from 3.3 for fix for issue #16730 by Brett Cannon · 12 years ago
  57. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  58. 1829bb4 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  59. b4fb2e2 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  60. a3a01b6 Issue #15539: Fix a backup file creation in pindent.py on Windows. by Serhiy Storchaka · 12 years ago
  61. cba18fe merge with 3.3 by Georg Brandl · 12 years ago
  62. 154dc4e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 12 years ago
  63. b463c48 Issue #3583: mention that testing whether a bad address not triggering by Brett Cannon · 12 years ago
  64. 9d30698 #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is by Tim Golden · 12 years ago
  65. e814501 Merge patchcheck changes with 3.3 by Ezio Melotti · 12 years ago
  66. 8762595 Merge patchcheck changes with 3.2 by Ezio Melotti · 12 years ago
  67. 5e12bb7 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 12 years ago
  68. f3ffb01 Null merge by Serhiy Storchaka · 12 years ago
  69. 69c753d Null merge by Serhiy Storchaka · 12 years ago
  70. e085306 Merge heads by Serhiy Storchaka · 12 years ago
  71. 5150a33 Merge heads by Serhiy Storchaka · 12 years ago
  72. fd25ffa Merge heads by Serhiy Storchaka · 12 years ago
  73. 9942e5a Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  74. 40ce22e Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  75. 6840a54 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  76. ba8279f merge with 3.3 by Sandro Tosi · 12 years ago
  77. a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
  78. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  79. 14af64f #16154: merge with 3.3. by Ezio Melotti · 12 years ago
  80. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  81. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  82. 1f49c5c Issue #16874 (merge from 3.3): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  83. b2b2252 Issue #16874 (merge from 3.2): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  84. 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  85. ee46b6c #13899: merge with 3.3. by Ezio Melotti · 12 years ago
  86. adfbb8e #13899: merge with 3.2. by Ezio Melotti · 12 years ago
  87. 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
  88. 2645936 #16925: merge with 3.3. by Ezio Melotti · 12 years ago
  89. dc1fa80 #16925: test_configparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  90. aabd0b0 #16918: merge with 3.3. by Ezio Melotti · 12 years ago
  91. 5d3dba0 #16918: test_codecs now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  92. e0b87ed Merge fix for broken/disabled test. by Ezio Melotti · 12 years ago
  93. 26ed234 Enable a broken test and fix it. by Ezio Melotti · 12 years ago
  94. 45d5de1 #16919: merge with 3.3. by Ezio Melotti · 12 years ago
  95. 90bbbd1 #16919: test_crypt now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  96. edb0e5e merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  97. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  98. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  99. f86b3c3 merge 3.3 (#16900) by Benjamin Peterson · 12 years ago
  100. 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