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
*
Added logmerge.py
Guido van Rossum
1997-08-14
1
-0/+1
*
Consolidate a bunch of CVS or RCS logs read from stdin.
Guido van Rossum
1997-08-14
1
-0/+124
*
OK, reop is safe again.
Guido van Rossum
1997-08-14
1
-2/+2
*
Fixed refcount bug (thank you, Purify and AMK).
Guido van Rossum
1997-08-14
1
-0/+1
*
Several bug fixes.
Jeremy Hylton
1997-08-14
1
-52/+70
*
Added more stuff on initialization (still rudimentary)
Guido van Rossum
1997-08-14
2
-250/+866
*
Added new intro sections (incomplete); fixed various typos
Guido van Rossum
1997-08-14
2
-14/+374
*
New version (changes are so minor that I don't bother to explain them).
Guido van Rossum
1997-08-14
1
-2/+2
*
Of course, this file should be empty except for an informative comment.
Guido van Rossum
1997-08-14
1
-23/+1
*
Add a separate SRC directory and insert it in front of the path.
Guido van Rossum
1997-08-14
1
-1/+2
*
Add missing semicolon to '>'.
Guido van Rossum
1997-08-14
1
-1/+1
*
Added cvsfiles.py and treesync.py
Guido van Rossum
1997-08-14
1
-0/+2
*
Source tree synchronization tool (for Windowes, mostly)
Guido van Rossum
1997-08-14
1
-0/+200
*
Print a list of files under CVS.
Guido van Rossum
1997-08-14
1
-0/+42
*
support C++ comments
Guido van Rossum
1997-08-14
1
-1/+3
*
set LOOPS to 10000
Guido van Rossum
1997-08-14
2
-2/+2
*
Add XXX warning about fishy line
Guido van Rossum
1997-08-14
1
-0/+1
*
Use _beginthread() and _endthread() in favor of CreateThread() and
Guido van Rossum
1997-08-14
1
-16/+8
*
Added Jim Fulton's PyImport_Import(), which calls whatever
Guido van Rossum
1997-08-14
1
-0/+78
*
Added a bunch of XXX comments about things I'd like to see changed...
Guido van Rossum
1997-08-14
1
-1/+8
*
Merge Mac and Windows mods (which mostly affect the same problem -- no
Guido van Rossum
1997-08-14
1
-9/+32
*
Print `a` so encrypted text is shown in ascii, not binary.
Guido van Rossum
1997-08-14
2
-2/+2
*
Added prototype for PyImport_Import().
Guido van Rossum
1997-08-14
1
-0/+1
*
Updated platform specific notes (it is now more common to have this)
Guido van Rossum
1997-08-14
2
-8/+40
*
Added buffer_info() docs.
Guido van Rossum
1997-08-14
2
-0/+20
*
Minor typo only.
Guido van Rossum
1997-08-14
2
-4/+4
*
Add try-finally around main loop.
Guido van Rossum
1997-08-14
1
-2/+5
*
Added (commented-out) defs for use with the build tree instead of the
Guido van Rossum
1997-08-14
1
-3/+10
*
Added QNX remarks.
Guido van Rossum
1997-08-14
1
-0/+5
*
The usual
Guido van Rossum
1997-08-14
1
-191/+208
*
Don't call sys.exit() all over the place -- simply return the exit
Guido van Rossum
1997-08-14
1
-4/+4
*
Comment out use of reop.expand_escape and reop._expand until their
Guido van Rossum
1997-08-14
1
-2/+2
*
Use _Py_re_match/search instead of re_match/search; these may become
Guido van Rossum
1997-08-14
1
-2/+3
*
Fred Lundh's latest versions.
Guido van Rossum
1997-08-14
6
-22/+42
*
Add dummies for create/delete filehandles, just so that vanilla Grail
Guido van Rossum
1997-08-14
2
-0/+12
*
Documented mime_decode_header() and mime_encode_header().
Guido van Rossum
1997-08-14
2
-0/+16
*
Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() and
Guido van Rossum
1997-08-14
1
-4/+6
*
Added Windows NT instructions.
Guido van Rossum
1997-08-14
1
-3/+34
*
Changes for building under windows.
Guido van Rossum
1997-08-14
2
-9/+87
*
Many changes.
Jeremy Hylton
1997-08-13
1
-98/+82
*
Probably the last VC++ 4.2 makefile I'll check in.
Guido van Rossum
1997-08-13
1
-247/+64
*
Small changes to readme and makefile; tested for 1.5a3!
Guido van Rossum
1997-08-13
2
-6/+7
*
1.5a3 prerelease 1 from AMK
Guido van Rossum
1997-08-13
8
-114/+226
*
Must update the available space in the output buffer after
Jeremy Hylton
1997-08-13
1
-0/+3
*
removed getpath_nt.c in favor of revamped getpathp.c
Guido van Rossum
1997-08-13
1
-203/+0
*
Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which
Guido van Rossum
1997-08-13
1
-55/+222
*
Made it real. Changed locking() to work with file descriptors instead
Guido van Rossum
1997-08-13
1
-44/+134
*
Some changes to make it work on NT; add the directory where the binary
Guido van Rossum
1997-08-13
1
-2/+9
*
Moved PyWin_IsWin32s() here.
Guido van Rossum
1997-08-13
1
-1/+15
*
Remove #define main; remove vc40 from PYTHONPATH.
Guido van Rossum
1997-08-13
1
-2/+1
[next]