1. 73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes by Alexander Belopolsky · 14 years ago
  2. 827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py by Alexander Belopolsky · 14 years ago
  3. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  4. 1e600dc Fix resource warning from patchcheck.py by Éric Araujo · 14 years ago
  5. e0bf419 Add UUID for 3.2a4 by Martin v. Löwis · 14 years ago
  6. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  7. cbb9421 Fix bytes/str issues in get-remote-certificate.py. by Georg Brandl · 14 years ago
  8. 91b47c6 Fix import. by Georg Brandl · 14 years ago
  9. 6d61cb4 #1203650: allow larger list of files in windows makefile for freeze. by Georg Brandl · 14 years ago
  10. 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
  11. a847ccb Fix missing import. by Georg Brandl · 14 years ago
  12. a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
  13. 7cd94b8 Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps by Senthil Kumaran · 14 years ago
  14. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
  15. 6ffbee7 libpython: implementation of os.fsencode() with surrogateescape error handler by Victor Stinner · 14 years ago
  16. e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
  17. 77658bd Mention 2to3. by Georg Brandl · 14 years ago
  18. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  19. 57b4163 Reverted to r70917. by Hirokazu Yamamoto · 14 years ago
  20. a0b551a Changed order to see other test results. (Also temporary commit) by Hirokazu Yamamoto · 14 years ago
  21. b0a71a0 Run test_ttk_guionly in verbose mode. (This commit is temporary) by Hirokazu Yamamoto · 14 years ago
  22. 18cc344 Revert previous commit. by Hirokazu Yamamoto · 14 years ago
  23. bb14d4b Windows7 buildbot debug trial. (Probably impossible) by Hirokazu Yamamoto · 14 years ago
  24. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  25. 7c9cf01 gdb: fix representation of non-printable surrogate pairs, and workaround by Antoine Pitrou · 14 years ago
  26. b1856d7 Add a safety limit to the number of unicode characters we fetch by Antoine Pitrou · 14 years ago
  27. b41e128 Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well by Antoine Pitrou · 14 years ago
  28. 92f87f7 Add an option to choose the IO module under test (allows to bench by Antoine Pitrou · 14 years ago
  29. e9a4de5 Drop cabarc artifact. by Martin v. Löwis · 14 years ago
  30. a5e3109 Issue #1303434: Include PDBs in release. by Martin v. Löwis · 14 years ago
  31. a620748 Stop packaging versioncheck. by Martin v. Löwis · 14 years ago
  32. 49561ad Replace cabarc with FCICreate. by Martin v. Löwis · 14 years ago
  33. dc078de Disable deletion of openssl again. by Martin v. Löwis · 14 years ago
  34. d5f2b54 Fix reindent-rst.py: it works on binary files by Victor Stinner · 14 years ago
  35. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  36. 0e5a41b libpython.py: py-bt commands escape unencodable characters by Victor Stinner · 14 years ago
  37. c7eaede Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. by Florent Xicluna · 14 years ago
  38. e4a3380 Clean up syntax for some scripts. by Florent Xicluna · 14 years ago
  39. 25803f7 Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest). by Florent Xicluna · 14 years ago
  40. 2e3d539 Change pyc removal to support __pycache__. by Martin v. Löwis · 14 years ago
  41. 797721b Add various missing files. Improve detection of unpackaged files. by Martin v. Löwis · 14 years ago
  42. f767f08 Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing by Antoine Pitrou · 14 years ago
  43. 6446555 Fix unicode literal. by Georg Brandl · 14 years ago
  44. 129435c Make the framer run (still generates wrong code for module creation though.) by Georg Brandl · 14 years ago
  45. d3f467a Update README, remove obsolete scripts. by Georg Brandl · 14 years ago
  46. f7db42f Update README for Tools. by Georg Brandl · 14 years ago
  47. e27c906 Remove faqwiz tool. by Georg Brandl · 14 years ago
  48. 0063958 Minimum fixes to make freeze.py do something useful. by Georg Brandl · 14 years ago
  49. bf76ce1 Make the Pynche tool work with Python 3. by Georg Brandl · 14 years ago
  50. 1209a8f #4280: remove outdated "versionchecker" tool. by Georg Brandl · 14 years ago
  51. 8708e38 Package some new files that are needed for running the test suite from the MSI package. by Georg Brandl · 14 years ago
  52. 5542cb0 Drop webchecker and BerkeleyDB license. by Martin v. Löwis · 14 years ago
  53. 8542041 From Martin: New UUIDs for the 3.2 release series. by Georg Brandl · 14 years ago
  54. 71ba07c Truly uncomment rm lines. by Martin v. Löwis · 14 years ago
  55. 73a01d4 Delete openssl checkouts. by Martin v. Löwis · 14 years ago
  56. f71ed9b Update OpenSSL version. by Martin v. Löwis · 14 years ago
  57. b639c14 #9235: fix missing import of sys. by Georg Brandl · 14 years ago
  58. b0eb5da Remove unused code that would raise a NameError. by Georg Brandl · 14 years ago
  59. 25fcd39 Issue #8974: fix print calls in msgfmt.py. by Martin v. Löwis · 14 years ago
  60. 058173e Do some basic refactoring. Along the way also list what files had their by Brett Cannon · 14 years ago
  61. 5cca695 Add brief explanation; remove no-longer-working link by Andrew M. Kuchling · 14 years ago
  62. 702636a Remove nonexistent tools from Tools README. by Mark Dickinson · 14 years ago
  63. 0a28bc5 remove old, outdated tool by Benjamin Peterson · 14 years ago
  64. b6b8110 Port to Python 3. by Martin v. Löwis · 14 years ago
  65. cb081b8 Merged revisions 81697 via svnmerge from by Martin v. Löwis · 14 years ago
  66. 5ab2e74 Merged revisions 81587 via svnmerge from by R. David Murray · 14 years ago
  67. 150016f Issue #8559: improve unicode support of (gdb) libpython.py by Victor Stinner · 14 years ago
  68. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  69. 71adcac Merged revisions 80849 via svnmerge from by R. David Murray · 14 years ago
  70. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  71. 5ae6810 Issue #8380: Port gdb/libpython to 3.x. by Martin v. Löwis · 14 years ago
  72. 67df3a4 Adapt libpython.py and test_gdb.py to Python3 by Victor Stinner · 14 years ago
  73. 5226fd6 Merged revisions 79986-79987,80156 via svnmerge from by Martin v. Löwis · 14 years ago
  74. 50eb60e Merged revisions 80288 via svnmerge from by Victor Stinner · 14 years ago
  75. 0c70d2d Merged revisions 79977 via svnmerge from by Antoine Pitrou · 14 years ago
  76. 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 14 years ago
  77. 806d8cf Merged revisions 79494,79496 via svnmerge from by Florent Xicluna · 14 years ago
  78. 9c6bd77 Merged revisions 78779 via svnmerge from by Benjamin Peterson · 14 years ago
  79. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  80. abd91d5 Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual by Michael Foord · 14 years ago
  81. f089fd6 Merged revisions 78982,78986 via svnmerge from by Florent Xicluna · 14 years ago
  82. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  83. f1789de Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083. by Florent Xicluna · 14 years ago
  84. 8c80427 Missing update from previous changeset r79062. by Florent Xicluna · 14 years ago
  85. 0077b65 Merged revisions 78996 via svnmerge from by Martin v. Löwis · 14 years ago
  86. 4ad70df Issue #6716/3: Exclude 2to3 tests from compileall. by Martin v. Löwis · 14 years ago
  87. b4f4e72 Add UUID for 3.2 DLL. by Martin v. Löwis · 14 years ago
  88. 09c86af Merged revisions 78976 via svnmerge from by Martin v. Löwis · 14 years ago
  89. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  90. 7ad96a5 Merged revisions 78939 via svnmerge from by Antoine Pitrou · 14 years ago
  91. 6512eb5 Merged revisions 78932 via svnmerge from by Martin v. Löwis · 14 years ago
  92. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  93. 75ad1fc Merged revisions 78806 via svnmerge from by Benjamin Peterson · 14 years ago
  94. e821cb6 Merged revisions 78416,78430 via svnmerge from by R. David Murray · 14 years ago
  95. a69ba65 Merged revisions 77599-77601 via svnmerge from by Antoine Pitrou · 15 years ago
  96. 7df3b9e Merged revisions 77226 via svnmerge from by Martin v. Löwis · 15 years ago
  97. e5692cd Merged revisions 76990-76991 via svnmerge from by Martin v. Löwis · 15 years ago
  98. b31f302 Merged revisions 76692 via svnmerge from by Martin v. Löwis · 15 years ago
  99. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  100. 9b86cbc convert to use print() function by Benjamin Peterson · 15 years ago