1. 4334d74 Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. by Vinay Sajip · 13 years ago
  2. c9e07a3 (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  3. d57c5c8 libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  4. 4177eff general cleaning up by Benjamin Peterson · 13 years ago
  5. fbf528f remove svn support by Benjamin Peterson · 13 years ago
  6. 6a73845 #11781: update windows build script to account for move of email tests by R David Murray · 13 years ago
  7. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  8. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  9. 40b408d merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  10. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  11. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  12. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  13. f46676d Branch merge by Éric Araujo · 13 years ago
  14. 0f67a99 Branch merge by Éric Araujo · 13 years ago
  15. c520a18 (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  16. 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 13 years ago
  17. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  18. abe38da merged by Martin v. Löwis · 13 years ago
  19. ad23420 Add 3.2.1rc2 uuid. by Martin v. Löwis · 13 years ago
  20. b042a3a Add 3.2.1rc2 uuid. by Martin v. Loewis · 13 years ago
  21. fb2473f Merge 3.2.1rc1 release changes to default. by Georg Brandl · 13 years ago
  22. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  23. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  24. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  25. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 13 years ago
  26. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  27. 4197231 Add 3.2.1 UUIDs by Martin v. Löwis · 13 years ago
  28. c729c25 (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by by Victor Stinner · 13 years ago
  29. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 13 years ago
  30. 6348f0e Close #12032: Fix scripts/crlf.py for Python 3 by Victor Stinner · 13 years ago
  31. 1e794f6 Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34) by Éric Araujo · 13 years ago
  32. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  33. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  34. 8e4f4fe Merge 3.1 by Brian Curtin · 13 years ago
  35. b4fb909 Remove inexistent tools by Brian Curtin · 13 years ago
  36. 9eea9d3 In the Windows clean script for buildbots, also clear the build dir by Antoine Pitrou · 13 years ago
  37. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  38. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  39. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  40. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  41. 375ff58 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 13 years ago
  42. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  43. 5537d29 Add updated .hgeol file and fix newlines in the 3.1 branch. by Georg Brandl · 13 years ago
  44. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  45. dafdd7f Add uuid for 3.2rc3. by Martin v. Löwis · 13 years ago
  46. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 13 years ago
  47. e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 13 years ago
  48. 678fa9f Package zip_cp437_header.zip. Don't try to package subprocessdata/*.py twice. by Martin v. Löwis · 14 years ago
  49. 126c8b4 Avoid ResourceWarnings in ccbench by Antoine Pitrou · 14 years ago
  50. 751ba4c Update description of Tools/unicode by Michael Foord · 14 years ago
  51. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 14 years ago
  52. 90efac7 Issue 10502: addition of unittestgui to Tools/ by Michael Foord · 14 years ago
  53. 81f3d7b Update README, remove empty directory. by Georg Brandl · 14 years ago
  54. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 14 years ago
  55. 7fafbc9 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. by Georg Brandl · 14 years ago
  56. 30baf2b Fix NameErrors. by Georg Brandl · 14 years ago
  57. 5684a9a Clean up tools: remove "world" and "framer", move single SSL script to scripts/. by Georg Brandl · 14 years ago
  58. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago
  59. 0e74cac Upgrade to sqlite3 3.7.4. by Martin v. Löwis · 14 years ago
  60. 910a4ed Upgrade Tcl/Tk to 8.5.9. by Martin v. Löwis · 14 years ago
  61. 39f34aa Turn on regrtest -W (rerun immediately) option for Windows, too. by R. David Murray · 14 years ago
  62. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  63. d53ee5d Automate build for python3.dll. Package missing files. by Martin v. Löwis · 14 years ago
  64. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  65. 73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes by Alexander Belopolsky · 14 years ago
  66. 827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py by Alexander Belopolsky · 14 years ago
  67. f55aa80 Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from by Georg Brandl · 14 years ago
  68. d62ecbf Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from by Georg Brandl · 14 years ago
  69. aba9796 Merged revisions 85450-85455,85460-85465 via svnmerge from by Georg Brandl · 14 years ago
  70. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  71. 1e600dc Fix resource warning from patchcheck.py by Éric Araujo · 14 years ago
  72. f213d23 Backport the distutils part of r83399 to fix #7645. by Brian Curtin · 14 years ago
  73. 3a72b25 Merged revisions 84339,84487 via svnmerge from by Martin v. Löwis · 14 years ago
  74. e0bf419 Add UUID for 3.2a4 by Martin v. Löwis · 14 years ago
  75. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  76. cbb9421 Fix bytes/str issues in get-remote-certificate.py. by Georg Brandl · 14 years ago
  77. 91b47c6 Fix import. by Georg Brandl · 14 years ago
  78. acc62be Add 3.1.3 UUIDs. by Martin v. Löwis · 14 years ago
  79. 6d61cb4 #1203650: allow larger list of files in windows makefile for freeze. by Georg Brandl · 14 years ago
  80. 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
  81. a847ccb Fix missing import. by Georg Brandl · 14 years ago
  82. a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
  83. 7cd94b8 Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps by Senthil Kumaran · 14 years ago
  84. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
  85. 6ffbee7 libpython: implementation of os.fsencode() with surrogateescape error handler by Victor Stinner · 14 years ago
  86. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  87. 77658bd Mention 2to3. by Georg Brandl · 14 years ago
  88. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  89. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  90. 57b4163 Reverted to r70917. by Hirokazu Yamamoto · 14 years ago
  91. a0b551a Changed order to see other test results. (Also temporary commit) by Hirokazu Yamamoto · 14 years ago
  92. b0a71a0 Run test_ttk_guionly in verbose mode. (This commit is temporary) by Hirokazu Yamamoto · 14 years ago
  93. 18cc344 Revert previous commit. by Hirokazu Yamamoto · 14 years ago
  94. bb14d4b Windows7 buildbot debug trial. (Probably impossible) by Hirokazu Yamamoto · 14 years ago
  95. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  96. 7c9cf01 gdb: fix representation of non-printable surrogate pairs, and workaround by Antoine Pitrou · 14 years ago
  97. b1856d7 Add a safety limit to the number of unicode characters we fetch by Antoine Pitrou · 14 years ago
  98. b41e128 Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well by Antoine Pitrou · 14 years ago
  99. 92f87f7 Add an option to choose the IO module under test (allows to bench by Antoine Pitrou · 14 years ago
  100. e9a4de5 Drop cabarc artifact. by Martin v. Löwis · 14 years ago