1. f0af0e7 patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) by Georg Brandl · 19 years ago
  2. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago
  3. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  4. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  5. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  6. 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 19 years ago
  7. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  8. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 19 years ago
  9. 07c81d9 Prevent creating a HTML link to file://?/ by Georg Brandl · 19 years ago
  10. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 19 years ago
  11. 03a33ea bug [ 1108948 ] Cookie.py produces invalid code by Georg Brandl · 19 years ago
  12. 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
  13. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  14. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  15. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  16. e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 19 years ago
  17. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  18. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  19. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 19 years ago
  20. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 19 years ago
  21. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 19 years ago
  22. a002159 Port test_long.py to unittest. by Walter Dörwald · 19 years ago
  23. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  24. f9d88ab SF bug #1219361 Fix typo by Raymond Hettinger · 19 years ago
  25. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  26. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  27. e537d6e Patch #1171150: add a newline to py_compile error output by Georg Brandl · 19 years ago
  28. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  29. 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
  30. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 19 years ago
  31. 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
  32. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  33. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 19 years ago
  34. 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
  35. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  36. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  37. 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
  38. eb26084 Minor namespace clean-up. by Raymond Hettinger · 19 years ago
  39. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 19 years ago
  40. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 19 years ago
  41. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 19 years ago
  42. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 19 years ago
  43. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 19 years ago
  44. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  45. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 19 years ago
  46. 9166e1a Bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 19 years ago
  47. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  48. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  49. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  50. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 19 years ago
  51. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  52. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
  53. e7fa1af M-x untabify by Michael W. Hudson · 19 years ago
  54. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  55. 3554cad [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one by Andrew M. Kuchling · 19 years ago
  56. c30faa8 [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre Malo for the fix. by Andrew M. Kuchling · 19 years ago
  57. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 19 years ago
  58. 7627617 [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box by Andrew M. Kuchling · 19 years ago
  59. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  60. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  61. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  62. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  63. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  64. 57179fe This test relied on short-circuiting details of dictobject.py to avoid by Armin Rigo · 19 years ago
  65. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  66. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  67. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  68. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  69. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 19 years ago
  70. 42406e6 SF patch #1191489: Simplify logic in random.py by Raymond Hettinger · 19 years ago
  71. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 19 years ago
  72. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 19 years ago
  73. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  74. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  75. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  76. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 19 years ago
  77. a4eb2d5 Fix comment. by Walter Dörwald · 19 years ago
  78. bc8e642 If the data read from the bytestream in readline() ends in a '\r' read one more by Walter Dörwald · 19 years ago
  79. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 19 years ago
  80. e890682 Whitespace normalization. by Tim Peters · 19 years ago
  81. fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 19 years ago
  82. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 19 years ago
  83. 4ebc7e3 Add test for ``class B1(): pass``. by Brett Cannon · 19 years ago
  84. f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 19 years ago
  85. c88a6c7 SF bug #1168983: ftplib.py string index out of range by Raymond Hettinger · 19 years ago
  86. 714f878 Fix typos. by Walter Dörwald · 19 years ago
  87. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 19 years ago
  88. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 19 years ago
  89. 4a70486 Added threadName and now using re-entrant lock by Vinay Sajip · 19 years ago
  90. a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 19 years ago
  91. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 19 years ago
  92. b7e99b6 SF patch 1167316: doctest.py fails self-test if run directly. by Tim Peters · 19 years ago
  93. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  94. 700f36c Two lines in this file had unbalanced parentheses -- couldn't possibly by Tim Peters · 19 years ago
  95. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 19 years ago
  96. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 19 years ago
  97. e6c470f SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 19 years ago
  98. ca5d8fe Add missing socket import by Martin v. Löwis · 19 years ago
  99. c6699b7 minor cleanup by Fred Drake · 19 years ago
  100. 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 19 years ago