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
*
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
*
Renamed 'build_lib' command to 'build_clib':
Greg Ward
2000-03-02
4
-209/+7
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
20
-20/+20
*
If the "build_lib" command built any C libraries, link with them all
Greg Ward
2000-03-02
1
-3/+12
*
Added command description.
Greg Ward
2000-03-02
2
-28/+96
*
In the 'compile()' method: preserve the directory portion of source
Greg Ward
2000-03-02
1
-2/+7
*
Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R
Greg Ward
2000-03-01
1
-3/+13
*
Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when
Greg Ward
2000-03-01
1
-2/+2
*
Got rid of silly "123456789-..." lines in comments.
Guido van Rossum
2000-03-01
5
-22/+0
*
In compile/link methods: ensure that the directory we expect to be writing to
Greg Ward
2000-03-01
1
-1/+6
*
Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds
Greg Ward
2000-03-01
1
-1/+4
*
Added call to 'ensure_ready()' on the command object in
Greg Ward
2000-03-01
1
-0/+1
*
Added 'get_platform()' to construct a string that identifies the current
Greg Ward
2000-03-01
1
-1/+19
*
Build reorg:
Greg Ward
2000-03-01
1
-16/+41
*
Build reorg:
Greg Ward
2000-03-01
1
-12/+43
*
Build reorg: change 'build_dir' option to 'build_lib'.
Greg Ward
2000-03-01
1
-8/+8
*
Patch by Fred Gansevles (the module's original author).
Guido van Rossum
2000-02-29
2
-28/+58
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
37
-272/+272
*
Remove some redundant logic from walk() -- there's no need to check
Guido van Rossum
2000-02-29
1
-2/+0
*
Correct type error in getopt.error handling code.
Guido van Rossum
2000-02-29
1
-1/+1
*
Script by Tim Peters to discover illegal append() calls.
Guido van Rossum
2000-02-29
1
-0/+168
*
Fix multi-arg append().
Guido van Rossum
2000-02-29
1
-1/+1
*
Update portability information for the spawn*() functions and related
Fred Drake
2000-02-29
1
-4/+11
*
Fix a typo in a comment
Andrew M. Kuchling
2000-02-29
1
-1/+1
[next]