1. de8b94c Fix SF bug #683467, 'int' ability to generate longs not inherited by Neal Norwitz · 21 years ago
  2. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 21 years ago
  3. 573e033 Alphabetize some names Add Grant Olson for patch provided to fix bug #678518 by Neal Norwitz · 21 years ago
  4. e4b5500 Remove duplicate code introduced by fixing bug #678518 by Neal Norwitz · 21 years ago
  5. f6b56ae Fix two refcounting bugs by Walter Dörwald · 21 years ago
  6. 95839b8 Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at by Jack Jansen · 21 years ago
  7. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 21 years ago
  8. cf117b0 Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion. by Guido van Rossum · 21 years ago
  9. d58f3fc Remove unused variable. by Guido van Rossum · 21 years ago
  10. 60eca93 C Code: by Raymond Hettinger · 21 years ago
  11. cb3319f SF patch #683187, fix universal newline problems on error by Neal Norwitz · 21 years ago
  12. df1252d Apply logistix's patch from by Michael W. Hudson · 21 years ago
  13. 68124bb The Python implementation of datetime was changed in ways that no longer by Tim Peters · 21 years ago
  14. aa7d849 timedelta comparison and datetime addition: as the Python implementation by Tim Peters · 21 years ago
  15. 9914227 Fix compatibility for earlier versions of Python (than 2.3), which by Barry Warsaw · 21 years ago
  16. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 21 years ago
  17. 275666f Merge the test part of the below checkin to the sandbox and Zope3, so by Guido van Rossum · 21 years ago
  18. cef9db6 Reserve a range for Zope, not specifically for Zope 3. by Guido van Rossum · 21 years ago
  19. f98159c Fix SF bug #642168, help() fails for some builtin topics by Neal Norwitz · 21 years ago
  20. b8a3905 Update URL by Andrew M. Kuchling · 21 years ago
  21. 4d933fe SF patch #682514, mmapmodule.c write fix for LP64 executables by Neal Norwitz · 21 years ago
  22. 1dca482 Somehow, copy() of a classic class object was handled by Guido van Rossum · 21 years ago
  23. c06e3ac Add support for copy_reg.dispatch_table. by Guido van Rossum · 21 years ago
  24. 2731c5c Made AskFile* dialogs movable-modal by default, by providing a dummy by Jack Jansen · 21 years ago
  25. f631859 Add __getnewargs__ method to classes that need it. by Guido van Rossum · 21 years ago
  26. 693aea2 - make some links into the reference documentation relative for by Fred Drake · 21 years ago
  27. f0c0024 * Eliminated tuple re-use in imap(). Doing it correctly made the code by Raymond Hettinger · 21 years ago
  28. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 21 years ago
  29. 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 21 years ago
  30. dab8b0a Integrate the patch from expat.h 1.51; needed for some C compilers. by Fred Drake · 21 years ago
  31. 550e4e5 SF bug 666444: 'help' makes linefeed only under Win32. by Tim Peters · 21 years ago
  32. 658375b Got rid of macfs. by Jack Jansen · 21 years ago
  33. caaad98 Got rid of macfs and FSSpecs. by Jack Jansen · 21 years ago
  34. c929636 Added a note about getting rid of macfs usage (MacPython). by Jack Jansen · 21 years ago
  35. 5a79329 Got rid of FSSpecs. by Jack Jansen · 21 years ago
  36. 5aac4e6 Move _better_reduce from copy.py to copy_reg.py, and also use it in by Guido van Rossum · 21 years ago
  37. e7ee17c Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now by Jack Jansen · 21 years ago
  38. 85233bf Fix a bug in the way __getnewargs__ was handled. by Guido van Rossum · 21 years ago
  39. 694d9b3 Update doc to reflect code changes for obsoleting use_statcache parameter by Neal Norwitz · 21 years ago
  40. d683504 Use new name for GetoptError, and pass it two arguments by Andrew M. Kuchling · 21 years ago
  41. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 21 years ago
  42. 0189266 A few naughty external scripts do 'raise getopt.error, "blah"', and by Andrew M. Kuchling · 21 years ago
  43. 83e879d Add DeprecationWarning when use_statcache argument is supplied by Andrew M. Kuchling · 21 years ago
  44. 98b922c Remove a debug print statement. by Guido van Rossum · 21 years ago
  45. 241c2e9 Remove another lie. by Michael W. Hudson · 21 years ago
  46. 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 21 years ago
  47. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 21 years ago
  48. 93cf58b Typo fixes by Andrew M. Kuchling · 21 years ago
  49. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 21 years ago
  50. 8eb4044 [Bug #680494] filecmp.py uses obsolete statcache module. by Andrew M. Kuchling · 21 years ago
  51. e63846d Add test suite for filecmp.py, after some discussion on bug #680494. by Andrew M. Kuchling · 21 years ago
  52. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 21 years ago
  53. cc1fccb No need for a continuation line. by Jeremy Hylton · 21 years ago
  54. 656d451 Replace hasattr() + getattr() with single getattr() and default value. by Jeremy Hylton · 21 years ago
  55. 26507db Clarify that __module__ applies to various type of functions. by Guido van Rossum · 21 years ago
  56. 0253d6e Add news item about __module__ attribute on functions. by Jeremy Hylton · 21 years ago
  57. c9172d3 Comment typo fix by Andrew M. Kuchling · 21 years ago
  58. 80fd785 Mention FutureWarning for large ints by Andrew M. Kuchling · 21 years ago
  59. ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 21 years ago
  60. 292f56c Provide version changed info by Neal Norwitz · 21 years ago
  61. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 21 years ago
  62. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 21 years ago
  63. f3f4af5 Got rid of macfs and made a bit more OSX-friendly. by Jack Jansen · 21 years ago
  64. 19e02fc removing old junk by Just van Rossum · 21 years ago
  65. ab564ee Removed unused import of macfs. by Jack Jansen · 21 years ago
  66. 6d8bca8 I don't think this script serves a useful purpose anymore, and I can't by Jack Jansen · 21 years ago
  67. ce8bcd8 Fix for SF #668433. I'm not explaining it here; ample comments are in the code. by Guido van Rossum · 21 years ago
  68. bd5cbf8 Refactor the logic for setting f_builtins. by Jeremy Hylton · 21 years ago
  69. 64edd6a [Patch #654421 from Matthew Mueller] by Andrew M. Kuchling · 21 years ago
  70. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 21 years ago
  71. 62235e7 dis(): Added an optional memo argument, so that multiple pickles in a by Tim Peters · 21 years ago
  72. 18e7083 SF bug 681122: Built-in function dir() causes refcount leak in baseclasses. by Tim Peters · 21 years ago
  73. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 21 years ago
  74. 5c4ded2 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 21 years ago
  75. cf0b2e8 Getting rid of macfs and FSSpecs. by Jack Jansen · 21 years ago
  76. d66071b Got rid of macfs by Jack Jansen · 21 years ago
  77. 611b9f6 Added "Open File by Name" command which presens a filename dialog. If by Jack Jansen · 21 years ago
  78. d424836 Cast various floats to ints so we don't get warnings. by Jack Jansen · 21 years ago
  79. 9181c94 This patch reverts the following: by Jason Tishler · 21 years ago
  80. cccac1a This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. by Jason Tishler · 21 years ago
  81. 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 21 years ago
  82. 8d4f06a Added itertools module. by Jack Jansen · 21 years ago
  83. b86a2e8 Use os.path.realpath() in stead of abspath(), so the tests don't fail if by Jack Jansen · 21 years ago
  84. 30a634e SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb by Raymond Hettinger · 21 years ago
  85. 35ad641 Build pickler_choices list in a lazier way. by Tim Peters · 21 years ago
  86. 6288e23 More typo repair. by Tim Peters · 21 years ago
  87. 6792014 Typo repair. by Tim Peters · 21 years ago
  88. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 21 years ago
  89. 5042da6 If a float is passed where a int is expected, issue a DeprecationWarning by Neil Schemenauer · 21 years ago
  90. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 21 years ago
  91. 7fe16e7 Remove forward static reference since it is not required by Neal Norwitz · 21 years ago
  92. ce3d34d Whitespace normalization by Neal Norwitz · 21 years ago
  93. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 21 years ago
  94. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 21 years ago
  95. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 21 years ago
  96. bda1c86 Use size_t instead of int for various variables to prevent by Walter Dörwald · 21 years ago
  97. dbaba0d Added basic tests of copy_reg's extension registry. by Tim Peters · 21 years ago
  98. 5e61e24 Add a test that checks that filter() honors the sq_item slot for by Walter Dörwald · 21 years ago
  99. 531e000 PyUnicode_Resize() doesn't free its argument in case of a failure, by Walter Dörwald · 21 years ago
  100. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 21 years ago