index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add another error case to the insert test.
Walter Dörwald
2003-05-18
1
-0/+1
*
Port test_array and test_winsound to PyUnit. Enhance tests for array
Walter Dörwald
2003-05-18
3
-380/+920
*
Show Freddy the mirror
Kurt B. Kaiser
2003-05-17
1
-7/+15
*
User cStringIO instead of StringIO.
Raymond Hettinger
2003-05-17
1
-2/+2
*
Revert some changes back to dict.items made in a previous patch.
Brett Cannon
2003-05-17
1
-2/+2
*
datetime.timedelta is now subclassable in Python. The new test shows
Tim Peters
2003-05-17
1
-0/+31
*
Added icon for IDLE on OS X
Tony Lownds
2003-05-17
2
-0/+1
*
minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.
Samuele Pedroni
2003-05-17
1
-1/+2
*
datetime.datetime and datetime.time can now be subclassed in Python. Brr.
Tim Peters
2003-05-17
1
-31/+131
*
Nigel Rowe's Patch
Kurt B. Kaiser
2003-05-17
1
-5/+5
*
Noam Raphael's patch.
Kurt B. Kaiser
2003-05-17
5
-14/+52
*
simpler temp dir cleanup
Skip Montanaro
2003-05-17
1
-8/+6
*
beefed up version: jython support, covers now fixed differences between CPyth...
Samuele Pedroni
2003-05-17
1
-11/+105
*
test_subclass_date(): Beefed this up, to check that new instance
Tim Peters
2003-05-17
1
-2/+28
*
Include module name in doctest summary.
Raymond Hettinger
2003-05-17
1
-1/+1
*
Use test_support.run_doctest()
Raymond Hettinger
2003-05-17
1
-3/+3
*
Provide a clue that the doctests have run.
Raymond Hettinger
2003-05-17
1
-1/+3
*
Minor cleanups.
Raymond Hettinger
2003-05-16
1
-5/+1
*
Remove usage of re module from encodings package search function.
Marc-André Lemburg
2003-05-16
1
-4/+19
*
test_fileno(): Skip this test on Windows.
Tim Peters
2003-05-16
1
-13/+17
*
More fixes according to SF 549151:
Guido van Rossum
2003-05-16
1
-4/+8
*
Don't replace an empty line with "pass" when symbol == "eval", where
Guido van Rossum
2003-05-16
1
-1/+2
*
1. When a module is run from an EditorWindow, if its directory is not in
Kurt B. Kaiser
2003-05-15
2
-5/+19
*
1. Add a command line switch to run without the subprocess
Kurt B. Kaiser
2003-05-15
2
-18/+33
*
1. Make the startup more robust by not spawning the subprocess if IDLE
Kurt B. Kaiser
2003-05-15
1
-6/+3
*
1. Restore the capability to run and debug without a subprocess.
Kurt B. Kaiser
2003-05-15
3
-54/+98
*
Restore Python 1.5.2 compatibility.
Marc-André Lemburg
2003-05-14
1
-1/+1
*
On Windows the subprocess was not exiting during a restart.
Kurt B. Kaiser
2003-05-14
1
-0/+2
*
defer re module imports to help improve interpreter startup
Skip Montanaro
2003-05-14
1
-1/+4
*
- add a dump_stats() method similar to that of the profile.Profile class
Fred Drake
2003-05-14
1
-2/+10
*
Fleshed out tests for urllib requiring a network connection.
Brett Cannon
2003-05-14
1
-3/+123
*
Call time.tzset (if available) just before calculating possible timezones fro...
Brett Cannon
2003-05-13
1
-0/+4
*
Add optional 'onerror' argument to os.walk(), to control error
Guido van Rossum
2003-05-13
1
-3/+12
*
1. The command-line arguments for subprocesses no longer need to be
Tony Lownds
2003-05-13
4
-64/+35
*
Fixed test_anydbm_creates to use proper paths for the created db.
Brett Cannon
2003-05-13
1
-5/+11
*
Whitespace normalization.
Tim Peters
2003-05-12
7
-25/+24
*
Effectively renamed tokenize_tests.py to have a txt extension instead.
Tim Peters
2003-05-12
2
-1/+1
*
Close the file after tokenizing it. Because the open file object was
Tim Peters
2003-05-12
1
-2/+5
*
Remove assert that checked if a parameter was an instance of Request. Closes...
Brett Cannon
2003-05-12
1
-1/+0
*
Change Request.add_header to call string.capitalize in order to normalize
Brett Cannon
2003-05-12
1
-7/+8
*
Update for SF 71033 and changes to subprocess threading
Kurt B. Kaiser
2003-05-12
1
-1/+13
*
1. RemoteDebugger now runs user code in subprocess MainThread
Kurt B. Kaiser
2003-05-12
3
-54/+61
*
Beefed up timezone support. UTC and GMT are now always recognized timezones
Brett Cannon
2003-05-11
2
-12/+29
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
13
-23/+27
*
All two more modules with __all__.
Raymond Hettinger
2003-05-10
1
-0/+2
*
[ SF 710733 - Martin v. Loewis] Improving source encoding dialog
Kurt B. Kaiser
2003-05-10
3
-13/+101
*
1. Update debugger to not trace RPC code even when calling Queue and
Kurt B. Kaiser
2003-05-10
3
-33/+17
*
Replace line somehow deleted before last checkin.
Jeremy Hylton
2003-05-09
1
-0/+1
*
Variant of SF patch 614770: MSVC 7 support
Jeremy Hylton
2003-05-09
1
-143/+189
*
1. Implement processing of user code in subprocess MainThread. Pass loop
Kurt B. Kaiser
2003-05-08
4
-193/+267
[next]