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
*
Update import library name on windows.
Thomas Heller
2004-12-01
1
-2/+2
*
Make the example server code clearer; add the corresponding example client. ...
Andrew M. Kuchling
2004-12-01
1
-5/+36
*
Running the pre-install or post-install script did not work when
Thomas Heller
2004-12-01
1
-3/+6
*
- fix up internal hyperlink generation in PDF formatting so that links at
Fred Drake
2004-12-01
1
-8/+17
*
- bump version number for "What's New" document
Fred Drake
2004-12-01
1
-2/+2
*
Continue the post-release mechanics; we need a "What's New" document
Fred Drake
2004-12-01
1
-0/+156
*
Fix nit.
Raymond Hettinger
2004-12-01
1
-1/+1
*
Mention getservbyport(). There's no patch number in the CVS log, so I assume...
Andrew M. Kuchling
2004-12-01
1
-3/+4
*
Bump version number
Andrew M. Kuchling
2004-12-01
1
-1/+1
*
Remove mention of Template being a subclass of unicode
Andrew M. Kuchling
2004-12-01
1
-5/+3
*
[Patch #1076365] Correction of name of Template class; add contributor
Andrew M. Kuchling
2004-12-01
1
-2/+3
*
Bump version number to 2.5.
Martin v. Löwis
2004-11-30
2
-21/+32
*
Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...
Peter Astrand
2004-11-30
2
-0/+14
*
Corrected example for replacing shell pipeline. Fixes bug 1073790.
Peter Astrand
2004-11-30
2
-2/+2
*
Update release date.
Andrew M. Kuchling
2004-11-30
1
-2/+2
*
Hear the #error: change the default value of the mutable_arg argument
Michael W. Hudson
2004-11-30
2
-16/+4
*
post 2.4 release machinations
Anthony Baxter
2004-11-30
1
-3/+3
*
whoops!
Anthony Baxter
2004-11-30
1
-2/+2
*
This commit was manufactured by cvs2svn to create tag 'r24'.
v2.4
cvs2svn
2004-11-30
1
-0/+1
*
update gcc ref
Anthony Baxter
2004-11-30
1
-1/+1
*
doodedoodedoo on the way to 2.4 final
Anthony Baxter
2004-11-30
2
-42/+6
*
REVERT revision 1.260; the trunk is FROZEN.
Fred Drake
2004-11-29
1
-1/+1
*
Bump buildno for 2.4 release
Martin v. Löwis
2004-11-29
2
-3/+5
*
Fix a nit.
Raymond Hettinger
2004-11-29
1
-1/+1
*
Fix argument order in pure python version of nsmallest() and nlargest().
Raymond Hettinger
2004-11-29
2
-4/+7
*
RFC 2822 describes the characters allowed in a header field name. Conform to
Barry Warsaw
2004-11-29
2
-1/+19
*
preparing for 2.4 final (wooooooo!)
Anthony Baxter
2004-11-29
3
-5/+5
*
There's likely nothing more to do to the email package before Python 2.4 is
Barry Warsaw
2004-11-29
1
-1/+1
*
Whitespace normalization.
Tim Peters
2004-11-28
1
-6/+6
*
Fix for SF bug #1072623. When the last line of the input string does not end
Barry Warsaw
2004-11-28
2
-1/+16
*
Fix typo in comment.
Walter Dörwald
2004-11-25
1
-1/+1
*
Fix typo.
Raymond Hettinger
2004-11-25
1
-1/+1
*
Clarify the ordering of dictionary keys.
Raymond Hettinger
2004-11-25
1
-2/+4
*
Make sure the money formatting recipe can doesn't run out of digits
Raymond Hettinger
2004-11-25
1
-8/+14
*
Rename a static variable "history_length" to "_history_length".
Hye-Shik Chang
2004-11-25
1
-6/+6
*
Following a LtU thread, change introductory paragraph of decimal section
Andrew M. Kuchling
2004-11-25
1
-7/+9
*
SF patch #1071739 (by Christos Georgiou)
Fredrik Lundh
2004-11-24
1
-4/+9
*
add missing dependency
Fred Drake
2004-11-24
1
-0/+1
*
SF bug #1071588 coercing decimal to int doesn't work between -1 and 1
Raymond Hettinger
2004-11-24
2
-11/+11
*
SF bug #1071566: moneyfmt recipe in decimal documentation has error
Raymond Hettinger
2004-11-24
1
-1/+3
*
Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the
Brett Cannon
2004-11-24
1
-1/+3
*
Hye-Shik Chang's fix for Bug 875692.
Kurt B. Kaiser
2004-11-23
2
-0/+19
*
Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there
Johannes Gijsbers
2004-11-23
1
-1/+5
*
os.walk(): Changed the "sum of bytes consumed by files" example to use
Tim Peters
2004-11-22
1
-1/+1
*
SF bug 1071087: os.walk example for deleting a full tree is sometime wrong.
Tim Peters
2004-11-22
1
-5/+5
*
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg
2004-11-22
4
-7/+25
*
Include site-packages directory.
Martin v. Löwis
2004-11-21
1
-0/+1
*
Add 'linux2' as one of the platforms that does not use the echo service as one
Brett Cannon
2004-11-20
1
-1/+2
*
Fixed quantize syntax.
Facundo Batista
2004-11-20
1
-1/+1
*
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
Kurt B. Kaiser
2004-11-19
3
-2/+12
[next]