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 for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname
Guido van Rossum
1999-10-11
1
-1/+1
*
Jeremy writes:
Guido van Rossum
1999-10-10
1
-1/+2
*
main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise the
Barry Warsaw
1999-10-07
1
-3/+2
*
Fix PR#3, submitted by Skip Montanaro: if no space appears after the
Guido van Rossum
1999-10-06
1
-1/+1
*
In PySys_GetObject(), it's possible that tstate->interp->sysdict is
Guido van Rossum
1999-10-05
1
-0/+2
*
Add -v flag. Comment duplicate Py_Finalize().
Guido van Rossum
1999-10-05
1
-2/+8
*
Dynamic linking support for BSD/OS 4.x as suggested by Vivek Khera
Guido van Rossum
1999-10-05
2
-157/+161
*
AskString always set the dialog id to 257. Fixed.
Jack Jansen
1999-10-05
1
-1/+0
*
Added has_option(); fix bug in get() which botched interpolation if
Guido van Rossum
1999-10-04
1
-1/+16
*
Urmpfh!
Guido van Rossum
1999-10-04
1
-8/+43
*
ConfigParser.read(): Don't mask IOError exceptions.
Fred Drake
1999-10-04
1
-5/+3
*
Filter 'glob()' results so we only look at regular files.
Greg Ward
1999-10-03
1
-2/+2
*
Pass 'force' flag to 'new_compiler()'.
Greg Ward
1999-10-03
1
-2/+3
*
Don't import what we don't use.
Greg Ward
1999-10-03
1
-1/+1
*
Tweaked verbosity messages for byte-compilation.
Greg Ward
1999-10-03
2
-4/+4
*
Added 'force' and 'quiet' (negative alias for 'verbose') to the
Greg Ward
1999-10-03
1
-83/+84
*
Fixed 'mkpath()' to normalize the path right off the bat -- cleans up
Greg Ward
1999-10-03
1
-5/+7
*
Hacked to support the notion of "negative alias" options, to handle
Greg Ward
1999-10-03
1
-3/+32
*
Catch up with changes in 'gen_lib_options()':
Greg Ward
1999-10-03
1
-5/+30
*
Fixed order of link options: object files now precede library stuff.
Greg Ward
1999-10-03
1
-21/+58
*
Slight change to the meaning of the 'libraries' list: if a library name
Greg Ward
1999-10-03
1
-14/+37
*
Mark Hammond writes:
Guido van Rossum
1999-10-01
1
-1/+31
*
Optionally bracket all external declarations of init functions with "ifndef"s.
Jack Jansen
1999-10-01
2
-4/+4
*
vec_longjmp added to list of "forbidden" functions in .exp file.
Jack Jansen
1999-09-30
1
-1/+1
*
CW Pro 5 projects.
Jack Jansen
1999-09-30
33
-49/+68
*
Patches by Jack Jansen: new type OptionalInBuffer allows
Guido van Rossum
1999-09-30
2
-1/+14
*
Patch by Jack Jansen to add with_ifdef option, which places #ifndef
Guido van Rossum
1999-09-30
1
-1/+5
*
Added module "ce" to list of modules known not to exist on the mac.
Jack Jansen
1999-09-30
1
-1/+1
*
Bigger buffer size for C profiler (if profiling is enabled).
Jack Jansen
1999-09-30
1
-1/+1
*
Optimization: don't try to get a tabsize resource if we know the file
Jack Jansen
1999-09-30
1
-0/+3
*
Regenerated, no significant diferences.
Jack Jansen
1999-09-30
1
-0/+12
*
Make macglue.h C++ compatible.
Jack Jansen
1999-09-30
1
-0/+7
*
Distribution files for 1.5.1c1.
Jack Jansen
1999-09-30
5
-68/+114
*
1.5.2c1 version.
Jack Jansen
1999-09-30
1
-1/+1
*
Duncan Grisby noted a typo in _DummyThread.
Guido van Rossum
1999-09-29
1
-1/+1
*
Added 'list_only' option (and modified 'run()' to respect it).
Greg Ward
1999-09-29
1
-1/+9
*
Added all documentation.
Greg Ward
1999-09-29
1
-13/+106
*
New command to generate source distribution based on a manifest file.
Greg Ward
1999-09-29
1
-0/+590
*
Added 'package' option.
Greg Ward
1999-09-29
1
-7/+44
*
Renamed 'dir' option to be consistent with other commands.
Greg Ward
1999-09-29
1
-35/+66
*
Renamed many options to be consistent across commands.
Greg Ward
1999-09-29
5
-41/+35
*
Catch up with latest changes in CCompiler:
Greg Ward
1999-09-29
1
-58/+45
*
Catch up with latest changes in CCompiler:
Greg Ward
1999-09-29
1
-10/+22
*
Added 'extra_preargs' and 'extra_postargs' parameters to most methods,
Greg Ward
1999-09-29
1
-47/+94
*
More tweaks to 'mkpath()':
Greg Ward
1999-09-29
1
-0/+5
*
Added 'ready' flag and 'ensure_ready()' method to Command: together
Greg Ward
1999-09-29
1
-28/+53
*
Patch by Tim Peters fixing PR#88:
Guido van Rossum
1999-09-27
1
-1/+7
*
Patch by Tim Peters fixing PR#89:
Guido van Rossum
1999-09-27
1
-0/+5
*
Initial checkin of IDE scripts. (jvr)
Just van Rossum
1999-09-26
19
-0/+334
*
Added support for global default font settings. (jvr)
Just van Rossum
1999-09-26
2
-23/+33
[next]