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
*
New code for split() by Tim Peters, behaves more like posixpath.split().
Guido van Rossum
1999-03-19
2
-40/+25
*
Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if
Guido van Rossum
1999-03-19
1
-5/+17
*
Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if
Guido van Rossum
1999-03-19
1
-5/+27
*
Document new builtin buffer(). Greg Stein.
Guido van Rossum
1999-03-19
1
-0/+10
*
Added BufferType, the type returned by the new builtin buffer(). Greg Stein.
Guido van Rossum
1999-03-19
1
-0/+1
*
New builtin buffer() creates a derived read-only buffer from any
Guido van Rossum
1999-03-19
1
-0/+24
*
Added check for negative offset for PyBuffer_FromObject and check for
Guido van Rossum
1999-03-19
1
-1/+13
*
Added htmldoc, to generate the HTML for "Documenting Python".
Fred Drake
1999-03-18
1
-0/+3
*
Add "Documenting Python" to the list of processed documents.
Fred Drake
1999-03-18
1
-1/+7
*
LaTeX2HTML support for the ltxmarkup package.
Fred Drake
1999-03-18
1
-0/+51
*
Add some (commented out) macros to change the page size to the size of
Fred Drake
1999-03-18
1
-41/+35
*
Documented FTP.set_pasv().
Fred Drake
1999-03-18
1
-13/+15
*
Sjoerd Mullender writes:
Guido van Rossum
1999-03-18
1
-2/+2
*
Make this simpler; don't care about the paper size. Require that the
Fred Drake
1999-03-18
1
-4/+2
*
Sjoerd Mullender writes:
Guido van Rossum
1999-03-18
1
-0/+10
*
Remove all owner resources from template, and if no owner resource contained in
Jack Jansen
1999-03-17
1
-14/+22
*
Removed all owner resources except for "Pyth".
Jack Jansen
1999-03-17
1
-0/+0
*
Delete non-standard-conforming code in urljoin() that would use the
Guido van Rossum
1999-03-17
1
-12/+0
*
Note that abspath() was added in 1.5.2.
Fred Drake
1999-03-17
1
-0/+1
*
For some reason these files had never been checked in.
Jack Jansen
1999-03-17
5
-0/+0
*
For reasons unknown these files were never checked in to CVS.
Jack Jansen
1999-03-17
3
-0/+213
*
Add DLL level b/w compat for PySequence_In and PyEval_CallObject
Guido van Rossum
1999-03-17
2
-0/+10
*
Be sure "make" understands the "doc" target is phony.
Fred Drake
1999-03-17
1
-1/+1
*
Bug reported by Jim Robinson:
Guido van Rossum
1999-03-16
1
-4/+22
*
Fixed minor nits, added index entries to make these easier to find for people
Fred Drake
1999-03-16
2
-9/+17
*
Ignore some more files kept by mkhowto --keep.
Fred Drake
1999-03-16
2
-0/+4
*
Add support for "Documenting Python".
Fred Drake
1999-03-16
3
-3/+23
*
Removed the embedded sections showing module documentation; just
Fred Drake
1999-03-16
1
-78/+2
*
New document: "Documenting Python".
Fred Drake
1999-03-16
1
-0/+644
*
Markup for documenting LaTeX macros and environments.
Fred Drake
1999-03-16
1
-0/+24
*
Docstring fix: acosh() returns the hyperbolic arccosine, not the
Fred Drake
1999-03-16
1
-1/+1
*
Should test for gethost*by*name_r, not for gethostname_r (which
Guido van Rossum
1999-03-15
1
-1/+1
*
Patch by Rob Riggs for Linux -- glibc2 has a different argument
Guido van Rossum
1999-03-15
1
-0/+24
*
Rob Riggs wrote:
Guido van Rossum
1999-03-15
1
-2/+2
*
New mixin class that defines cmp and hash that use
Guido van Rossum
1999-03-15
1
-0/+67
*
Yet another patch by Sjoerd Mullender:
Guido van Rossum
1999-03-15
1
-2/+2
*
Added the new sections from Skip Montanaro.
Fred Drake
1999-03-15
1
-0/+2
*
Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip!
Fred Drake
1999-03-15
3
-0/+321
*
If a control has no refcon pointing back to the Python object we create a new
Jack Jansen
1999-03-13
2
-11/+75
*
Patch by Michael Scharf. He writes:
Guido van Rossum
1999-03-12
1
-0/+9
*
Bug submitted by Wayne Knowles, who writes:
Guido van Rossum
1999-03-12
1
-1/+1
*
Fixed tons of small markup problems.
Fred Drake
1999-03-12
1
-69/+74
*
Vladimir has restructured his code somewhat so that the blocks are now
Guido van Rossum
1999-03-12
2
-51/+97
*
Remove stuff with unsure copyright status
Guido van Rossum
1999-03-12
2
-108/+0
*
Change #! line to modern usage; also chmod +x
Guido van Rossum
1999-03-12
2
-2/+2
*
Change #! line to modern usage
Guido van Rossum
1999-03-12
3
-3/+3
*
Added availabililty annotations to respond to concerns of /F.
Fred Drake
1999-03-12
1
-4/+5
*
Fixed grammatical error reported by Donald Wallace Rouse II
Fred Drake
1999-03-12
1
-2/+2
*
Fixup the module keys. There were some problems with hosting / processing
Fred Drake
1999-03-12
4
-8/+6
*
Updates based on comments from /F.
Fred Drake
1999-03-12
1
-6/+23
[next]