1. 87ae0a2 Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default': by Antoine Pitrou · 13 years ago
  2. 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago
  3. 7f0a6dd Use -n for tests under Windows by Antoine Pitrou · 13 years ago
  4. 147cd50 Merge 3.2 by Éric Araujo · 13 years ago
  5. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  6. f04488e Merge 3.2 by Éric Araujo · 13 years ago
  7. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  8. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  9. 328b501 Clean up description of Tools/scripts/run_tests.py. by Nadeem Vawda · 13 years ago
  10. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  11. 56ec5fe Small cleanup by Éric Araujo · 13 years ago
  12. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  13. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  14. 947fed4 Merge fix for reindent.py by Jason R. Coombs · 13 years ago
  15. 4789104 Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution by Jason R. Coombs · 13 years ago
  16. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  17. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  18. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  19. 76eec3d Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files. by Jason R. Coombs · 13 years ago
  20. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 13 years ago
  21. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  22. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  23. 4177eff general cleaning up by Benjamin Peterson · 13 years ago
  24. fbf528f remove svn support by Benjamin Peterson · 13 years ago
  25. 0f67a99 Branch merge by Éric Araujo · 13 years ago
  26. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago
  27. 6348f0e Close #12032: Fix scripts/crlf.py for Python 3 by Victor Stinner · 13 years ago
  28. 1e794f6 Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34) by Éric Araujo · 13 years ago
  29. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  30. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  31. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  32. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 14 years ago
  33. e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 14 years ago
  34. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 14 years ago
  35. 30baf2b Fix NameErrors. by Georg Brandl · 14 years ago
  36. 5684a9a Clean up tools: remove "world" and "framer", move single SSL script to scripts/. by Georg Brandl · 14 years ago
  37. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago
  38. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  39. 73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes by Alexander Belopolsky · 14 years ago
  40. d62ecbf Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from by Georg Brandl · 14 years ago
  41. 1e600dc Fix resource warning from patchcheck.py by Éric Araujo · 14 years ago
  42. 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
  43. a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
  44. 7cd94b8 Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps by Senthil Kumaran · 14 years ago
  45. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
  46. 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
  47. d5f2b54 Fix reindent-rst.py: it works on binary files by Victor Stinner · 14 years ago
  48. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  49. c7eaede Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. by Florent Xicluna · 14 years ago
  50. e4a3380 Clean up syntax for some scripts. by Florent Xicluna · 14 years ago
  51. 25803f7 Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest). by Florent Xicluna · 14 years ago
  52. f767f08 Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing by Antoine Pitrou · 14 years ago
  53. 6446555 Fix unicode literal. by Georg Brandl · 14 years ago
  54. d3f467a Update README, remove obsolete scripts. by Georg Brandl · 14 years ago
  55. 058173e Do some basic refactoring. Along the way also list what files had their by Brett Cannon · 14 years ago
  56. 5ab2e74 Merged revisions 81587 via svnmerge from by R. David Murray · 14 years ago
  57. 71adcac Merged revisions 80849 via svnmerge from by R. David Murray · 14 years ago
  58. 9c6bd77 Merged revisions 78779 via svnmerge from by Benjamin Peterson · 14 years ago
  59. abd91d5 Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual by Michael Foord · 14 years ago
  60. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  61. e821cb6 Merged revisions 78416,78430 via svnmerge from by R. David Murray · 14 years ago
  62. dc326b7 Merged revisions 76158 via svnmerge from by Benjamin Peterson · 15 years ago
  63. 9b86cbc convert to use print() function by Benjamin Peterson · 15 years ago
  64. 3ad104b Merged revisions 76156 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 903a65d fix some imports by Benjamin Peterson · 15 years ago
  66. ef9c9af Merged revisions 75373 via svnmerge from by Georg Brandl · 15 years ago
  67. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  68. 93d15cd Merged revisions 75370-75372 via svnmerge from by Georg Brandl · 15 years ago
  69. 6e8c757 Merged revisions 74865,75175,75180 via svnmerge from by Benjamin Peterson · 15 years ago
  70. 0e33da0 Merged revisions 75061-75062 via svnmerge from by Benjamin Peterson · 15 years ago
  71. 9abfc45 correct the fixpath.py script to work in Python 3 #6999 by Benjamin Peterson · 15 years ago
  72. 0b4915e install idle and pydoc with a 3 suffix #5756 by Benjamin Peterson · 15 years ago
  73. 17b9e27 Run 2to3 over new script. by Georg Brandl · 15 years ago
  74. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  75. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  77. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  78. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  79. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  80. cff882c default source encoding is now utf-8 by Benjamin Peterson · 16 years ago
  81. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  82. 8951b61 Merged revisions 66174-66175,66177 via svnmerge from by Benjamin Peterson · 16 years ago
  83. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  84. bc21bb3 Merged revisions 65855 via svnmerge from by Benjamin Peterson · 16 years ago
  85. 920fca3 Merged revisions 64313 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 6d291c1 Merged revisions 64265 via svnmerge from by Martin v. Löwis · 16 years ago
  87. a08702a Merged revisions 64262 via svnmerge from by Martin v. Löwis · 16 years ago
  88. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  89. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  90. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  91. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  92. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 16 years ago
  93. 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 16 years ago
  94. 823725e Merged revisions 61846-61847 via svnmerge from by Martin v. Löwis · 16 years ago
  95. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  96. 5396a66 Convert the input from stdout to text. by Brett Cannon · 16 years ago
  97. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  98. c5a2eb9 The texcheck script is not needed with reST documentation. by Raymond Hettinger · 16 years ago
  99. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  100. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago