summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-123-1/+7
* Close the file after tokenizing it. Because the open file object wasTim Peters2003-05-121-2/+5
* cmp_type(): The grammar stopped allowing '=' as a comparison operatorTim Peters2003-05-121-3/+2
* Updated simple example. This should have been checked in the otherJim Fulton2003-05-121-45/+45
* Add a specific mention of the term "operator overloading" and add anFred Drake2003-05-121-1/+4
* Remove assert that checked if a parameter was an instance of Request. Closes...Brett Cannon2003-05-121-1/+0
* Change Request.add_header to call string.capitalize in order to normalizeBrett Cannon2003-05-121-7/+8
* Fix minor typos.Raymond Hettinger2003-05-124-5/+5
* Update for SF 71033 and changes to subprocess threadingKurt B. Kaiser2003-05-121-1/+13
* 1. RemoteDebugger now runs user code in subprocess MainThreadKurt B. Kaiser2003-05-123-54/+61
* Patch #735613: Pass install-purelib to idleinstall.Martin v. Löwis2003-05-111-0/+1
* Patch #718286: Support DESTDIR.Martin v. Löwis2003-05-113-63/+73
* Beefed up timezone support. UTC and GMT are now always recognized timezonesBrett Cannon2003-05-112-12/+29
* Update patch #732284: Correct versions of OpenUNIX, UnixWare, add OpenServer.Martin v. Löwis2003-05-112-5/+13
* - object is a class type, not a functionFred Drake2003-05-101-3/+4
* Minor fixups.Raymond Hettinger2003-05-101-2/+4
* Fix unbalanced parethesis.Raymond Hettinger2003-05-102-2/+2
* Add table level validation and made minor fix-ups.Raymond Hettinger2003-05-101-8/+22
* Missing parenthesis found by texcheck.pyRaymond Hettinger2003-05-103-4/+4
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-1027-59/+482
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-106-1/+109
* All two more modules with __all__.Raymond Hettinger2003-05-101-0/+2
* Fix missing parenthesis.Raymond Hettinger2003-05-101-1/+1
* Fixed spacing and unbalanced brackets or parenthesis.Raymond Hettinger2003-05-105-6/+7
* Added a tool for making a rough check of LaTeX documents.Raymond Hettinger2003-05-103-0/+171
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-103-13/+101
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-103-33/+17
* Make this format again.Fred Drake2003-05-091-10/+12
* add a note about accessing user-defined functions with an import statementSkip Montanaro2003-05-091-0/+17
* Make this format again.Fred Drake2003-05-091-5/+7
* Replace line somehow deleted before last checkin.Jeremy Hylton2003-05-091-0/+1
* help with MSVC 7 support in distutilsJeremy Hylton2003-05-091-0/+1
* Variant of SF patch 614770: MSVC 7 supportJeremy Hylton2003-05-091-143/+189
* Pydoc also needs its #! line massaged. Fixes #733199.Jack Jansen2003-05-091-2/+8
* Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (andJack Jansen2003-05-093-4/+6
* - remove bogus \end{description}Fred Drake2003-05-091-3/+2
* added note about autoGILJust van Rossum2003-05-091-0/+4
* Documented the new autoGIL module.Jack Jansen2003-05-093-0/+28
* also support cmd-. in the interactive windowJust van Rossum2003-05-091-1/+25
* Simple fix forMichael W. Hudson2003-05-091-0/+5
* Suppress wartning on macfs import.Jack Jansen2003-05-091-0/+2
* Only look for krb5.h if ssl.h was found.Martin v. Löwis2003-05-091-4/+5
* Declare encoding. Use unsigned long constants. Fixes #728277.Martin v. Löwis2003-05-091-3/+3
* add explicit support for cancelling a running script (CFM-based MacPython had...Just van Rossum2003-05-091-2/+25
* more dead code removalJust van Rossum2003-05-091-32/+2
* dead code removalJust van Rossum2003-05-091-33/+6
* Patch #734118: Add {get|set}busywaitinterval.Martin v. Löwis2003-05-092-2/+46
* Yet another addition to [731644]: only use the lock if thread-supportJust van Rossum2003-05-091-2/+2
* Addition to [731644]: also use the lock when using the getaddrinfoJust van Rossum2003-05-091-2/+2
* [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protectJust van Rossum2003-05-091-10/+45