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
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
30
-109/+4
*
Add fallback argument to translation(). Set fallback to 1 for install().
Martin v. Löwis
2002-01-11
1
-2/+5
*
Added item about the webbrowser security fix.
Fred Drake
2002-01-10
1
-0/+10
*
Fix webbrowser.py security bug: be more careful about what we pass to
Fred Drake
2002-01-07
1
-12/+15
*
Initialize err_ret with filename if available. Fixes #498828.
Martin v. Löwis
2002-01-05
1
-5/+5
*
Time2Internaldate(): Call isinstance() once for each of the type tests
Fred Drake
2002-01-05
1
-4/+4
*
Check for time.struct_time in addition to tuples. Use 3 characters
Martin v. Löwis
2002-01-05
1
-5/+5
*
Implement PyObject_DelItemString. Fixes #498915.
Martin v. Löwis
2002-01-05
2
-0/+26
*
Do not mask the name of a built-in function in example code.
Fred Drake
2002-01-05
1
-1/+1
*
Fix indentation error in example from the Tkinter Life Preserver.
Fred Drake
2002-01-05
1
-1/+1
*
Fix minor typo reported in SF patch #497951.
Fred Drake
2002-01-05
1
-1/+1
*
Backport gvanrossum's checkin of revision 1.20:
Michael W. Hudson
2002-01-04
1
-1/+4
*
Backport gvanrossum's checkin of revisions
Michael W. Hudson
2002-01-04
2
-5/+16
*
Add fcntl.h constants from glibc 2.2.4. Fixes #496171.
Martin v. Löwis
2001-12-28
1
-0/+70
*
Backport gvanrossum's checkin of version 1.10:
Michael W. Hudson
2001-12-28
1
-0/+2
*
Remove extend directory and tidy up README as gvanrossum did on the trunk.
Michael W. Hudson
2001-12-28
5
-58/+24
*
Backport gvanrossum's checkin of version 2.217:
Michael W. Hudson
2001-12-28
1
-1/+1
*
Backport tim_one's checkin of version 2.302:
Michael W. Hudson
2001-12-28
1
-11/+14
*
Backport of akuchling's checkin of 1.10:
Michael W. Hudson
2001-12-28
1
-1/+1
*
Backport loewis' checkin of version 1.2:
Michael W. Hudson
2001-12-28
1
-55/+182
*
Backport loewis' checkin of version 1.201:
Michael W. Hudson
2001-12-28
1
-0/+31
*
Backport Guido's checkin of version 1.61:
Michael W. Hudson
2001-12-28
1
-1/+0
*
Add note that fromfd() is Unix-specific.
Fred Drake
2001-12-28
1
-16/+20
*
Added index entries similar to some recommended by Skip, and used the word
Fred Drake
2001-12-28
1
-8/+12
*
Make this do the right thing with entries which start with the percent sign,
Fred Drake
2001-12-28
1
-30/+54
*
Added some missing index entries, noted by L. Peter Deutsch.
Fred Drake
2001-12-28
1
-0/+2
*
Fixed up some index entries.
Fred Drake
2001-12-28
2
-1/+4
*
Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are
Fred Drake
2001-12-28
1
-9/+20
*
Fix wrongly-named formal parameters in three places: begin_y was used twice
Fred Drake
2001-12-28
1
-76/+75
*
Close an improperly-closed verbatim environment.
Fred Drake
2001-12-28
1
-3/+6
*
Merge names added on the trunk (contributions are being merged as well).
Fred Drake
2001-12-28
1
-0/+2
*
Bump version info for maintenance branch.
Fred Drake
2001-12-28
2
-4/+4
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-12-28
115
-16996/+155
*
1.00 at last!
Andrew M. Kuchling
2001-12-21
1
-6/+29
*
Add a reference to the signal module to the os.kill() description.
Fred Drake
2001-12-21
1
-1/+3
*
Fix typo in httplib example.
Fred Drake
2001-12-21
1
-1/+1
*
Fix up some examples in the tutorial so we don't contradict our own
Fred Drake
2001-12-20
1
-2/+2
*
Applying r22c1 branch mods back to the trunk.
Jack Jansen
2001-12-20
8
-25/+57
*
Fix the availability statement for the spawn*() functions to reflect the
Fred Drake
2001-12-20
1
-2/+3
*
Re-commit Ping's patch to the cgi and cgitb documentation, using the
Fred Drake
2001-12-20
2
-51/+47
*
test_parseaddr_empty(): New test for assuring that
Barry Warsaw
2001-12-20
1
-0/+4
*
Update the documentation links
Andrew M. Kuchling
2001-12-20
1
-15/+6
*
Use the final patch/bug numbers
Andrew M. Kuchling
2001-12-20
1
-2/+1
*
ZZZ.
Guido van Rossum
2001-12-20
1
-0/+1
*
SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address
Guido van Rossum
2001-12-20
1
-1/+1
*
Another contributor.
Guido van Rossum
2001-12-20
1
-0/+1
*
Whitespace normalization.
Tim Peters
2001-12-20
1
-1/+0
*
Apparently it's Cygwin with a capital C.
Michael W. Hudson
2001-12-19
1
-2/+2
*
partial merge with current pythonware codebase:
Fredrik Lundh
2001-12-19
1
-3/+4
*
Fix a typo
Neal Norwitz
2001-12-19
1
-1/+1
[next]