summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* When linking to an index page, explicitly name index.html instead ofFred Drake2002-02-042-2/+2
* Update version number to match Include/patchlevel.h.Fred Drake2002-02-041-1/+3
* Update version number to match Include/patchlevel.h.Fred Drake2002-02-041-3/+3
* Added minimal support for floating windows.Just van Rossum2002-02-044-18/+39
* Don't append quit menu when on OSX, it is special and automatic there.Just van Rossum2002-02-041-2/+13
* Flush screen buffer upon console.flush() and output.flush().Just van Rossum2002-02-041-0/+4
* Quick build: clarify that you have to do "make install" as root; OSGuido van Rossum2002-02-041-3/+13
* Change the version string from "2.2+" to "2.3a0". disutils peels offTim Peters2002-02-021-1/+1
* Got rid of an extra level of {} and funny formatting that was stillJack Jansen2002-02-011-58/+56
* [Bug #220993; may also fix bug #479469] Fix flakiness when oldAndrew M. Kuchling2002-02-011-0/+7
* Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32Guido van Rossum2002-02-011-4/+18
* A new dynload_next, which actually only works on OSX but isn't renamed yet.Jack Jansen2002-02-011-112/+56
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-015-113/+1
* Bugfix candidate.Guido van Rossum2002-02-011-1/+1
* Implement os.waitpid() for Windows, in a way that's compatible with LinuxTim Peters2002-02-013-8/+56
* package_dir must be converted from the distutils path conventions toThomas Heller2002-02-011-1/+5
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
* more work on configuration savingSteven M. Gava2002-02-013-34/+57
* New tempfile and os.open() gimmicks for Windows.Tim Peters2002-02-011-1/+24
* Restrict the mode to the lowest four octal positions; higher positionsAndrew M. Kuchling2002-01-311-1/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-318-4/+108
* added handle_error method descriptionSkip Montanaro2002-01-311-0/+5