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
*
Override the Undo delegator to forbid any changes before the I/O mark.
Guido van Rossum
2000-03-07
1
-0/+24
*
replace : with =
Jeremy Hylton
2000-03-07
1
-2/+2
*
rename the global IdleConfParser object from IdleConf to idleconf
Jeremy Hylton
2000-03-07
1
-4/+4
*
rename the global IdleConfParser object from IdleConf to idleconf
Jeremy Hylton
2000-03-07
5
-48/+40
*
Tweak the goto file/line command (in the right button menu in PyShell
Guido van Rossum
2000-03-07
1
-14/+25
*
Patch by Moshe Zadka: remove the string special case in
Guido van Rossum
2000-03-07
1
-18/+0
*
Patch by Moshe Zadka: move the string special case from abstract.c
Guido van Rossum
2000-03-07
1
-0/+22
*
Add tests for char in string -- including required exceptions for
Guido van Rossum
2000-03-07
1
-0/+23
*
Sjoerd Mullender:
Guido van Rossum
2000-03-07
1
-1/+1
*
Added a bunch of TODO items that recently came up in the idle-dev list.
Guido van Rossum
2000-03-07
1
-40/+94
*
If we're in the current input and there's only whitespace beyond the
Guido van Rossum
2000-03-07
1
-0/+5
*
Fixed inet_ntoa() docstring.
Fred Drake
2000-03-07
1
-1/+1
*
Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me):
Greg Ward
2000-03-07
1
-0/+11
*
Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'.
Greg Ward
2000-03-07
1
-0/+22
*
Added 'native_path()' for use on pathnames from the setup script: split on
Greg Ward
2000-03-07
1
-0/+28
*
Added '_nt_quote_args()' to deal with whitespace in command-line arguments
Greg Ward
2000-03-07
1
-5/+22
*
test_contains output
Guido van Rossum
2000-03-06
1
-0/+1
*
Test cases for __contains__ code, by Moshe Zadka.
Guido van Rossum
2000-03-06
1
-0/+41
*
Sjoerd Mullender:
Guido van Rossum
2000-03-06
1
-15/+21
*
compiler command-line interface moved here from compiler.pycodegen
Jeremy Hylton
2000-03-06
1
-0/+25
*
import compile function form pycodegen
Jeremy Hylton
2000-03-06
2
-0/+8
*
rename compile.py to pycodegen.py
Jeremy Hylton
2000-03-06
2
-352/+50
*
add a doc string
Jeremy Hylton
2000-03-06
2
-0/+40
*
fix import to refer to compiler package
Jeremy Hylton
2000-03-06
2
-2/+2
*
revise arguments for addCode method on lnotab. take several numbers
Jeremy Hylton
2000-03-06
2
-20/+26
*
change node Classdef to Class
Jeremy Hylton
2000-03-06
4
-48/+50
*
factor out the tree walking/visitor code that was in compile.py
Jeremy Hylton
2000-03-06
2
-0/+254
*
Defer all the work to idle.py, which has recently become too
Guido van Rossum
2000-03-06
1
-2/+1
*
Allow None as TimeBase value in TimeValue records (becomes NULL in C structure,
Jack Jansen
2000-03-06
2
-10/+26
*
string_join(): Fix memory leaks discovered by Charles Waldman (and a
Barry Warsaw
2000-03-06
1
-5/+15
*
In getdef(), don't die when the section doesn't exist.
Guido van Rossum
2000-03-06
1
-2/+2
*
Don't use 1.6-isms (s.startswith()) -- we want to distribute this
Guido van Rossum
2000-03-06
2
-4/+4
*
Rewrote 'newer_pairwise(): more natural (and incompatible) interface,
Greg Ward
2000-03-06
1
-12/+13
*
Serious overhaul of the C compiler interface and the two classes that
Greg Ward
2000-03-06
3
-362/+400
*
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
Greg Ward
2000-03-06
1
-1/+0
*
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
Greg Ward
2000-03-06
1
-3/+4
*
superceded by IdleConf/config.txt
Jeremy Hylton
2000-03-03
1
-19/+0
*
migrate to use of IdleConf and config files to set options
Jeremy Hylton
2000-03-03
6
-86/+51
*
default to cwd if os.environ['HOME'] does not exist
Jeremy Hylton
2000-03-03
1
-2/+6
*
a ConfigParser for idle and three configuration files
Jeremy Hylton
2000-03-03
4
-0/+187
*
allow comments beginning with ; in key: value as well as key = value
Jeremy Hylton
2000-03-03
1
-1/+1
*
Fixed parameters to a few time and timebase calls: InOut parameters were
Jack Jansen
2000-03-03
2
-12/+25
*
Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at
Jack Jansen
2000-03-03
2
-0/+96
*
Added methods getdata() and putdata() to obtain the data in a bitmap.
Jack Jansen
2000-03-03
2
-0/+68
*
Patch by Tim Peters:
Guido van Rossum
2000-03-03
1
-9/+11
*
Typo fix.
Greg Ward
2000-03-03
1
-1/+1
*
Fixed 'mkpath()' to accept empty string silently (it's just the current dir).
Greg Ward
2000-03-03
1
-9/+11
*
paren matching extension. warning: in current version of IDLE, can
Jeremy Hylton
2000-03-02
1
-0/+193
*
A module to parse/generate MediaDescription handles as used by QuickTime. Only
Jack Jansen
2000-03-02
1
-0/+97
*
Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError
Guido van Rossum
2000-03-02
1
-1/+1
[next]