- 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 23 years ago
- 085eb1b further work on config system and config saving by Steven M. Gava · 23 years ago
- c121745 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 23 years ago
- baf43c5 When linking to an index page, explicitly name index.html instead of by Fred Drake · 23 years ago
- 210d3cc Update version number to match Include/patchlevel.h. by Fred Drake · 23 years ago
- 375bbc3 Update version number to match Include/patchlevel.h. by Fred Drake · 23 years ago
- 4014401 Added minimal support for floating windows. by Just van Rossum · 23 years ago
- bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 23 years ago
- 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 23 years ago
- 2dcec0c Quick build: clarify that you have to do "make install" as root; OS by Guido van Rossum · 23 years ago
- 2cec354 Change the version string from "2.2+" to "2.3a0". disutils peels off by Tim Peters · 23 years ago
- a762f4c Got rid of an extra level of {} and funny formatting that was still by Jack Jansen · 23 years ago
- 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
- 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 23 years ago
- d4c76bf A new dynload_next, which actually only works on OSX but isn't renamed yet. by Jack Jansen · 23 years ago
- 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 23 years ago
- e75bfde Bugfix candidate. by Guido van Rossum · 23 years ago
- ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 23 years ago
- 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 23 years ago
- 7cff66d improve user config dir handling by Steven M. Gava · 23 years ago
- a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
- 11bd994 New tempfile and os.open() gimmicks for Windows. by Tim Peters · 23 years ago
- b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 23 years ago
- 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
- c318260 added handle_error method description by Skip Montanaro · 23 years ago
- 1453754 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 23 years ago
- cf6bfe4 Oh look, another one. by Michael W. Hudson · 23 years ago
- 67fb0c3 I think this fixes by Michael W. Hudson · 23 years ago
- c7dd34b Added a note about compiler warnings. by Jack Jansen · 23 years ago
- 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 23 years ago
- c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 23 years ago
- d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 23 years ago
- c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 23 years ago
- 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 23 years ago
- c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 23 years ago
- 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
- 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
- 150d09d Fix missing space between words. Bugfix candidate. by Neal Norwitz · 23 years ago
- 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 23 years ago
- 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 23 years ago
- fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 23 years ago
- 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 23 years ago
- 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 23 years ago
- 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
- 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 23 years ago
- ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 23 years ago
- fb0da9d Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. by Martin v. Löwis · 23 years ago
- 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 23 years ago
- 402dd6e Added contributors. by Jack Jansen · 23 years ago
- 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 23 years ago
- c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 23 years ago
- b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 23 years ago
- 744f67f Add keyword.kwlist to the public API. by Fred Drake · 23 years ago
- db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 23 years ago
- bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 23 years ago
- f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
- 813b56e dialog for getting a new config file section name by Steven M. Gava · 23 years ago
- 30022ea Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher by Tim Peters · 23 years ago
- 8cf2704 staying current with python idle fixes by Steven M. Gava · 23 years ago
- 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 23 years ago
- c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 23 years ago
- bd8ce79 smart_backspace_event(): remove now-pointless int() call. by Tim Peters · 23 years ago
- ff06671 Fix for by Michael W. Hudson · 23 years ago
- 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 23 years ago
- af14289 Fix for by Michael W. Hudson · 23 years ago
- 5b10910 Sjoerd Mullender pointed out that setup.py contained some tabs, by Michael W. Hudson · 23 years ago
- ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 23 years ago
- a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 23 years ago
- d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 23 years ago
- 4509168 classifyws(): Fix a "/" to work under -Qnew (as well as without it). by Tim Peters · 23 years ago
- 685d46f Newer names for various error include files. by Jack Jansen · 23 years ago
- a618c3f Build _tkinter for Carbon too. by Jack Jansen · 23 years ago
- 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 23 years ago
- 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 23 years ago
- d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 23 years ago
- bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
- c112cd8 further work on config saving by Steven M. Gava · 23 years ago
- 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 23 years ago
- eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 23 years ago
- a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
- 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
- c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 23 years ago
- aae728f Fix typo reported by François Pinard. by Fred Drake · 23 years ago
- 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
- 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
- 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
- c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
- 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
- facfc09 keybinding configuration by Steven M. Gava · 23 years ago
- d45a543 Another name. by Thomas Heller · 23 years ago
- 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
- ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 23 years ago
- 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 23 years ago
- 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
- c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
- ac6dd0a Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 23 years ago
- 826e982 Update email address. by Fred Drake · 23 years ago
- d6bdb07 Update the list of output formats. by Fred Drake · 23 years ago
- 9741dc9 Use BLDLIBRARY to build extension modules. Fixes #504252. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
- ac96868 Consistency nits. by Fred Drake · 23 years ago