1. 9ea6788 Import from PyXML 1.10. by Martin v. Löwis · 21 years ago
  2. 787354c Merge with PyXML 1.80: by Martin v. Löwis · 21 years ago
  3. fc5fec7 Import expatbuilder, minicompat from PyXML. by Martin v. Löwis · 21 years ago
  4. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 21 years ago
  5. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 21 years ago
  6. 3422c99 Raise PicklingError when __reduce__() fails, and by Jeremy Hylton · 21 years ago
  7. 234d9a9 rmtree(): Make implementation agree with documentation (both latex and by Barry Warsaw · 21 years ago
  8. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 21 years ago
  9. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 21 years ago
  10. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 21 years ago
  11. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 21 years ago
  12. 250684d Use lightweight introspection instead of the inspect module hammer. by Jeremy Hylton · 21 years ago
  13. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 21 years ago
  14. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 21 years ago
  15. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 21 years ago
  16. 32417e7 Tweaked time conversion to work in MacPython-OS9. by Jack Jansen · 21 years ago
  17. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 21 years ago
  18. 51f3f1b SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  19. 9813445 Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, by Kurt B. Kaiser · 21 years ago
  20. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 21 years ago
  21. 374c435 Added DepracationWarnings to the old Standard File calls. by Jack Jansen · 21 years ago
  22. e1c4f0b Tuples and lists don't have a copy() method (yet?). by Jack Jansen · 21 years ago
  23. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 21 years ago
  24. 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 21 years ago
  25. cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 21 years ago
  26. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 21 years ago
  27. 3875281 Fix example in a docstring to not use 'file' as a variable name by Andrew M. Kuchling · 21 years ago
  28. 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 21 years ago
  29. 2da75fa 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) by Kurt B. Kaiser · 21 years ago
  30. b3b22f3 flesh out open() docstring by Skip Montanaro · 21 years ago
  31. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 21 years ago
  32. 0b74344 ...and the old pyclbr.py faked Function instances with Class instances by Kurt B. Kaiser · 21 years ago
  33. ea4250d Add comments and remove duplicate tests. by Walter Dörwald · 21 years ago
  34. e28be59 Port test_userdict.py to PyUnit. From SF patch #662807, by Walter Dörwald · 21 years ago
  35. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 21 years ago
  36. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 21 years ago
  37. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 21 years ago
  38. 80cebc1 SF patch 670194: Performance enhancement for _strptime.py. by Tim Peters · 21 years ago
  39. 6550051 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 21 years ago
  40. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 21 years ago
  41. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 21 years ago
  42. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 21 years ago
  43. 504377d make sure src exists before creating a symlink by Just van Rossum · 21 years ago
  44. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 21 years ago
  45. f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 21 years ago
  46. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 21 years ago
  47. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 21 years ago
  48. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 21 years ago
  49. 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
  50. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
  51. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
  52. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
  53. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
  54. 6f2adc7 Catch IOErrors. by Martin v. Löwis · 22 years ago
  55. 71b7556 Support copying booleans. Fixes #668925. by Martin v. Löwis · 22 years ago
  56. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
  57. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  58. 62fe755 Checking in Brett Cannon's patch #662053, which fixes bug #661354. by Jack Jansen · 22 years ago
  59. 791f7d4 Added ismount(). by Jack Jansen · 22 years ago
  60. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  61. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 22 years ago
  62. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  63. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  64. 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
  65. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  66. 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 22 years ago
  67. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  68. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
  69. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
  70. 87fec22 Duh. cmdqueue should be an instance variable, not a class variable. by Guido van Rossum · 22 years ago
  71. eef2607 Duh. The do_EOF() implementation was bogus. Make it more like by Guido van Rossum · 22 years ago
  72. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 22 years ago
  73. 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
  74. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  75. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  76. a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
  77. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  78. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  79. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  80. 9149aeb Python 2.1's string module doesn't have ascii_letters, so let's just by Barry Warsaw · 22 years ago
  81. a21bdea Cleanups, and conversion of assert to assertEqual() by Barry Warsaw · 22 years ago
  82. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  83. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  84. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  85. f07518a support unicode in menu items by Just van Rossum · 22 years ago
  86. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
  87. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  88. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  89. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  90. 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 22 years ago
  91. 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
  92. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  93. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  94. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  95. b11ce9b Always define getenv(), as suggested by Guido. This means that os.getenv() is also defined for MacPython-OS9 (even though it doesn't actually do anything useful), and it shouldn't hurt on other platforms. by Jack Jansen · 22 years ago
  96. 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 22 years ago
  97. 27d19c4 Removed the SetDates warning. The warning is in the readme, and the print statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually). by Jack Jansen · 22 years ago
  98. 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 22 years ago
  99. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
  100. 2918ae8 n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user. by Jack Jansen · 22 years ago