summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revise cheeseshop example so that the order of the keyword output isFred Drake2002-01-291-1/+8
* Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.Martin v. Löwis2002-01-291-0/+4
* further work on config savingSteven M. Gava2002-01-292-17/+90
* Fix missing space between words. Bugfix candidate.Neal Norwitz2002-01-291-1/+1
* Fix spelling mistakes. Bugfix candidates.Neal Norwitz2002-01-294-6/+6
* SF bug #509805 tempfile.gettempdir not threadsafeTim Peters2002-01-281-2/+28
* Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bugJack Jansen2002-01-271-3/+5
* Test case of a singleton multipart; i.e. a multipart/* with only oneBarry Warsaw2002-01-271-0/+8
* test_multipart_one_part(): Idempotency test case for a multipart/*Barry Warsaw2002-01-271-1/+5
* _parsebody(): When adding subparts to a multipart container, make sureBarry Warsaw2002-01-271-2/+7
* Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962.Martin v. Löwis2002-01-261-2/+2
* Document that get_referrers can return unreachable but uncollected objects.Martin v. Löwis2002-01-262-0/+8
* Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.Martin v. Löwis2002-01-262-1/+5
* Removed an XXX question (the answer is "yes" <wink>).Tim Peters2002-01-261-1/+1
* Added contributors.Jack Jansen2002-01-251-1/+1
* Some modifications and clarifications (by me) to Michael's mods.Jack Jansen2002-01-251-23/+17
* Rewritten, clarified, corrected and cleaned up by Michael J. Barber.Jack Jansen2002-01-251-144/+301
* Get rid of keyword list and use keyword.iskeyword() function (which I wasn't ...Jack Jansen2002-01-241-7/+3
* Add keyword.kwlist to the public API.Fred Drake2002-01-241-1/+8
* libkeyword.tex was missing from the list of dependencies for theFred Drake2002-01-241-0/+1
* "yield" is also a keyword. Spotted by Neal Norwitz.Jack Jansen2002-01-241-1/+1
* further work on saving configsSteven M. Gava2002-01-243-47/+165
* dialog for getting a new config file section nameSteven M. Gava2002-01-241-0/+99
* Removed #include of obsolete ver.h. VC6 doesn't need it, and David AscherTim Peters2002-01-241-1/+0
* staying current with python idle fixesSteven M. Gava2002-01-231-2/+2
* (Much) better list of Python keywords, supplied by Michael J. Barber.Jack Jansen2002-01-231-3/+5
* Rename the routine to start the target running _start(), with a compatibilityJack Jansen2002-01-231-2/+6
* smart_backspace_event(): remove now-pointless int() call.Tim Peters2002-01-231-1/+1
* Fix forMichael W. Hudson2002-01-231-2/+2
* Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smartGuido van Rossum2002-01-232-3/+3
* Fix forMichael W. Hudson2002-01-231-2/+5
* Sjoerd Mullender pointed out that setup.py contained some tabs,Michael W. Hudson2002-01-231-53/+53
* PyDict_Next: update doc to indicate that pkey and pvalue return values areSkip Montanaro2002-01-231-1/+2
* add missing return value info for PyDict_DelItemSkip Montanaro2002-01-231-1/+1
* fix for python2.2 -Qnew division error,Steven M. Gava2002-01-231-1/+1
* classifyws(): Fix a "/" to work under -Qnew (as well as without it).Tim Peters2002-01-231-1/+1
* Newer names for various error include files.Jack Jansen2002-01-221-2/+2
* Build _tkinter for Carbon too.Jack Jansen2002-01-221-2/+2
* Identify() enum values. This was changed in 1.14, but I don't think it is a g...Jack Jansen2002-01-221-1/+5
* Regenerated to take advantage of new _builtinSuites package.Jack Jansen2002-01-2215-660/+588
* A "magic" suite that is the base suite for StdSuites. This solves a problem w...Jack Jansen2002-01-222-0/+168
* more on config savingSteven M. Gava2002-01-221-16/+30
* further work on config savingSteven M. Gava2002-01-222-30/+107
* Mac _Scrap module is now carbon-compliant, so build it on OSX.Jack Jansen2002-01-211-1/+2
* Get rid of fsspec type initializer, it wasn't used anyway.Jack Jansen2002-01-211-2/+0
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-12/+26
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-218-38/+71
* Also install the Tools directory on "make installmacsubtree".Jack Jansen2002-01-211-1/+40
* Fix typo reported by François Pinard.Fred Drake2002-01-211-1/+1
* extension config reading by configDialog andSteven M. Gava2002-01-213-134/+173