1. ef57567 Repaired a number of errors in this test: by Tim Peters · 18 years ago
  2. 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 18 years ago
  3. 314861c Minor bugs in the __index__ code (PEP 357), with tests. by Armin Rigo · 18 years ago
  4. 4ef3a23 whitespace normalisation by Anthony Baxter · 18 years ago
  5. 5eca19b Checking in the test for PEP 357. by Armin Rigo · 18 years ago
  6. 67b6d51 Fixed bug #1459029 - unicode reprs were double-escaped. by Anthony Baxter · 18 years ago
  7. 3c3346d SF bug #1460340: random.sample can raise KeyError by Raymond Hettinger · 18 years ago
  8. 80bb2bb Revert r43399. by Georg Brandl · 18 years ago
  9. f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 18 years ago
  10. 019514e Make test_augassign pass with -Qnew and convert to unittest. by Georg Brandl · 18 years ago
  11. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 18 years ago
  12. 4054b97 In true regression-test spirit, make sure the by Thomas Wouters · 18 years ago
  13. a33b2bc Add an example of a generator->freevar->cell->generator reference-cycle that by Thomas Wouters · 18 years ago
  14. 96c3f7f Make test_decimal work with -Qnew. by Georg Brandl · 18 years ago
  15. b82cb8d Part of bug 1459808: fiddle test_input_and_raw_input() so it passes w/ -Qnew. by Tim Peters · 18 years ago
  16. 1c5bc1c Part of bug 1459808: fiddle so that this passes with or without -Qnew. by Tim Peters · 18 years ago
  17. 35fd142 Fix contextlib not copying function attributes by Phillip J. Eby · 18 years ago
  18. 33b730e Fix SF bug #1458903 with AST compiler. by Neal Norwitz · 18 years ago
  19. 04855cc Fix typo. by Martin v. Löwis · 18 years ago
  20. 6da56f9 Patch from Aldo Cortesi: expected skips for OpenBSD. by Martin v. Löwis · 18 years ago
  21. c667d05 Provide more debug output, to diagnose OpenBSD test failures. by Martin v. Löwis · 18 years ago
  22. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 18 years ago
  23. 7545a6b regsub is gone, nothing to ignore by Neal Norwitz · 18 years ago
  24. 2c85d82 Try to handle sys.getfilesystemencoding() returning None. by Neal Norwitz · 18 years ago
  25. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  26. baf05b7 fix typo by Georg Brandl · 18 years ago
  27. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 18 years ago
  28. e33901e Whitespace normalization. by Tim Peters · 18 years ago
  29. 6edd258 Fix a problem with @contextmanager not detecting a broken generator by Phillip J. Eby · 18 years ago
  30. bee0712 Support throw() of string exceptions. by Phillip J. Eby · 18 years ago
  31. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 18 years ago
  32. e751c86 Add more tests by Raymond Hettinger · 18 years ago
  33. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 18 years ago
  34. cdb7948 Use absolute import. by Neal Norwitz · 18 years ago
  35. 478c82d Bug #1183780: Add Popen objects to _active only in __del__. by Martin v. Löwis · 18 years ago
  36. 846d72a Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  37. de868c9 Hmmm, I don't think we wanted to test // twice and / not at all (in this section). by Neal Norwitz · 18 years ago
  38. 5a822fb Exceptions should inherit from Exception now. by Neal Norwitz · 18 years ago
  39. c92157f Relax result test for program mode of quopri. by Martin v. Löwis · 18 years ago
  40. 83be966 Rewrite pipe code using subprocess, to make sure the by Martin v. Löwis · 18 years ago
  41. e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 18 years ago
  42. b84de02 Record that test_wait[34] get skipped on native Windows. by Tim Peters · 18 years ago
  43. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 18 years ago
  44. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 18 years ago
  45. 46fa48a whitespace n11n by Anthony Baxter · 18 years ago
  46. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  47. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 18 years ago
  48. d5b0c9b Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() by Neal Norwitz · 18 years ago
  49. e5c5117 Shim for test_email_renamed.py tests. by Barry Warsaw · 18 years ago
  50. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 18 years ago
  51. 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 18 years ago
  52. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 18 years ago
  53. c72f501 as is on the road to keyword-hood, use a different var name. by Neal Norwitz · 18 years ago
  54. d5f8ec2 Oops, copied the wrong code from keeprefs. Get the right code by Neal Norwitz · 18 years ago
  55. 770a800 Update/expand on comments about leaking tests. by Neal Norwitz · 18 years ago
  56. ddda855 Ignore ctypes leaks, but add a test case so we do not forget. by Neal Norwitz · 18 years ago
  57. 8749316 Try to find a host that responds slower from python.org so this test does not fail on macteagle (G4 OSX.4 in buildbot) by Neal Norwitz · 18 years ago
  58. d71afb2 Set eol-style to native. by Tim Peters · 18 years ago
  59. f8cf13e Update test_winsound to check for a configured sound card (using a VBScript by Trent Mick · 18 years ago
  60. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  61. 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 18 years ago
  62. 04d1513 The pre module has been gone for a while. Need to go through and find other modules that no longer exists, since errors are silently ignored. by Neal Norwitz · 18 years ago
  63. 197e832 SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError by Walter Dörwald · 18 years ago
  64. f99b816 Whitespace normalization. by Tim Peters · 18 years ago
  65. 598f8a0 Don't try to explicitly set path in runpy package tests (tests were broken on Windows) by Nick Coghlan · 18 years ago
  66. 586b83c Don't let cleanup errors mask real errors in the runpy tests by Nick Coghlan · 18 years ago
  67. 5424ad8 Make test_runpy close all references to test modules before trying to delete the underlying files by Nick Coghlan · 18 years ago
  68. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 18 years ago
  69. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 18 years ago
  70. 0af5d93 SF patch #1359365: file and cStringIO raise a ValueError when next() is called by Walter Dörwald · 18 years ago
  71. 903d846 Renamed test_hashlib_speed.py to time_hashlib.py. by Tim Peters · 18 years ago
  72. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  73. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 18 years ago
  74. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  75. 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 18 years ago
  76. 04824ce Add regrtest -w option. by Martin v. Löwis · 18 years ago
  77. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 18 years ago
  78. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  79. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  80. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  81. e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 18 years ago
  82. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  83. e8d09e5 Whitespace normalization. by Tim Peters · 18 years ago
  84. 200af39 Trivial test for ctypes, more to come by Thomas Heller · 18 years ago
  85. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  86. df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 18 years ago
  87. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  88. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  89. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 18 years ago
  90. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 18 years ago
  91. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 18 years ago
  92. 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 18 years ago
  93. d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 18 years ago
  94. b62c433 Remove test for timing (already not built since commented out in setup.py). by Neal Norwitz · 18 years ago
  95. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 18 years ago
  96. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 18 years ago
  97. 4954b38 Fix mismatch opening and closing quotes on a string. by Brett Cannon · 18 years ago
  98. 5bde08d Fix failure of test_compiler.py when compiling test_contextlib.py. by Guido van Rossum · 18 years ago
  99. d9bfeac Reformat the exception message by going through a list. by Martin v. Löwis · 18 years ago
  100. 5ddfe41 Whitespace normalization. by Tim Peters · 18 years ago