1. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  2. d6a3f93 Use "$@" to pass arguments to Python in stead of "${1}". This passes all by Jack Jansen · 22 years ago
  3. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 22 years ago
  4. 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 22 years ago
  5. 3b8fb47 Import test_support properly by Neal Norwitz · 22 years ago
  6. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
  7. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  8. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago
  9. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 22 years ago
  10. 946c194 When installing resource files whose name ends in .rsrc use the by Jack Jansen · 22 years ago
  11. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  12. a460f44 - Added support for zip archives by Jack Jansen · 22 years ago
  13. 437966c Tweak to Skip's checkin of patch 686397: by Andrew MacIntyre · 22 years ago
  14. a2125fe Better error messages and warnings. by Jack Jansen · 22 years ago
  15. 97dede0 Fix for SF 686380, from SF patch 686771 by Ping. (errors trying to by Guido van Rossum · 22 years ago
  16. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  17. 71fcda5 cPickle produces NEWOBJ appropriately now. It still doesn't know by Tim Peters · 22 years ago
  18. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 22 years ago
  19. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 22 years ago
  20. 0dacac4 Factored out classes for handling source and binary distributions. Source by Jack Jansen · 22 years ago
  21. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  22. 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 22 years ago
  23. a2ecabe Fix docstring typo by Andrew M. Kuchling · 22 years ago
  24. c07fb2f Fix comment typo by Andrew M. Kuchling · 22 years ago
  25. 6143648 SF 685011: calendar module overflow handling by Raymond Hettinger · 22 years ago
  26. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
  27. 18e36f4 Removed unused cut'n'paste import. by Tim Peters · 22 years ago
  28. c0c9370 We didn't have any tests making pickles with one of {pickle, cPickle}, by Tim Peters · 22 years ago
  29. e9ef203 Added a simple NEWOBJ test. This is in the pickle-only part of the by Tim Peters · 22 years ago
  30. c1eea67 Remove filecmp by Andrew M. Kuchling · 22 years ago
  31. 7585229 Port test_userlist to PyUnit and add a few tests to increase code by Walter Dörwald · 22 years ago
  32. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 22 years ago
  33. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 22 years ago
  34. 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 22 years ago
  35. bb18441 SF patch #682432, add lookbehind tests by Neal Norwitz · 22 years ago
  36. 3ea7cc3 Fix typo. by Walter Dörwald · 22 years ago
  37. 7cbd247 Add test to ensure files (fds) don't leak by Neal Norwitz · 22 years ago
  38. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 22 years ago
  39. 3288f59 Expect test_ossaudiodev to skip on Linux, too. (It's broken. by Guido van Rossum · 22 years ago
  40. 9c00f42 Systematic testing of hex/oct constants. by Guido van Rossum · 22 years ago
  41. 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 22 years ago
  42. e71b9f8 - Use distutils to find site-python (suggested by Thomas Heller, thanks!) by Jack Jansen · 22 years ago
  43. c96d6ce Thank you sir, can I have another. by Just van Rossum · 22 years ago
  44. f59c6fa When in MacPython-OSX use bundlebuilder to create .app bundles. by Jack Jansen · 22 years ago
  45. 53b341f - Better way to find site-packages by Jack Jansen · 22 years ago
  46. a89d10e Implement another useful feature for proxies: in super(X, x), x may by Guido van Rossum · 22 years ago
  47. 03bc7d3 SF #532767: isinstance(x, X) should work when x is a proxy for an X by Guido van Rossum · 22 years ago
  48. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 22 years ago
  49. e7b33db Changed database format to make fields adhere to PEP 241 where by Jack Jansen · 22 years ago
  50. 1092d64 Implemented list batching in cPickle. by Tim Peters · 22 years ago
  51. b6e5a0c Put proper tests in classmethod_get(). Remove the type argument to by Guido van Rossum · 22 years ago
  52. 8d2613a Added tests to ensure that list and dict "chunking" are actually by Tim Peters · 22 years ago
  53. 3f50cdc Get rid of the "bozo" __getstate__ that was inserted when __slots__ by Guido van Rossum · 22 years ago
  54. ba20533 [ 683376 ] Adding NotImplementedType to types.py by Just van Rossum · 22 years ago
  55. 4f046e2 Add a few tests to test_count() to increase coverage in by Walter Dörwald · 22 years ago
  56. 7464024 Fix copy&paste error: call title instead of count by Walter Dörwald · 22 years ago
  57. 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 22 years ago
  58. 8d326b8 Punctuation fixes in docstrings. by Jack Jansen · 22 years ago
  59. 6a600ab Added docstrings. by Jack Jansen · 22 years ago
  60. 26bf3ac - Better exception when the database isn't found. by Jack Jansen · 22 years ago
  61. 4f82a51 Pick up Makefile variable BASECFLAGS too. This is needed since OPT was by Jack Jansen · 22 years ago
  62. c4b217d Use MD5 checksums to check archive integrity and forestall downloads. by Jack Jansen · 22 years ago
  63. 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 22 years ago
  64. b4bb64e Added preInstall and postInstall commands to packages. PIL needs this by Jack Jansen · 22 years ago
  65. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
  66. de8b94c Fix SF bug #683467, 'int' ability to generate longs not inherited by Neal Norwitz · 22 years ago
  67. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 22 years ago
  68. 95839b8 Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at by Jack Jansen · 22 years ago
  69. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 22 years ago
  70. cf117b0 Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion. by Guido van Rossum · 22 years ago
  71. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  72. 68124bb The Python implementation of datetime was changed in ways that no longer by Tim Peters · 22 years ago
  73. 9914227 Fix compatibility for earlier versions of Python (than 2.3), which by Barry Warsaw · 22 years ago
  74. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 22 years ago
  75. 275666f Merge the test part of the below checkin to the sandbox and Zope3, so by Guido van Rossum · 22 years ago
  76. cef9db6 Reserve a range for Zope, not specifically for Zope 3. by Guido van Rossum · 22 years ago
  77. f98159c Fix SF bug #642168, help() fails for some builtin topics by Neal Norwitz · 22 years ago
  78. 1dca482 Somehow, copy() of a classic class object was handled by Guido van Rossum · 22 years ago
  79. c06e3ac Add support for copy_reg.dispatch_table. by Guido van Rossum · 22 years ago
  80. 2731c5c Made AskFile* dialogs movable-modal by default, by providing a dummy by Jack Jansen · 22 years ago
  81. f631859 Add __getnewargs__ method to classes that need it. by Guido van Rossum · 22 years ago
  82. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  83. 550e4e5 SF bug 666444: 'help' makes linefeed only under Win32. by Tim Peters · 22 years ago
  84. caaad98 Got rid of macfs and FSSpecs. by Jack Jansen · 22 years ago
  85. 5aac4e6 Move _better_reduce from copy.py to copy_reg.py, and also use it in by Guido van Rossum · 22 years ago
  86. 85233bf Fix a bug in the way __getnewargs__ was handled. by Guido van Rossum · 22 years ago
  87. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 22 years ago
  88. 0189266 A few naughty external scripts do 'raise getopt.error, "blah"', and by Andrew M. Kuchling · 22 years ago
  89. 83e879d Add DeprecationWarning when use_statcache argument is supplied by Andrew M. Kuchling · 22 years ago
  90. 98b922c Remove a debug print statement. by Guido van Rossum · 22 years ago
  91. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 22 years ago
  92. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 22 years ago
  93. 8eb4044 [Bug #680494] filecmp.py uses obsolete statcache module. by Andrew M. Kuchling · 22 years ago
  94. e63846d Add test suite for filecmp.py, after some discussion on bug #680494. by Andrew M. Kuchling · 22 years ago
  95. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 22 years ago
  96. cc1fccb No need for a continuation line. by Jeremy Hylton · 22 years ago
  97. 656d451 Replace hasattr() + getattr() with single getattr() and default value. by Jeremy Hylton · 22 years ago
  98. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 22 years ago
  99. 64edd6a [Patch #654421 from Matthew Mueller] by Andrew M. Kuchling · 22 years ago
  100. 62235e7 dis(): Added an optional memo argument, so that multiple pickles in a by Tim Peters · 22 years ago