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
*
Folded long lines.
Guido van Rossum
1999-03-24
1
-9/+18
*
Added Jeremy's test code for the sha module.
Guido van Rossum
1999-03-24
2
-0/+32
*
Added Greg Stein and Andrew Kuchling's sha module.
Guido van Rossum
1999-03-24
2
-1/+610
*
Remove the temp file when we're done.
Guido van Rossum
1999-03-24
1
-1/+6
*
Conform to standard boilerplate.
Guido van Rossum
1999-03-24
1
-3/+34
*
Chris Herborth: the new compiler in R4.1 needs some new options to work...
Guido van Rossum
1999-03-24
4
-254/+266
*
Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the
Guido van Rossum
1999-03-24
1
-0/+19
*
Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code.
Guido van Rossum
1999-03-24
1
-14/+32
*
Add readlines() to _Subfile class. Not clear who would need it, but
Guido van Rossum
1999-03-24
1
-0/+13
*
Use more recent option to \pdfdest to not change the zoom factor.
Fred Drake
1999-03-24
1
-1/+1
*
use struct instead of bit-manipulate in Python
Jeremy Hylton
1999-03-23
1
-21/+3
*
Add $(EXE) to various occurrences of python so it will work on Cygwin
Guido van Rossum
1999-03-23
1
-2/+2
*
Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested!
Guido van Rossum
1999-03-23
2
-28/+46
*
Changes to allow passing an open file to the constructor (to support
Greg Ward
1999-03-23
1
-14/+13
*
Adding thread.h -- unused but for b/w compatibility.
Guido van Rossum
1999-03-22
1
-0/+62
*
Added bufferobject.c
Jack Jansen
1999-03-22
5
-0/+0
*
Add code to test for all sorts of gethostbyname_r variants,
Guido van Rossum
1999-03-22
2
-21/+315
*
Add symbols for gethostbyname_r variants (sigh).
Guido van Rossum
1999-03-22
2
-3/+27
*
Clean up pass for the previous patches.
Guido van Rossum
1999-03-22
1
-23/+35
*
Jonathan Giddy writes:
Guido van Rossum
1999-03-22
1
-8/+15
*
Fixed the flush() method of compression objects; the test for
Andrew M. Kuchling
1999-03-22
1
-12/+29
*
Added simple test for the flush() method of compression objects, trying the
Andrew M. Kuchling
1999-03-22
1
-0/+13
*
Bug reported by Tobias Thelen: missing "self." in assignment target.
Guido van Rossum
1999-03-22
1
-1/+1
*
First checkin of real Distutils command modules.
Greg Ward
1999-03-22
6
-0/+448
*
Obsolete source file -- command options are actually implemented in
Greg Ward
1999-03-22
1
-111/+0
*
First checkin of real Distutils code.
Greg Ward
1999-03-22
5
-0/+1131
*
Use an unsigned cast to avoid a warning in VC++.
Guido van Rossum
1999-03-19
1
-1/+2
*
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
[next]