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
path:
root
/
Lib
Commit message (
Collapse
)
Author
Age
Files
Lines
*
added seekable option; save unix from lines; speed up islast()
Guido van Rossum
1995-06-22
1
-12/+24
|
*
add User-agent hdr; read and close the file upon http error
Guido van Rossum
1995-06-22
1
-3/+14
|
*
make split and splitfields, join and joinfields synonyms
Guido van Rossum
1995-06-22
2
-12/+16
|
*
make reporting unbalanced tags an overridable method
Guido van Rossum
1995-06-22
1
-2/+7
|
*
use imp.new_module(), not new.module(); and /usr/local
Guido van Rossum
1995-06-22
1
-4/+4
|
*
functions don't have a __name__ attribute
Guido van Rossum
1995-06-22
1
-1/+1
|
*
test other name variable
Guido van Rossum
1995-06-22
1
-1/+1
|
*
doctor the exception
Guido van Rossum
1995-06-22
1
-7/+14
|
*
discard endrequest(); minor stuff; rfc822 no seek flag
Guido van Rossum
1995-06-22
1
-6/+4
|
*
support <HTML>, remove <HEADER>
Guido van Rossum
1995-06-22
1
-3/+2
|
*
set softspace to 0 in __init__
Guido van Rossum
1995-06-22
1
-0/+1
|
*
add bind(0,''); better way of guessing our fully qualified hostname
Guido van Rossum
1995-06-20
1
-1/+8
|
*
Removed >From stuff
Jack Jansen
1995-06-16
1
-2/+1
|
*
two mime encoding schemes
Guido van Rossum
1995-06-14
2
-0/+226
|
*
Skip old-style 'From name time' lines at beginning of message.
Jack Jansen
1995-06-13
1
-0/+6
|
*
Backward compatibity module for constants from cl.h include file. The
Sjoerd Mullender
1995-05-17
4
-472/+520
|
|
|
|
|
values are gotten from the cl module. CL_old is there in case cl doesn't exist.
*
don't show print passwords in debug output
Guido van Rossum
1995-05-05
1
-6/+16
|
*
new release by Ken, fix handling of from
Guido van Rossum
1995-05-05
1
-6/+12
|
*
For anonymous ftp, make sure local hostname is fully qualified.
Jack Jansen
1995-05-04
1
-0/+4
|
*
Mac-specific code for setting filetype was outdated.
Jack Jansen
1995-04-23
1
-3/+3
|
*
correct typo in example
Guido van Rossum
1995-04-10
1
-1/+1
|
*
first update from Ken
Guido van Rossum
1995-04-07
1
-24/+38
|
*
call test() when run as script
Guido van Rossum
1995-04-07
1
-0/+3
|
*
original received from Ken
Guido van Rossum
1995-04-07
1
-0/+956
|
*
added Linux specific files
Guido van Rossum
1995-04-05
10
-0/+1376
|
*
added TERMIOS.py
Guido van Rossum
1995-03-31
4
-0/+772
|
*
rename debug() to set_debuglevel()
Guido van Rossum
1995-03-30
1
-1/+2
|
*
added "pystone" benchmark
Guido van Rossum
1995-03-30
1
-0/+229
|
*
optional mode, bufsize for global function open()
Guido van Rossum
1995-03-23
1
-3/+3
|
*
fix bogus hasttr usage
Guido van Rossum
1995-03-22
1
-2/+2
|
*
fix typo in tag_nextrange
Guido van Rossum
1995-03-20
2
-2/+2
|
*
add TkVersion,TclVersion; don't drop in debugger
Guido van Rossum
1995-03-17
2
-84/+40
|
*
default mode="r" and add optional bufsize
Guido van Rossum
1995-03-16
1
-2/+2
|
*
test signal module
Guido van Rossum
1995-03-16
1
-0/+50
|
*
set mac path separator to newline
Guido van Rossum
1995-03-14
1
-1/+1
|
*
add dummy base to atoi/atol; careful about negative start indices in find/count
Guido van Rossum
1995-03-14
2
-10/+22
|
*
rename copy.Error to copy.error
Guido van Rossum
1995-03-14
1
-5/+8
|
*
add execvpe -- mix of execvp and execve
Guido van Rossum
1995-03-14
1
-6/+22
|
*
fix typos in escape() and print_form()
Guido van Rossum
1995-03-14
1
-4/+4
|
*
pickle classes; add format_version, load(s)/dump(s) shortcuts
Guido van Rossum
1995-03-14
1
-16/+61
|
*
added PicklingError exception
Guido van Rossum
1995-03-09
1
-2/+9
|
*
avoid math, don't abort when overflow check fails
Guido van Rossum
1995-03-04
2
-4/+9
|
*
remove redundant backslashes; some cosnetics
Guido van Rossum
1995-03-04
2
-69/+69
|
*
raise EOFError when load() hits EOF, instead of KeyError
Guido van Rossum
1995-03-04
1
-0/+4
|
*
allow safe_import to be called with up to 4 args and check for . in name
Guido van Rossum
1995-03-02
1
-1/+3
|
*
Write track artist info if given.
Sjoerd Mullender
1995-03-01
2
-0/+4
|
*
added html parser and supporting cast
Guido van Rossum
1995-02-27
6
-0/+3014
|
*
layout changes; quote & as well
Guido van Rossum
1995-02-27
1
-6/+13
|
*
handle class exceptions
Guido van Rossum
1995-02-27
4
-9/+25
|
*
fix stupid bug (db should be dict)
Guido van Rossum
1995-02-27
1
-3/+3
|
[next]