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
*
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
*
Fix bug with \< (AMK).
Guido van Rossum
1997-08-13
1
-1/+1
*
Add try-finally to close the file after loading it in
Guido van Rossum
1997-08-13
1
-13/+16
*
Various changes by AMK, e.g. remove \e, \cX, add \v
Guido van Rossum
1997-08-13
1
-19/+22
*
Changes by AMK:
Guido van Rossum
1997-08-13
1
-1/+527
*
Add syntax for hex,octal
Guido van Rossum
1997-08-13
2
-1/+9
*
cPickle release 0.3 from Jim Fulton
Guido van Rossum
1997-08-13
3
-175/+245
*
New dialog from Fred Lundh
Guido van Rossum
1997-08-12
2
-0/+424
*
Fixes for the Mac. (Jack)
Guido van Rossum
1997-08-12
3
-5/+16
*
Changes suggested by Jim fulton:
Guido van Rossum
1997-08-12
1
-13/+10
*
Added TemporaryFile and wrapper class by Jim Fulton.
Guido van Rossum
1997-08-12
1
-2/+41
*
Added decls for stuff from myreadline.
Guido van Rossum
1997-08-12
1
-0/+5
*
Megapatch for IRIX 6 by Sjoerd.
Guido van Rossum
1997-08-12
1
-338/+1599
*
Added prototype for various finalizers.
Guido van Rossum
1997-08-12
1
-0/+13
*
Added prototype for PyGrammar_RemoveAccelerators().
Guido van Rossum
1997-08-12
1
-0/+1
*
Added buffer_info() method that returns address and length in bytes of
Guido van Rossum
1997-08-12
1
-0/+10
*
Fix mixup about PyErr_NoMemory() prototype.
Guido van Rossum
1997-08-12
1
-4/+8
*
Use string interning and caching to get speedups on the mac (Jack).
Guido van Rossum
1997-08-12
1
-1/+17
*
Use strerror on the mac if using MSL (Jack).
Guido van Rossum
1997-08-12
1
-6/+0
*
Bump MS_DLL_ID to 1.5.0.
Guido van Rossum
1997-08-12
1
-1/+1
*
Allow paths without drive specifier (Jack).
Guido van Rossum
1997-08-12
1
-4/+8
[next]