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 PR117. The error message is "keywords must be strings". Perhaps
Guido van Rossum
1999-10-26
1
-0/+5
*
Don't assume GNU tar -- generate tar file and compress in separate steps.
Greg Ward
1999-10-23
1
-12/+23
*
Removed massive comment speculating about needlessly complex variations
Greg Ward
1999-10-23
1
-139/+0
*
Qualified use of 'newer_group' function.
Greg Ward
1999-10-23
1
-1/+1
*
Fix how we run 'zip' -- give explicit .zip extension.
Greg Ward
1999-10-23
1
-1/+1
*
Documented Beep() function.
Fred Drake
1999-10-22
1
-3/+13
*
In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just
Guido van Rossum
1999-10-22
1
-2/+10
*
Module/script to parse the reference count data file and make the
Fred Drake
1999-10-20
1
-0/+95
*
Added note that Skip created the initial version of this file.
Fred Drake
1999-10-20
1
-17/+14
*
Initial version as provided by Skip Montanaro <skip@mojam.com>.
Fred Drake
1999-10-20
1
-0/+906
*
Fix PR#107: wm_colormapwindows() did the wrong thing when presented
Guido van Rossum
1999-10-20
1
-1/+3
*
Test output.
Guido van Rossum
1999-10-19
1
-0/+28
*
Rewritten -- this now tests the binascii *except* for the binhex
Guido van Rossum
1999-10-19
1
-44/+85
*
Test output for test_binhex.py.
Guido van Rossum
1999-10-19
1
-0/+1
*
Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly
Guido van Rossum
1999-10-19
1
-18/+69
*
This test really only tests the binhex module.
Guido van Rossum
1999-10-19
1
-2/+2
*
John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3
Guido van Rossum
1999-10-19
1
-0/+5
*
Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call
Guido van Rossum
1999-10-19
1
-0/+2
*
print a warning if the password will be echoed.
Jeremy Hylton
1999-10-18
1
-22/+26
*
Fixed PR#106: winfo_visualsavailable() with the includeids=1 option
Guido van Rossum
1999-10-18
1
-3/+5
*
Fix for PR#111: when using the inplace option, give the new file the
Guido van Rossum
1999-10-18
1
-3/+15
*
Fixed typo in explanation of abspath(); noticed by Paul Prescod
Fred Drake
1999-10-18
1
-1/+1
*
os.fork raises AttributeError, not NameError, if fork() isn't
Fred Drake
1999-10-18
1
-1/+1
*
Based on comments from Paul Prescod:
Fred Drake
1999-10-16
1
-2/+11
*
Mainlining the string_methods branch. See branch revision log
Barry Warsaw
1999-10-12
9
-1022/+1818
*
update to use threading module instead of thread.
Jeremy Hylton
1999-10-12
1
-4/+4
*
fixed a typo in a docstring, and slightly expanded the module
Barry Warsaw
1999-10-12
1
-3/+2
*
Fix PR#66. Solution: add error checking around l_divmod() calls in
Guido van Rossum
1999-10-11
1
-4/+18
*
Fix PR#31 -- zfill() mishandles empty string.
Guido van Rossum
1999-10-11
1
-1/+1
*
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
[prev]
[next]