- 4212ea4 SF #515012, cleanup: remove unused variable by Neal Norwitz · 24 years ago
- 22c5d77 SF #515011, cleanup: remove "or 0" condition by Neal Norwitz · 24 years ago
- 7fd41cc SF #515006, remove unnecessary import by Neal Norwitz · 24 years ago
- 086ac00 SF #515004 cleanup - remove unnecessary imports - rename dum -> dummy by Neal Norwitz · 24 years ago
- 9fb289d SF #515000, print result of f.tell() in test() instead of ignoring by Neal Norwitz · 24 years ago
- a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 24 years ago
- f2f219d Regenerate configure script by Andrew M. Kuchling · 24 years ago
- 54a3941 Bump version number to 2.3 by Andrew M. Kuchling · 24 years ago
- 58e7a68 Removed a spurious }. (How did it get there in the first place??) by Jack Jansen · 24 years ago
- 005dbb2 on MacOSX/Darwin, use ranlib when building static libs. by Just van Rossum · 24 years ago
- e28ee75 improvement to keybinding re-use check by Steven M. Gava · 24 years ago
- 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 24 years ago
- 46fa7bf further work on config saving by Steven M. Gava · 24 years ago
- 052937f further work on config saving by Steven M. Gava · 24 years ago
- ff34626 Remove stub for unicode.txt. Resort README in dictionary order. by Guido van Rossum · 24 years ago
- 37aa580 News about the new alias support. by Marc-André Lemburg · 24 years ago
- 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 24 years ago
- e92e0a9 Add news about PYC magic and changes to UTF-8 codec. by Marc-André Lemburg · 24 years ago
- 56ab921 Added a module docstring, which doubles as the --help text. by Barry Warsaw · 24 years ago
- 59b0b60 Updates related to Modules/Setup and setup.py. This addresses SF bug by Guido van Rossum · 24 years ago
- 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 24 years ago
- 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 24 years ago
- fa2e4c2 Declare real and imag as read-only attributes. by Guido van Rossum · 24 years ago
- 5ff8cb4 Whitespace cleanup. by Guido van Rossum · 24 years ago
- af64263 Fix typo by Neal Norwitz · 24 years ago
- 63cd9bf Python 10 was a success, commemorate it\! by Fred Drake · 24 years ago
- 65f5015 www.google.com is better than google.com. by Guido van Rossum · 24 years ago
- 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 24 years ago
- bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 24 years ago
- 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 24 years ago
- dc724d6 Cosmetics. by Marc-André Lemburg · 24 years ago
- e7c6ee4 Whitespace fixes. by Marc-André Lemburg · 24 years ago
- 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 24 years ago
- 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 24 years ago
- e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 24 years ago
- 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 24 years ago
- 085eb1b further work on config system and config saving by Steven M. Gava · 24 years ago
- c121745 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 24 years ago
- baf43c5 When linking to an index page, explicitly name index.html instead of by Fred Drake · 24 years ago
- 210d3cc Update version number to match Include/patchlevel.h. by Fred Drake · 24 years ago
- 375bbc3 Update version number to match Include/patchlevel.h. by Fred Drake · 24 years ago
- 4014401 Added minimal support for floating windows. by Just van Rossum · 24 years ago
- bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 24 years ago
- 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 24 years ago
- 2dcec0c Quick build: clarify that you have to do "make install" as root; OS by Guido van Rossum · 24 years ago
- 2cec354 Change the version string from "2.2+" to "2.3a0". disutils peels off by Tim Peters · 24 years ago
- a762f4c Got rid of an extra level of {} and funny formatting that was still by Jack Jansen · 24 years ago
- 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 24 years ago
- 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 24 years ago
- d4c76bf A new dynload_next, which actually only works on OSX but isn't renamed yet. by Jack Jansen · 24 years ago
- 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 24 years ago
- e75bfde Bugfix candidate. by Guido van Rossum · 24 years ago
- ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 24 years ago
- 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 24 years ago
- 7cff66d improve user config dir handling by Steven M. Gava · 24 years ago
- a498af2 more work on configuration saving by Steven M. Gava · 24 years ago
- 11bd994 New tempfile and os.open() gimmicks for Windows. by Tim Peters · 24 years ago
- b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 24 years ago
- 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 24 years ago
- c318260 added handle_error method description by Skip Montanaro · 24 years ago
- 1453754 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 24 years ago
- cf6bfe4 Oh look, another one. by Michael W. Hudson · 24 years ago
- 67fb0c3 I think this fixes by Michael W. Hudson · 24 years ago
- c7dd34b Added a note about compiler warnings. by Jack Jansen · 24 years ago
- 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 24 years ago
- c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 24 years ago
- d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 24 years ago
- c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 24 years ago
- 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 24 years ago
- c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 24 years ago
- 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 24 years ago
- 2d7bb3f further work on config saving by Steven M. Gava · 24 years ago
- 150d09d Fix missing space between words. Bugfix candidate. by Neal Norwitz · 24 years ago
- 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 24 years ago
- 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 24 years ago
- fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 24 years ago
- 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 24 years ago
- 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 24 years ago
- 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 24 years ago
- 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 24 years ago
- ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 24 years ago
- fb0da9d Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. by Martin v. Löwis · 24 years ago
- 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 24 years ago
- 402dd6e Added contributors. by Jack Jansen · 24 years ago
- 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 24 years ago
- c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 24 years ago
- b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 24 years ago
- 744f67f Add keyword.kwlist to the public API. by Fred Drake · 24 years ago
- db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 24 years ago
- bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 24 years ago
- f9bb90e further work on saving configs by Steven M. Gava · 24 years ago
- 813b56e dialog for getting a new config file section name by Steven M. Gava · 24 years ago
- 30022ea Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher by Tim Peters · 24 years ago
- 8cf2704 staying current with python idle fixes by Steven M. Gava · 24 years ago
- 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 24 years ago
- c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 24 years ago
- bd8ce79 smart_backspace_event(): remove now-pointless int() call. by Tim Peters · 24 years ago
- ff06671 Fix for by Michael W. Hudson · 24 years ago
- 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 24 years ago
- af14289 Fix for by Michael W. Hudson · 24 years ago