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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Patch #738325: Install optimized idlelib files.
Martin v. Löwis
2003-05-16
1
-0/+1
*
* Added file globbing to make it easier to check many LaTeX files.
Raymond Hettinger
2003-05-16
1
-39/+60
*
More fixes according to SF 549151:
Guido van Rossum
2003-05-16
2
-4/+13
*
Add docs for MessageBeep.
Guido van Rossum
2003-05-16
1
-0/+30
*
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
*
DB.remove() needs to set the internal DB handle to NULL after being called.
Gregory P. Smith
2003-05-15
1
-4/+1
*
Restore Python 1.5.2 compatibility.
Marc-André Lemburg
2003-05-14
1
-1/+1
*
Forward slash warnings now only occur for potentially valid LaTeX commands.
Raymond Hettinger
2003-05-14
1
-8/+8
*
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
*
[Bug #471893] Replace security material with a warning against unpickling
Andrew M. Kuchling
2003-05-14
2
-74/+31
*
document Stats.dump_stats(), new for Python 2.3
Fred Drake
2003-05-14
1
-0/+8
*
- add a dump_stats() method similar to that of the profile.Profile class
Fred Drake
2003-05-14
1
-2/+10
*
When an external application we use exits normally, exit with the same
Fred Drake
2003-05-14
1
-2/+4
*
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
*
Fix use of 'file' as a variable name.
Andrew M. Kuchling
2003-05-13
16
-107/+108
*
Add optional 'onerror' argument to os.walk(), to control error
Guido van Rossum
2003-05-13
3
-4/+24
*
Prevent script from allowing '-r12'
Andrew M. Kuchling
2003-05-13
1
-1/+1
*
Rename sum5.py to md5sum.py, because sum5.py is more interesting
Andrew M. Kuchling
2003-05-13
2
-110/+81
*
Don't use 'file' as a variable name
Andrew M. Kuchling
2003-05-13
1
-24/+17
*
[Bug #724767] Avoid use of 'file' as a variable name
Andrew M. Kuchling
2003-05-13
1
-7/+7
*
1. The command-line arguments for subprocesses no longer need to be
Tony Lownds
2003-05-13
4
-64/+35
*
[Bug #713722] Delete dangling references to unwritten sections
Andrew M. Kuchling
2003-05-13
1
-5/+2
*
[Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore.
Andrew M. Kuchling
2003-05-13
1
-7/+7
*
[Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function'
Andrew M. Kuchling
2003-05-13
1
-18/+19
*
Remove more markup from headers
Andrew M. Kuchling
2003-05-13
2
-4/+4
*
[Bug #729297] Remove markup in section headers
Andrew M. Kuchling
2003-05-13
1
-3/+3
*
[Bug #729817] Document the rexec and Bastion modules as dead
Andrew M. Kuchling
2003-05-13
3
-19/+17
*
Fix typo
Andrew M. Kuchling
2003-05-13
1
-1/+1
*
Fixed test_anydbm_creates to use proper paths for the created db.
Brett Cannon
2003-05-13
1
-5/+11
*
Fix and add reference to urllib.urlencode for parse_qsl? functions.
Brett Cannon
2003-05-13
1
-1/+5
*
* Added separate checks for matching braces.
Raymond Hettinger
2003-05-12
1
-6/+27
*
John J. Lee contributed two urllib2 patches.
Brett Cannon
2003-05-12
1
-0/+1
*
Fix broken API descriptions in comments.
Fred Drake
2003-05-12
1
-8/+7
*
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
3
-1/+7
*
Close the file after tokenizing it. Because the open file object was
Tim Peters
2003-05-12
1
-2/+5
*
cmp_type(): The grammar stopped allowing '=' as a comparison operator
Tim Peters
2003-05-12
1
-3/+2
*
Updated simple example. This should have been checked in the other
Jim Fulton
2003-05-12
1
-45/+45
*
Add a specific mention of the term "operator overloading" and add an
Fred Drake
2003-05-12
1
-1/+4
*
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
*
Fix minor typos.
Raymond Hettinger
2003-05-12
4
-5/+5
*
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
[prev]
[next]