summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable usage of Expat's config.h.Martin v. Löwis2002-02-113-0/+6
* Initial revisionMartin v. Löwis2002-02-1117-0/+11093
* Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headersGreg Ward2002-02-111-1/+1
* Remove mentioning of -U option in "python -h" output.Marc-André Lemburg2002-02-111-1/+0
* SF #515020, delete global variables which are used only for temporaryNeal Norwitz2002-02-111-1/+2
* SF #515005, change "1 + ''" (which pychecker warns about being invalid)Neal Norwitz2002-02-111-2/+2
* SF #515022 remove unused variableNeal Norwitz2002-02-111-1/+0
* SF #515009, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* SF #515018, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* SF #515026, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* SF #515024 remove unused variableNeal Norwitz2002-02-111-1/+0
* SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is usedNeal Norwitz2002-02-111-2/+2
* SF #515012, cleanup: remove unused variableNeal Norwitz2002-02-111-1/+0
* SF #515011, cleanup: remove "or 0" conditionNeal Norwitz2002-02-111-2/+1
* SF #515006, remove unnecessary importNeal Norwitz2002-02-111-1/+0
* SF #515004 cleanupNeal Norwitz2002-02-111-4/+2
* SF #515000, print result of f.tell() in test() instead of ignoringNeal Norwitz2002-02-111-1/+1
* Corrected import behaviour for codecs which live outside the encodingsMarc-André Lemburg2002-02-112-17/+12
* Regenerate configure scriptAndrew M. Kuchling2002-02-111-324/+335
* Bump version number to 2.3Andrew M. Kuchling2002-02-111-1/+1
* Removed a spurious }. (How did it get there in the first place??)Jack Jansen2002-02-111-2/+0
* on MacOSX/Darwin, use ranlib when building static libs.Just van Rossum2002-02-111-1/+4
* improvement to keybinding re-use checkSteven M. Gava2002-02-114-86/+80
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-112-20/+9
* further work on config savingSteven M. Gava2002-02-111-35/+0
* further work on config savingSteven M. Gava2002-02-114-76/+217
* Remove stub for unicode.txt. Resort README in dictionary order.Guido van Rossum2002-02-112-14/+8
* News about the new alias support.Marc-André Lemburg2002-02-101-0/+3
* Add IANA character set aliases to the encodings alias dictionaryMarc-André Lemburg2002-02-102-106/+355
* Add news about PYC magic and changes to UTF-8 codec.Marc-André Lemburg2002-02-091-0/+6
* Added a module docstring, which doubles as the --help text.Barry Warsaw2002-02-081-16/+81
* Updates related to Modules/Setup and setup.py. This addresses SF bugGuido van Rossum2002-02-081-59/+50
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* start() and stop() methods: return None where there is no exception;Fred Drake2002-02-081-2/+8
* Declare real and imag as read-only attributes.Guido van Rossum2002-02-081-2/+2
* Whitespace cleanup.Guido van Rossum2002-02-081-3/+3
* Fix typoNeal Norwitz2002-02-081-1/+1
* Python 10 was a success, commemorate it\!Fred Drake2002-02-081-0/+28
* www.google.com is better than google.com.Guido van Rossum2002-02-081-1/+1
* Make it 1.5.2 compatible again.Thomas Heller2002-02-081-4/+5
* Fix to the UTF-8 encoder: it failed on 0-length input strings.Marc-André Lemburg2002-02-074-31/+71
* Forgot to add the new emxccompiler.py from Andrew I. MacIntyre'sMarc-André Lemburg2002-02-061-0/+334
* Cosmetics.Marc-André Lemburg2002-02-061-6/+6
* Whitespace fixes.Marc-André Lemburg2002-02-061-11/+11
* Fix for the UTF-8 memory allocation bug and the UTF-8 encodingMarc-André Lemburg2002-02-062-35/+38
* Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the r...Jack Jansen2002-02-052-1/+2
* Added SndRecord and (classic only) SndRecordToFile.Jack Jansen2002-02-051-0/+53
* Added support for unicode strings (utxt).Jack Jansen2002-02-051-0/+7
* further work on config system and config savingSteven M. Gava2002-02-055-102/+335
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6