1. ea46fa8 Undo previous checkin -- Barry fixed it better. by Guido van Rossum · 23 years ago
  2. d320ad0 Update test output to match new (more informative) error message about by Guido van Rossum · 23 years ago
  3. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  4. 70d4491 Remove the local 'getset' class -- this is now a built-in type with by Guido van Rossum · 23 years ago
  5. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  6. 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 23 years ago
  7. 16c018d Repair repr of future-features (wasn't updated to include the new by Tim Peters · 23 years ago
  8. 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
  9. c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
  10. 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
  11. 833a8d8 SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like by Guido van Rossum · 23 years ago
  12. 8967507 Back out trying to use the C values for CO_xxx. by Tim Peters · 23 years ago
  13. 4e2fbce Looks like someone forgot the change the expected output file. by Tim Peters · 23 years ago
  14. a365309 Add a test for the new // operator too. by Tim Peters · 23 years ago
  15. 26c7fa3 SF bug [#454456] int overflow code needs tests. by Tim Peters · 23 years ago
  16. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 23 years ago
  17. 971e069 Remove test_long's expected-output file. by Tim Peters · 23 years ago
  18. c266bb0 untabification by Fredrik Lundh · 23 years ago
  19. 78eedce updated to current PythonWare version (1.0b3). fixed type checks in by Fredrik Lundh · 23 years ago
  20. 84cc9bf Committing and closing SF patch #441348 to help Jython to pass this test. by Finn Bock · 23 years ago
  21. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  22. be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
  23. 0eb936b The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway. by Jack Jansen · 23 years ago
  24. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
  25. acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 23 years ago
  26. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  27. 8320597 Enhancements: by Ka-Ping Yee · 23 years ago
  28. d1ed15e A test of SSL support, using a roundabout method suggested by Guido. by Barry Warsaw · 23 years ago
  29. 7fdfc38 Use test_support.requires() to decide whether additional largefile by Barry Warsaw · 23 years ago
  30. 08fca52 Removed --have-resources flag in favor of the more granular -u/--use by Barry Warsaw · 23 years ago
  31. c0fb605 use_large_resources => use_resources by Barry Warsaw · 23 years ago
  32. 7c005af Whitespace normalization. by Tim Peters · 23 years ago
  33. 02035bc Test failed because these was no expected-output file, but always printed by Tim Peters · 23 years ago
  34. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  35. 18da1e1 Add test case to cover multiple future statements on separate lines of a module. by Jeremy Hylton · 23 years ago
  36. 8471a35 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  37. 07d8d64 Committing and closing SF patch #403671 by Finn Bock to help Jython by Barry Warsaw · 23 years ago
  38. 4533f60 add a few test cases for threading module. by Skip Montanaro · 23 years ago
  39. e428bb7 Added new BoundedSemaphore class. Closes bug 452836. by Skip Montanaro · 23 years ago
  40. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  41. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  42. ae8454a of course I muffed it separating the notes code from the initial_value by Skip Montanaro · 23 years ago
  43. 8cb00e2 Avoid total dependency on the new module. This addresses the problem by Guido van Rossum · 23 years ago
  44. b446fc7 add debug calls to self._note for the Semaphore class. This closes bug by Skip Montanaro · 23 years ago
  45. 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
  46. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  47. b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
  48. 81937a4 Resolve patch #449367. by Greg Stein · 23 years ago
  49. 6cb0d4c Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. by Ka-Ping Yee · 23 years ago
  50. 6b5a48d Initial check-in of cgitb. by Ka-Ping Yee · 23 years ago
  51. e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
  52. ab427b8 Generate correct reprs for Mul, Add, etc. by Jeremy Hylton · 23 years ago
  53. ec5bfd1 Track removal of doc string from Module().nodes[0] by Jeremy Hylton · 23 years ago
  54. 8548f9b Add Yield() node by Jeremy Hylton · 23 years ago
  55. 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
  56. ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
  57. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  58. 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
  59. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  60. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  61. d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
  62. 59dae8a decode(): Raise a uu.Error if no out_file is given but the file by Barry Warsaw · 23 years ago
  63. de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
  64. b0a98e9 Address SF #451547. The approach is a bit draconian: any object that by Guido van Rossum · 23 years ago
  65. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  66. 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
  67. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  68. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
  69. 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
  70. 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
  71. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  72. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  73. db7aed5 [Patch #441691] preprocess() method for Borland C compiler. by Andrew M. Kuchling · 23 years ago
  74. 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
  75. 3791838 New unit test for the mimetypes module, to avoid future regressions. by Fred Drake · 23 years ago
  76. c81a069 Another egregious error that copied the encodings info over the suffix by Fred Drake · 23 years ago
  77. c47016e Use (c)StringIO for collecting bytes. Fixes bug #451622. by Martin v. Löwis · 23 years ago
  78. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  79. c019ecb Bad bug: the MimeTypes.readfp() was supposed to take a file object as a by Fred Drake · 23 years ago
  80. b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 23 years ago
  81. 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 23 years ago
  82. 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
  83. a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
  84. ba634b2 Rewrote Jack's latest change so it does what it intended to do... by Just van Rossum · 23 years ago
  85. 28962cc Given a class without __cmp__ or __eq__, cmp() of two instances of by Guido van Rossum · 23 years ago
  86. b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
  87. 31b5323 Don't remove non-directories from sys.path on the mac: files by Jack Jansen · 23 years ago
  88. e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
  89. 9272b14 Fix typo in astgen script by Jeremy Hylton · 23 years ago
  90. 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
  91. 7713ac2 Regenerated from new ast.txt and new astgen.py by Jeremy Hylton · 23 years ago
  92. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
  93. b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
  94. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
  95. 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
  96. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago
  97. 03f7a70 Nick Mathewson: Make sure the recursion is handled properly. by Fred Drake · 23 years ago
  98. 97dbec9 Remove redundant import (PyChecker). by Guido van Rossum · 23 years ago
  99. 4a5555b Remove unused variable 'imports' from readmodule_ex(). by Guido van Rossum · 23 years ago
  100. 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago