- 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
- a974b39 Move the date/time section into the modules section; it was in the by Andrew M. Kuchling · 22 years ago
- 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 22 years ago
- 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
- c1dd174 Link to MRO article Mention deprecation of string exceptions by Andrew M. Kuchling · 22 years ago
- 2bd1568 SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and by Raymond Hettinger · 22 years ago
- bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
- 06daee9 Try to make a sentance more readable. by Neal Norwitz · 22 years ago
- e68fbc4 SF #665570, curses causes interpreter crash by Neal Norwitz · 22 years ago
- 8ec17a0 Minor correction and clarification. by Fred Drake · 22 years ago
- a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
- a032d2e Minor fiddling to make the next part easier. Introduced an internal by Tim Peters · 22 years ago
- 74a032e SF #639945 was fixed in alpha 1 by Neal Norwitz · 22 years ago
- e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
- faa7b9b Get build working on Redhat 7.2 linux 2.4.7 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
- df8b47f SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 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
- 71731d7 As discussed on python-dev, removed from DUP_TOPX support for the by Raymond Hettinger · 22 years ago
- 37aa066 As discussed briefly on python-dev, add Pending Deprecation Warning by Neal Norwitz · 22 years ago
- 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
- 3cb68a2 Remove extra 'types' Change a couple of list -> mylist by Neal Norwitz · 22 years ago
- 6fe1299 SF bug #652888: bad documentation for the "type" builtin by Raymond Hettinger · 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
- 33e0f38 Removed more now-pointless pickle code. by Tim Peters · 22 years ago
- b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 22 years ago
- c1a9cab interpret utf-8 file names on OSX by Just van Rossum · 22 years ago
- f07518a support unicode in menu items by Just van Rossum · 22 years ago
- addc11e removed silly & mask, avoiding FutureWarning by Just van Rossum · 22 years ago
- 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
- 312141c Purged reference to defunct datetimetz. by Tim Peters · 22 years ago
- 663004b SF patch #664320: Replace push/pop clusters in ceval.c by Raymond Hettinger · 22 years ago
- 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
- 0f0e6b9 Markup fix by Andrew M. Kuchling · 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
- 0037202 Massive fiddling to reflect that datetimetz and timetz no longer exist. by Tim Peters · 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
- adc7274 Fix charmapencode_lookup(), so that a None value in the mapping by Walter Dörwald · 22 years ago
- 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
- 7d4b315 Deleted pickle/unpickle code for the old datetime and time classes -- it's by Tim Peters · 22 years ago
- 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
- 034d976 Remove variable owned from PyUnicode_FromEncodedObject, which is unused by Walter Dörwald · 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
- 05d284b Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped out my previous changes to test_unicode. Doing this for 2.3a1 should give people enough time to complain, if they want to, and then we can see whether we want to do anything about it. by Jack Jansen · 22 years ago
- b8941f2 Added a couple of casts to make this compile with CodeWarrior. by Jack Jansen · 22 years ago
- 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
- 6c64fa7 Mention the change from patch #664376. by Thomas Heller · 22 years ago
- 27bb71e Patch #664376: sys.path[0] should contain absolute pathname. by Thomas Heller · 22 years ago
- 326c72a Add notes about the linuxaudiodev and ossaudiodev modules. by Fred Drake · 22 years ago
- 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
- 55d555f command doesn't work, but program does, not sure it's correct, though by Neal Norwitz · 22 years ago
- 19b6f60 There's no such method as has_option() -- should be has_extn(). by Greg Ward · 22 years ago
- d4fee28 Rewrite awkward/ungrammatical sentence. Typo fix. by Greg Ward · 22 years ago
- d97b01c Bump version number by Andrew M. Kuchling · 22 years ago
- 0a6355e Add reminder that ossaudiodev can/should also be built on FreeBSD. by Greg Ward · 22 years ago
- dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
- cd0c047 Note about rexec.py and Bastion.py. This requires doc changes and by Guido van Rossum · 22 years ago
- b6604b3 Document EX_OK and friends. by Barry Warsaw · 22 years ago
- fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 22 years ago
- 051314f SF #664011, move tarfile module in docs by Neal Norwitz · 22 years ago
- 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
- f8ba39c A note about EX_OK and friends in the posixmodule. by Barry Warsaw · 22 years ago
- 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
- 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
- 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
- 8b7b345 Use regular expressions for branch matching, to avoid including 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
- a9cfa55 SF bug #652933 (for IdleFork): Open Module "math" Fails 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
- 674b0bf Add tarfile module by Andrew M. Kuchling · 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
- cd11880 Add a refinement to SLOT1BINFULL() that fixes the problem reported in by Guido van Rossum · 22 years ago
- 0a2f849 GvR's idea to use memset() for the most common special case of repeating by Raymond Hettinger · 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
- ef893fe Add Tix and rexec changes by Andrew M. Kuchling · 22 years ago
- 8ef3d8d Fix spelling. by Raymond Hettinger · 22 years ago
- 2d98db6 delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS notes. by Skip Montanaro · 22 years ago