1. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  2. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  3. 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
  4. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  5. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  6. 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 19 years ago
  7. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  8. 62fe585 *** empty log message *** by Georg Brandl · 19 years ago
  9. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  10. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  11. 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 19 years ago
  12. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  13. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 19 years ago
  14. d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 20 years ago
  15. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 20 years ago
  16. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  17. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 20 years ago
  18. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  19. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  20. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  21. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  22. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  23. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  24. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  25. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  26. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 20 years ago
  27. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 20 years ago
  28. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 20 years ago
  29. 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
  30. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
  31. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  32. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  33. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  34. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  35. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago
  36. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 21 years ago
  37. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  38. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  39. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  40. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 21 years ago
  41. 29a1def Test script changed. by Greg Ward · 21 years ago
  42. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  43. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  44. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  45. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  46. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  47. 45f4130 test_re is no longer needed by Guido van Rossum · 21 years ago
  48. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  49. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 21 years ago
  50. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  51. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  52. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  53. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  54. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  55. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 22 years ago
  56. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 22 years ago
  57. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 22 years ago
  58. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 22 years ago
  59. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  60. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  61. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  62. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  63. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  64. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  65. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago
  66. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  67. 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
  68. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  69. 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
  70. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  71. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  72. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
  73. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  74. 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
  75. fc26c07 Undo Barry's change. This file is not imported, it's fed as input to by Guido van Rossum · 22 years ago
  76. c6f80fd The test_tokenize output has changed slightly, by the addition of some by Barry Warsaw · 22 years ago
  77. c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
  78. 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
  79. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  80. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  81. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 22 years ago
  82. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 22 years ago
  83. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  84. 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 22 years ago
  85. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 22 years ago
  86. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 22 years ago
  87. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  88. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  89. 74e77e8 add test for InvalidURL by Skip Montanaro · 22 years ago
  90. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  91. b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 22 years ago
  92. bd3e771 amk's fix attached to by Michael W. Hudson · 22 years ago
  93. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  94. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 22 years ago
  95. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 23 years ago
  96. 3095a4c Update output generated by test_scope by Jeremy Hylton · 23 years ago
  97. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  98. 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
  99. e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
  100. 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago