1. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  2. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  3. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 19 years ago
  4. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  5. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 19 years ago
  6. 9443242 That was one too much. by Georg Brandl · 19 years ago
  7. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  8. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  9. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 19 years ago
  10. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
  11. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  12. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 19 years ago
  13. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  14. a4a8b82 bug [ 1238170 ] threading.Thread uses {} as default argument by Georg Brandl · 19 years ago
  15. 8bfa893 textwrap now processes text chucks at O(n) speed instead of O(n**2). by Raymond Hettinger · 19 years ago
  16. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  17. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  18. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 19 years ago
  19. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  20. 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 19 years ago
  21. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 19 years ago
  22. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  23. f0af0e7 patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) by Georg Brandl · 19 years ago
  24. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago
  25. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  26. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  27. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  28. 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 19 years ago
  29. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  30. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 19 years ago
  31. 07c81d9 Prevent creating a HTML link to file://?/ by Georg Brandl · 19 years ago
  32. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 19 years ago
  33. 03a33ea bug [ 1108948 ] Cookie.py produces invalid code by Georg Brandl · 19 years ago
  34. 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
  35. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  36. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  37. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  38. e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 19 years ago
  39. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  40. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  41. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 19 years ago
  42. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 19 years ago
  43. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 19 years ago
  44. a002159 Port test_long.py to unittest. by Walter Dörwald · 19 years ago
  45. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  46. f9d88ab SF bug #1219361 Fix typo by Raymond Hettinger · 19 years ago
  47. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  48. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  49. e537d6e Patch #1171150: add a newline to py_compile error output by Georg Brandl · 19 years ago
  50. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  51. ca69f02 [Patch #1002763] Allow long ints as terminator values; also, treat a terminator of 0 like the empty string or None by Andrew M. Kuchling · 19 years ago
  52. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 19 years ago
  53. 01cb47b [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin by Andrew M. Kuchling · 19 years ago
  54. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  55. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 19 years ago
  56. 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
  57. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  58. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  59. ecdad85 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 19 years ago
  60. eb26084 Minor namespace clean-up. by Raymond Hettinger · 19 years ago
  61. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 19 years ago
  62. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 19 years ago
  63. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 19 years ago
  64. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 19 years ago
  65. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 19 years ago
  66. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  67. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 19 years ago
  68. 9166e1a Bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 19 years ago
  69. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  70. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  71. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  72. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 19 years ago
  73. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  74. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
  75. e7fa1af M-x untabify by Michael W. Hudson · 19 years ago
  76. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  77. 3554cad [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one by Andrew M. Kuchling · 19 years ago
  78. c30faa8 [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre Malo for the fix. by Andrew M. Kuchling · 19 years ago
  79. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 19 years ago
  80. 7627617 [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box by Andrew M. Kuchling · 19 years ago
  81. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  82. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  83. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  84. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  85. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  86. 57179fe This test relied on short-circuiting details of dictobject.py to avoid by Armin Rigo · 19 years ago
  87. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  88. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  89. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  90. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  91. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 19 years ago
  92. 42406e6 SF patch #1191489: Simplify logic in random.py by Raymond Hettinger · 19 years ago
  93. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 19 years ago
  94. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 19 years ago
  95. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  96. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  97. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  98. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 19 years ago
  99. a4eb2d5 Fix comment. by Walter Dörwald · 19 years ago
  100. bc8e642 If the data read from the bytestream in readline() ends in a '\r' read one more by Walter Dörwald · 19 years ago