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
*
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
*
Rewrite normcase() using string.translate...
Guido van Rossum
1997-08-12
1
-14/+6
*
Treat all HTTP/1.* versions the same.
Guido van Rossum
1997-08-12
1
-2/+2
*
Two changes:
Guido van Rossum
1997-08-11
1
-14/+13
*
Renamed Py_input_hook to PyOS_InputHook.
Guido van Rossum
1997-08-11
4
-9/+9
*
Rewrite using class, to make waiting for processes possible;
Guido van Rossum
1997-08-11
1
-31/+79
*
Changed indents to 4 *spaces*; added Emacs variables to avoid
Guido van Rossum
1997-08-10
1
-241/+245
*
Support using -p/-P to point to the source/build directory instead of
Guido van Rossum
1997-08-10
1
-12/+32
*
#Fixed two byte-compiler errors
Barry Warsaw
1997-08-09
1
-2/+2
*
#Checkpointing X/Emacs 20'fication of this mode.
Barry Warsaw
1997-08-09
1
-210/+231
*
Added O_BINARY and O_TEXT (for Windows).
Guido van Rossum
1997-08-08
1
-0/+6
*
More emphasis on os.environ's calling of putenv; and added hint about
Guido van Rossum
1997-08-08
2
-8/+28
*
#Bumping to version 3.0
Barry Warsaw
1997-08-08
1
-2/+1
*
mkalias() now has an optional third parameter to create relative
Jack Jansen
1997-08-08
1
-2/+7
*
- Added classes to support class/property generation by gensuitemodule
Jack Jansen
1997-08-08
3
-17/+111
*
Added (dummy) PyOS_FiniInterrupts
Jack Jansen
1997-08-08
1
-0/+5
*
Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and
Jack Jansen
1997-08-08
1
-21/+9
*
New version number, new tk resources, new error numbers, new GUSI
Jack Jansen
1997-08-08
7
-4316/+4819
*
Don't define ENOENT when compiling with MSL
Jack Jansen
1997-08-08
1
-2/+0
*
CW11 projects replaced by CW Pro 1 projects, and all cfm68k/ppc
Jack Jansen
1997-08-08
75
-16936/+9494
*
Modified for CW Pro 1 projects. Convention used: .mu files are old
Jack Jansen
1997-08-08
3
-56/+70
*
Generate class, property and comparison code (finally!). The resulting
Jack Jansen
1997-08-08
1
-41/+201
*
Remove unised variable
Guido van Rossum
1997-08-07
1
-1/+0
*
Rather unsatisfactory temporary hack to get it to run
Guido van Rossum
1997-08-07
1
-0/+10
*
Got the new structure working with MSVC 4.2.
Guido van Rossum
1997-08-07
5
-3283/+155
*
New version of Vladimir Marangozov's AIX hacks -- simpler etc.
Guido van Rossum
1997-08-06
7
-561/+30
*
--with-readline is obsolete (and some editorial stuff in README)
Guido van Rossum
1997-08-05
4
-327/+241
*
Got rid of --with-readline, at last.
Guido van Rossum
1997-08-05
1
-59/+4
*
Attempt to import readline at interactive startup.
Guido van Rossum
1997-08-05
1
-0/+8
*
Move GNU readline interface to ../Modules/readline.c.
Guido van Rossum
1997-08-05
1
-78/+3
*
New mechanism for GNU readline interface, via module
Guido van Rossum
1997-08-05
3
-9/+135
*
Add test for function comparisons
Guido van Rossum
1997-08-05
2
-0/+36
*
Fix bug in comparing function objects detected by Sjoerd:
Guido van Rossum
1997-08-05
1
-3/+9
*
Get READABLE c.s. from _tkinter instead of conditional definition.
Guido van Rossum
1997-08-05
2
-24/+12
*
Add a cast to the call to _Py_Dealloc in the expanded version of
Guido van Rossum
1997-08-05
1
-2/+2
*
Add pointer to new BSDDB module.
Guido van Rossum
1997-08-05
1
-0/+3
*
purported linux portability patch (Oliver Andrich)
Guido van Rossum
1997-08-05
1
-0/+4
*
Py_Cleanup() is now Py_Finalize().
Guido van Rossum
1997-08-05
1
-1/+1
*
Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini()
Guido van Rossum
1997-08-05
1
-36/+43
[next]