summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF #665570, curses causes interpreter crashNeal Norwitz2003-01-121-1/+2
* Minor correction and clarification.Fred Drake2003-01-111-1/+3
* Got rid of the internal datetimetz type.Tim Peters2003-01-113-1024/+655
* Minor fiddling to make the next part easier. Introduced an internalTim Peters2003-01-112-38/+61
* SF #639945 was fixed in alpha 1Neal Norwitz2003-01-101-0/+2
* Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragtoNeal Norwitz2003-01-102-3/+6
* Get build working on Redhat 7.2 linux 2.4.7Neal Norwitz2003-01-101-0/+4
* Update documentation.Kurt B. Kaiser2003-01-104-238/+323
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+3
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-102-2/+22
* M configDialog.pyKurt B. Kaiser2003-01-102-82/+97
* Python 2.1's string module doesn't have ascii_letters, so let's justBarry Warsaw2003-01-101-13/+10
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-101-71/+69
* As discussed on python-dev, removed from DUP_TOPX support for theRaymond Hettinger2003-01-101-35/+0
* As discussed briefly on python-dev, add Pending Deprecation WarningNeal Norwitz2003-01-101-3/+5
* Get rid of compiler warningsNeal Norwitz2003-01-102-19/+19
* Remove extra 'types'Neal Norwitz2003-01-101-3/+3
* SF bug #652888: bad documentation for the "type" builtinRaymond Hettinger2003-01-101-6/+22
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-103-489/+354
* Default the OK key in the Save Before Run dialog.Kurt B. Kaiser2003-01-101-0/+1
* Removed more now-pointless pickle code.Tim Peters2003-01-101-93/+34
* Started on implementing support for FSCatalogInfo. Doesn't work yet, don'tJack Jansen2003-01-092-2/+60
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
* support unicode in menu itemsJust van Rossum2003-01-091-1/+4
* removed silly & mask, avoiding FutureWarningJust van Rossum2003-01-091-2/+2
* cleaned up Jack's Mac OS9 changesJust van Rossum2003-01-091-5/+1
* Purged reference to defunct datetimetz.Tim Peters2003-01-091-1/+1
* SF patch #664320: Replace push/pop clusters in ceval.cRaymond Hettinger2003-01-091-150/+167
* Various minor editsAndrew M. Kuchling2003-01-091-27/+30
* Markup fixAndrew M. Kuchling2003-01-091-0/+1
* Make the test scripts work again with narrow Python builds.Walter Dörwald2003-01-091-1/+1
* add newline to source before compilationJust van Rossum2003-01-091-1/+1
* Massive fiddling to reflect that datetimetz and timetz no longer exist.Tim Peters2003-01-091-556/+266
* Add a few test cases to increase code coverage:Walter Dörwald2003-01-081-0/+115
* Add a test that exercises the error handling part ofWalter Dörwald2003-01-081-0/+6
* Fix charmapencode_lookup(), so that a None value in the mappingWalter Dörwald2003-01-081-0/+2
* SF patch 661583: Remove old code from lib\os.pyTim Peters2003-01-081-10/+8
* Deleted pickle/unpickle code for the old datetime and time classes -- it'sTim Peters2003-01-081-160/+0
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-083-86/+107
* Remove variable owned from PyUnicode_FromEncodedObject, which is unusedWalter Dörwald2003-01-081-7/+0
* Fix bug 427345 [related to IE's additional input on POST request].Steve Holden2003-01-081-0/+7
* Various tweaks to make the test work on the Mac.Jack Jansen2003-01-081-3/+12
* Always define getenv(), as suggested by Guido. This means that os.getenv() is...Jack Jansen2003-01-081-5/+5
* Test that chmod() actually exists before calling it (it doesn't on MacOS9).Jack Jansen2003-01-081-1/+2
* Removed the SetDates warning. The warning is in the readme, and the print sta...Jack Jansen2003-01-081-2/+2
* quashed another case of the 32-bit warning.Jack Jansen2003-01-081-1/+1
* Updated the list of expected skips for MacPython-OS9.Jack Jansen2003-01-081-0/+8
* n the Mac the frozen import that should fail actually succeeds, and we know i...Jack Jansen2003-01-081-6/+7