- 504377d make sure src exists before creating a symlink by Just van Rossum · 22 years ago
- 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago
- f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 22 years ago
- b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
- c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
- 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
- 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
- 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
- a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
- 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
- d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
- 6f2adc7 Catch IOErrors. by Martin v. Löwis · 22 years ago
- 71b7556 Support copying booleans. Fixes #668925. by Martin v. Löwis · 22 years ago
- d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
- 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
- 62fe755 Checking in Brett Cannon's patch #662053, which fixes bug #661354. by Jack Jansen · 22 years ago
- 791f7d4 Added ismount(). by Jack Jansen · 22 years ago
- 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
- 2dc505e * Add test for __cmp__() by Raymond Hettinger · 22 years ago
- 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
- d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
- 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
- 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
- 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 22 years ago
- 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
- 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
- ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
- 87fec22 Duh. cmdqueue should be an instance variable, not a class variable. by Guido van Rossum · 22 years ago
- eef2607 Duh. The do_EOF() implementation was bogus. Make it more like by Guido van Rossum · 22 years ago
- 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 22 years ago
- 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
- a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
- e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
- a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
- 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
- e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
- e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
- 9149aeb Python 2.1's string module doesn't have ascii_letters, so let's just by Barry Warsaw · 22 years ago
- a21bdea Cleanups, and conversion of assert to assertEqual() by Barry Warsaw · 22 years ago
- 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
- 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
- a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
- f07518a support unicode in menu items by Just van Rossum · 22 years ago
- 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
- 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
- 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
- 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
- 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 22 years ago
- 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
- 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
- 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
- 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
- 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
- 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 22 years ago
- 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
- 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 22 years ago
- 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
- 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
- ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
- 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
- dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
- 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
- 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
- ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
- 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
- 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
- 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
- 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
- f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
- 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
- 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
- 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
- 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
- b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
- f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
- 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
- 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
- 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
- b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
- 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
- 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
- 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
- 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
- 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
- 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
- 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
- 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
- adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
- 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
- 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
- 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
- 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
- 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
- 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
- bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
- 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
- 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
- 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
- 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
- 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago