summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Don't replace an empty line with "pass" when symbol == "eval", whereGuido van Rossum2003-05-161-1/+2
* 1. When a module is run from an EditorWindow, if its directory is not inKurt B. Kaiser2003-05-152-5/+19
* 1. Add a command line switch to run without the subprocessKurt B. Kaiser2003-05-152-18/+33
* 1. Make the startup more robust by not spawning the subprocess if IDLEKurt B. Kaiser2003-05-151-6/+3
* 1. Restore the capability to run and debug without a subprocess.Kurt B. Kaiser2003-05-153-54/+98
* Restore Python 1.5.2 compatibility.Marc-André Lemburg2003-05-141-1/+1
* On Windows the subprocess was not exiting during a restart.Kurt B. Kaiser2003-05-141-0/+2
* defer re module imports to help improve interpreter startupSkip Montanaro2003-05-141-1/+4
* - add a dump_stats() method similar to that of the profile.Profile classFred Drake2003-05-141-2/+10
* Fleshed out tests for urllib requiring a network connection.Brett Cannon2003-05-141-3/+123
* Call time.tzset (if available) just before calculating possible timezones fro...Brett Cannon2003-05-131-0/+4
* Add optional 'onerror' argument to os.walk(), to control errorGuido van Rossum2003-05-131-3/+12
* 1. The command-line arguments for subprocesses no longer need to beTony Lownds2003-05-134-64/+35
* Fixed test_anydbm_creates to use proper paths for the created db.Brett Cannon2003-05-131-5/+11
* Whitespace normalization.Tim Peters2003-05-127-25/+24
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-122-1/+1
* Close the file after tokenizing it. Because the open file object wasTim Peters2003-05-121-2/+5
* 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
* 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
* Beefed up timezone support. UTC and GMT are now always recognized timezonesBrett Cannon2003-05-112-12/+29
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-1013-23/+27
* All two more modules with __all__.Raymond Hettinger2003-05-101-0/+2
* [ 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
* Replace line somehow deleted before last checkin.Jeremy Hylton2003-05-091-0/+1
* Variant of SF patch 614770: MSVC 7 supportJeremy Hylton2003-05-091-143/+189
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-084-193/+267
* Bump version numberBarry Warsaw2003-05-081-1/+1
* A couple of new parsedate test cases.Barry Warsaw2003-05-081-0/+10
* parsedate_tz(): Be slightly more lenient when there's no day of theBarry Warsaw2003-05-081-3/+2
* Clarify the dedent() example a bit by indenting the input lines unevenly.Greg Ward2003-05-081-4/+4
* Minor clarification of dedent().Greg Ward2003-05-081-3/+3
* Add DedentTestCase to test dedent() function.Greg Ward2003-05-081-3/+68
* SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):Greg Ward2003-05-081-0/+42
* Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).Greg Ward2003-05-081-3/+20
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-071-4/+4
* SF #596434: tweak wordsep_re so the definition of an em-dash isGreg Ward2003-05-071-1/+1
* SF #596434: add test_funky_parens() to probe some more of the trickyGreg Ward2003-05-071-3/+19
* SF #726446: raise ValueError if width <= 0.Greg Ward2003-05-071-0/+2
* SF #726446: ensure wrap() raises ValueError when width <= 0.Greg Ward2003-05-071-0/+6
* detect old version 2 hash files and return "bsddb185" as the appropriateSkip Montanaro2003-05-061-3/+4
* don't need to worry about file endiannessSkip Montanaro2003-05-061-1/+0
* Data file for bsddb185 testSkip Montanaro2003-05-061-0/+0
* test case for bsddb185 moduleSkip Montanaro2003-05-061-0/+40
* the new bsddb185 module is an expected skip on most platforms (this may notSkip Montanaro2003-05-061-0/+12
* add not-yet-supported Unicode test just so it doesn't get lost.Skip Montanaro2003-05-061-0/+20
* Allow for Version, Flavor and Download-URL not being set.Jack Jansen2003-05-061-3/+3
* When doing a forced install of a package depending on a pseudo-packageJack Jansen2003-05-061-1/+6