1. fa712ca Whitespace normalization. by Tim Peters · 23 years ago
  2. 4c81d60 Tests for the "commands" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  3. 1586136 New tests by Nick Mathewson, for the fpformat module. by Fred Drake · 23 years ago
  4. ba247a6 updated about info for 0.8.1 release by Steven M. Gava · 23 years ago
  5. 88ff736 new material for 0.8.1 release by Steven M. Gava · 23 years ago
  6. 1377594 On WIndows, skip the part of test_dircache that can't work on Windows. by Tim Peters · 23 years ago
  7. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  8. 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
  9. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  10. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  11. 0f715d2 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  12. 27eebb8 Use string.ascii_letters instead of string.letters. Remove unused import. by Fred Drake · 23 years ago
  13. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  14. 6c6bfb7 Make the unicode-escape and the UTF-16 codecs handle surrogates by Marc-André Lemburg · 23 years ago
  15. 27451d0 Copying this 2.1.1 bugfix to the trunk: by Guido van Rossum · 23 years ago
  16. 15e5d53 apply patch item #416253 by Piers Lauder · 23 years ago
  17. 34d9705 fix missed conversion in ESR's string conversion by Piers Lauder · 23 years ago
  18. fae9fb1 update in preparation for 0.8.1 alpha release by Steven M. Gava · 23 years ago
  19. d39993e bring up to date for 0.8.1 release by Steven M. Gava · 23 years ago
  20. 84073bf Regression test for the dircache module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  21. 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  22. 390e9db Make the new docstrings better conform to Guido's style guide. by Fred Drake · 23 years ago
  23. 08f8dd6 Added docstrings based on a patch by Evelyn Mitchell. by Fred Drake · 23 years ago
  24. a58947f Make sure path names inserted into ZIP files are normalized to use "/" as by Fred Drake · 23 years ago
  25. d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
  26. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
  27. 1bdd0f2 SF bug #44271: os.path.expanduser problem w/o HOME set. by Tim Peters · 23 years ago
  28. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  29. 3550dd3 Patch #442512: put block indices in the right byte order on bigendian systems. by Martin v. Löwis · 23 years ago
  30. d0cd95c Replace __import__ with import as. by Martin v. Löwis · 23 years ago
  31. 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
  32. 3f8f164 Remove some false comments. by Fred Drake · 23 years ago
  33. cdab3bf If the user's environment has set the BROWSER environment variable (as Gnome by Skip Montanaro · 23 years ago
  34. 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 23 years ago
  35. 984158d Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. by Martin v. Löwis · 23 years ago
  36. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
  37. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago
  38. 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 23 years ago
  39. b1a77dd Deleting zombies by Guido van Rossum · 23 years ago
  40. 59e07bd INSTALLATION: Remove the coexist.patch instructions by Kurt B. Kaiser · 23 years ago
  41. c9a4215 Put this in the attic, at least for now... by Kurt B. Kaiser · 23 years ago
  42. 96d8842 Implement idle command interface as suggested by GvR [idle-dev] 16 July by Kurt B. Kaiser · 23 years ago
  43. cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 23 years ago
  44. 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 23 years ago
  45. 0606933 test_basic(): Add a test for "person@dom.ain (User J. Person)" which by Barry Warsaw · 23 years ago
  46. b8a55c0 Stoopid change, just to mention that the last checkin resolves SF bug #437395 by Barry Warsaw · 23 years ago
  47. 9ec58aa Fix address parsing to be RFC 2822 conformant. Specifically, dots are by Barry Warsaw · 23 years ago
  48. 19ff4ac Add a unit test for sgmllib (needs work, but has already caught problems). by Fred Drake · 23 years ago
  49. 14f6c18 Give more useful information about a failing PyUnit-style test. by Fred Drake · 23 years ago
  50. 50bc19f Remove a duplicate test. by Fred Drake · 23 years ago
  51. 0381339 Document doctest's generator-future hack. by Tim Peters · 23 years ago
  52. fb38c76 In CDATA mode, make sure entity-reference syntax is not interpreted; by Fred Drake · 23 years ago
  53. 63a4740 Fix a mismatched parenthesis in the last patch. by Guido van Rossum · 23 years ago
  54. 286b107 [Bug #441527] Fixes for preprocessor support, contributed by Tarn by Andrew M. Kuchling · 23 years ago
  55. d65ca72 Added installation instructions. by Kurt B. Kaiser · 23 years ago
  56. 91e476f Add a script "idles" which opens a Python Shell window. by Kurt B. Kaiser · 23 years ago
  57. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  58. e75785a Call out IDLE Fork in startup message. by Kurt B. Kaiser · 23 years ago
  59. 21ebb21 Add a script "idles" which opens a Python Shell window. by Kurt B. Kaiser · 23 years ago
  60. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  61. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  62. 0765976 tabnanny and pyclbr are now found in /Lib by Kurt B. Kaiser · 23 years ago
  63. 03b75dc Remove, was retained for 1.5.2 support by Kurt B. Kaiser · 23 years ago
  64. 8600b47 Be more permissive in what is accepted as an attribute name; this makes by Fred Drake · 23 years ago
  65. 3eb7860 Installing Idle to site-packages via Distutils does not by Kurt B. Kaiser · 23 years ago
  66. b765176 py-cvs-2001_07_13 (Rev 1.3) merge by Kurt B. Kaiser · 23 years ago
  67. 7711b5f py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  68. 4061054 py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  69. a4c9be8 py-cvs-2001_07_13 (Rev 1.16) merge by Kurt B. Kaiser · 23 years ago
  70. bb6b1e9 py-cvs-2001_07_13 (Rev 1.34) merge by Kurt B. Kaiser · 23 years ago
  71. 752e4d5 py-cvs-2001_07_13 (Rel 1.9) merge by Kurt B. Kaiser · 23 years ago
  72. 8bf5b20 py-cvs-2001_07_13 (Rel 1.7) merge by Kurt B. Kaiser · 23 years ago
  73. df8a40f py-cvs-2000_07_13 (Rev 1.9) merge by Kurt B. Kaiser · 23 years ago
  74. fd182cd py-cvs-2000_07_13 (Rev 1.38) merge by Kurt B. Kaiser · 23 years ago
  75. 4796c65 py-cvs-rel2_1 (Rev 1.2) merge by Kurt B. Kaiser · 23 years ago
  76. 1313833 py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs 1.2 changed file to idlefork MAIN by Kurt B. Kaiser · 23 years ago
  77. bdaac36 py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  78. f61eb42 py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  79. fcd44ec py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  80. d5338a8 py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  81. 94bd774 cvs-py-rel2_1 (Rev 1.29 - 1.33) merge by Kurt B. Kaiser · 23 years ago
  82. 3269cc8 py-cvs-rel2_1 (Rev 1.6 - 1.8) merge by Kurt B. Kaiser · 23 years ago
  83. 48b0314 py-cvs-rel2_1 (Rev 1.3) "move "from Tkinter import *" to module level" --jhylton by Kurt B. Kaiser · 23 years ago
  84. bec5e5c py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  85. 4d4d212 cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  86. 6e735c9 Updated this file to match reality. by Guido van Rossum · 23 years ago
  87. 6a945a5 py-cvs-rel2_1 (Rev 1.3) merge "Make the test program work outside IDLE." -- GvR by Kurt B. Kaiser · 23 years ago
  88. 8220fdd py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  89. 233bf2c py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  90. 4e32e7e py-cvs-rel2_1 (Rev 1.4) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  91. 7717ad6 py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  92. 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 23 years ago
  93. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  94. 7eea271 py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level by Kurt B. Kaiser · 23 years ago
  95. 0e5fb0a py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  96. 6be6790 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  97. afdf71b py-cvs-rel2_1 (Rev 1.33 - 1.37) merge by Kurt B. Kaiser · 23 years ago
  98. a3253d7 py-cvs-rel2_1 merge - Remove, lives in /Lib by Kurt B. Kaiser · 23 years ago
  99. 628b362 py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  100. 5291d46 py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago