1. 4fe72f9 Patch 1420 by Ron Adam. by Guido van Rossum · 17 years ago
  2. e02647a Oh, I missed the output part of the test ... by Christian Heimes · 17 years ago
  3. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  4. 11e065b Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  5. 62e3a9a Remove output file for test that was already removed by Neal Norwitz · 17 years ago
  6. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  7. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  8. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  9. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  10. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  11. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  12. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 18 years ago
  13. 8df511b Trivial fix for test_profile.py. by Guido van Rossum · 18 years ago
  14. d8c1967 Some more tests pass now. (Also test_compiler.py with -u all.) by Guido van Rossum · 18 years ago
  15. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  16. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  17. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  18. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  19. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  20. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  21. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  22. b3de3ba Check in new output for test_tokenize. by Brett Cannon · 18 years ago
  23. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  24. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  25. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  26. cef3a1c Another has_key reference bites the dust. by Guido van Rossum · 18 years ago
  27. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  28. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  29. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  30. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  31. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  32. 7ea7d90 Fix the expected output file; new classes just behave differently... by Guido van Rossum · 19 years ago
  33. 3472903 Fix the superficial augmented-assignment tests to deal with true division. by Thomas Wouters · 19 years ago
  34. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  35. 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 19 years ago
  36. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  37. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  38. 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  39. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  40. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  41. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 19 years ago
  42. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  43. 62fe585 *** empty log message *** by Georg Brandl · 19 years ago
  44. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  45. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  46. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
  47. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  48. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
  49. d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 20 years ago
  50. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 20 years ago
  51. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  52. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 20 years ago
  53. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  54. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  55. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  56. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  57. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  58. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  59. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
  60. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
  61. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 21 years ago
  62. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
  63. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
  64. 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
  65. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
  66. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  67. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  68. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  69. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  70. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago
  71. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 21 years ago
  72. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  73. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  74. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  75. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 21 years ago
  76. 29a1def Test script changed. by Greg Ward · 21 years ago
  77. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  78. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  79. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  80. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
  81. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 22 years ago
  82. 45f4130 test_re is no longer needed by Guido van Rossum · 22 years ago
  83. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
  84. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  85. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  86. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  87. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  88. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  89. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  90. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 22 years ago
  91. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 22 years ago
  92. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 22 years ago
  93. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 22 years ago
  94. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  95. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  96. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  97. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  98. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  99. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  100. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago