1. 5a0d439 #14957: clarify splitlines docs. by R David Murray · 12 years ago
  2. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  3. be1bc8c merge heads by Sandro Tosi · 12 years ago
  4. c10584a Issue #14968: merge with 3.2 by Sandro Tosi · 12 years ago
  5. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  6. d1ab608 check return for error by Benjamin Peterson · 12 years ago
  7. 35db513 #14814: Fix errror message creation in ipaddress.collapse_addresses by Hynek Schlawack · 12 years ago
  8. 77452fc Close #14969: Improve the handling of exception chaining in contextlib.ExitStack by Nick Coghlan · 12 years ago
  9. c4b78a3 #14814: Remove 2.x's new-style classes syntax from ipaddress by Hynek Schlawack · 12 years ago
  10. 67ee1d0 word.digits are always initialized before use in the Taylor series loop, by Stefan Krah · 12 years ago
  11. 2b6b73e Issue #14007: implement doctype() method calling in XMLParser of _elementtree. by Eli Bendersky · 12 years ago
  12. 20d4174 We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in by Eli Bendersky · 12 years ago
  13. 2e185e1 Reformat two issue numbers by Brian Curtin · 12 years ago
  14. 1bf2394 fix trailing whitespace by Eli Bendersky · 12 years ago
  15. 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 12 years ago
  16. 7e0229e #14814: Remove stale __hex__ method from ipaddress by Hynek Schlawack · 12 years ago
  17. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  18. 8e0ed33 Post-release update. by Georg Brandl · 12 years ago
  19. 4b10e19 VS 2010 has the AMD64 redist files in VC\redist\x64. by Martin v. Löwis · 12 years ago
  20. c11eba8 Update to Tcl/Tk 8.5.11. by Martin v. Löwis · 12 years ago
  21. 0271766 Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result by Stefan Krah · 12 years ago
  22. 4d3e0a6 Improve Underflow handling in the correct-rounding loop. The case for by Stefan Krah · 12 years ago
  23. d3487be Issue #14962: merge by Ned Deily · 12 years ago
  24. 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  25. d245655 Issue #14952: Fix incorrect output dll names for win64/debug builds, causing by Kristjan Valur Jonsson · 12 years ago
  26. 9a5beec Improve comments. by Stefan Krah · 12 years ago
  27. 1ef1795 Merge. by Stefan Krah · 12 years ago
  28. a5bd2a1 Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Patch by Alon Horev) by Nick Coghlan · 12 years ago
  29. 5ddbcfc Pad the result with zeros just before the final rounding. by Stefan Krah · 12 years ago
  30. c73e8c2 Issue #14963: Added test cases for contextlib.ExitStack exception handling behaviour (Initial patch by Alon Horev) by Nick Coghlan · 12 years ago
  31. 30c35e8 Do not clobber existing flags. by Stefan Krah · 12 years ago
  32. b7a455f Typo fix by Nick Coghlan · 12 years ago
  33. 2722827 Additional ExitStack examples, and a few other cleanups for the ExitStack docs by Nick Coghlan · 12 years ago
  34. 48c2e4d Null merge from 3.2. by Vinay Sajip · 12 years ago
  35. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 12 years ago
  36. 85634d7 Issue #14909: A number of places were using PyMem_Realloc() apis and by Kristjan Valur Jonsson · 12 years ago
  37. 56517e5 Make parameterized tests in email less hackish. by R David Murray · 12 years ago
  38. 01d7058 Merge heads. by Georg Brandl · 12 years ago
  39. e7066b8 Added tag v3.3.0a4 for changeset 7c51388a3aa7 by Georg Brandl · 12 years ago
  40. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 12 years ago
  41. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 12 years ago
  42. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 12 years ago
  43. a0cf90e Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs by Nick Coghlan · 12 years ago
  44. bb75678 #14796: fix failure of new calendar test on windows. by R David Murray · 12 years ago
  45. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 12 years ago
  46. 5e92a1e Issue #14958: Change IDLE systax highlighting to recognize all string and by Ned Deily · 12 years ago
  47. e8eb912 Merge 3.2 news item by Brian Curtin · 12 years ago
  48. cf4a1b7 Add news item for #14943 by Brian Curtin · 12 years ago
  49. d648fa2 Fix #14943. Merge 3.2 by Brian Curtin · 12 years ago
  50. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  51. 5e86eed Reapplied skip logic for test on Windows, which appears to have been lost during a merge. by Vinay Sajip · 12 years ago
  52. c1f0b53 Updated test to reflect renamed file. by Vinay Sajip · 12 years ago
  53. 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 12 years ago
  54. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  55. d0c8695 #14796: improve calendar test coverage. by R David Murray · 12 years ago
  56. 3a7d096 Issue #14744: Fix compilation on Windows (part 2) by Victor Stinner · 12 years ago
  57. e577ab3 Issue #14744: Fix compilation on Windows by Victor Stinner · 12 years ago
  58. 026ba31 #10839: add new test file that was omitted from checkin by R David Murray · 12 years ago
  59. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
  60. 6066fe1 merge heads by Eli Bendersky · 12 years ago
  61. 58d548d Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and subclassable. by Eli Bendersky · 12 years ago
  62. aa88d32 Merged upstream changes. by Vinay Sajip · 12 years ago
  63. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 12 years ago
  64. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 12 years ago
  65. a1b0c9f PyArg_Parse*("U"): ensure that the Unicode string is ready by Victor Stinner · 12 years ago
  66. 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 12 years ago
  67. 1074a92 Remove __getslice__, __setslice__, __delslice__ methods from proxies by Richard Oudkerk · 12 years ago
  68. ecdc076 Removed pysetup3.exe executable. by Vinay Sajip · 12 years ago
  69. 52209d3 #14835: Make plistlib output empty arrays & dicts like OS X by Hynek Schlawack · 12 years ago
  70. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 12 years ago
  71. 6bed342 Refactor test_email/test_pickleable and add tests for date headers by R David Murray · 12 years ago
  72. a7c9ddb Regularize test_email/test_headerregistry's references to policy. by R David Murray · 12 years ago
  73. d41595b Refactor test_email/test_defect_handling. by R David Murray · 12 years ago
  74. 3e0a1eb Issue #14930: Make memoryview objects weakrefable. by Richard Oudkerk · 12 years ago
  75. 1cfe7d9 Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  76. e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  77. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  78. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  79. ef4c501 Fixed typo. by Vinay Sajip · 12 years ago
  80. 382a7c0 Tweaked tests to use launcher executable name on OS X. by Vinay Sajip · 12 years ago
  81. 4469746 Added python3 symlink; removed Distribute-related code, docs and comments; changed Mac OS X computation to determine framework builds. by Vinay Sajip · 12 years ago
  82. ab45e68 Merge from 3.2 by Nick Coghlan · 12 years ago
  83. 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 12 years ago
  84. 7e18f43 Issue #14660: Install namespace_pkgs test directories and files. by Ned Deily · 12 years ago
  85. c6aa93c Merge 3.2 #14929 by Terry Jan Reedy · 12 years ago
  86. e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. by Terry Jan Reedy · 12 years ago
  87. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  88. d0a0e8e merge heads by Terry Jan Reedy · 12 years ago
  89. 48fd1fe Merge 3.2 closes #12510 by Terry Jan Reedy · 12 years ago
  90. c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 12 years ago
  91. 9854fc9 News item for #1672568. by R David Murray · 12 years ago
  92. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  93. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  94. 2c172d0 Null merge of email doc patch already applied to this branch. by R David Murray · 12 years ago
  95. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  96. 79cf3ba #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  97. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
  98. 393da32 Changed executable name computation in test_venv to allow for debug executables. by Vinay Sajip · 12 years ago
  99. b3b49cd Refined venv tests. by Vinay Sajip · 12 years ago
  100. 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 12 years ago