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
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverse the search order for the Don Beaudry hook so that the first
Guido van Rossum
1997-08-22
1
-4/+3
*
Added new Py_IsInitalized() API function to test the 'initialized' flag.
Guido van Rossum
1997-08-22
1
-0/+8
*
Added missing newline to warning msg
Guido van Rossum
1997-08-21
1
-1/+1
*
Use a counter instead of a Boolean to check for initialized; n calls
Guido van Rossum
1997-08-20
1
-5/+5
*
set sharedlib extensions properly for NeXT (Ted Horst)
Guido van Rossum
1997-08-16
1
-0/+2
*
Keep gcc -Wall happy
Guido van Rossum
1997-08-15
2
-3/+2
*
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
*
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
*
Remove unised variable
Guido van Rossum
1997-08-07
1
-1/+0
*
Merge Py_Cleanup() into Py_Finalize(). Call the various small Fini()
Guido van Rossum
1997-08-05
1
-36/+43
*
New rules for deleting modules. Rather than having an elaborate
Guido van Rossum
1997-08-05
1
-1/+29
*
Renamed a local label that was accidentally grandly renamed to
Guido van Rossum
1997-08-05
1
-3/+3
*
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum
1997-08-02
7
-218/+542
*
Removed fatal errors from Py_Initmodule4() (and thus from
Guido van Rossum
1997-08-02
1
-12/+12
*
Extend the "Don Beaudry hack" with "Guido's corollary" -- if the base
Guido van Rossum
1997-07-31
1
-10/+27
*
Plugged a leak. (The same as the one plugged in compile.c -- forgot
Guido van Rossum
1997-07-26
1
-0/+1
*
Plug a leak in code_dealloc() (and reordered the deallocs to match the
Guido van Rossum
1997-07-25
1
-3/+2
*
Removed some variables that are used to exchange data between import.c and
Guido van Rossum
1997-07-21
3
-14/+6
*
frozenmain.c is now also in the library,
Guido van Rossum
1997-07-19
2
-6/+2
*
Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode!
Guido van Rossum
1997-07-19
1
-7/+7
*
Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef
Guido van Rossum
1997-07-19
1
-21/+23
*
Removed a bunch of extern declarations of functions that are now
Guido van Rossum
1997-07-19
1
-7/+0
*
Make it return a _const_ char*.
Guido van Rossum
1997-07-19
3
-5/+2
*
New build procedure.
Guido van Rossum
1997-07-19
1
-9/+9
*
Tracking changes to Py_Main():
Guido van Rossum
1997-07-19
1
-18/+4
*
Moved some stuff here from main.c (part of a big restructuring - wait
Guido van Rossum
1997-07-19
1
-1/+26
*
Remove confusing usage comments at end.
Guido van Rossum
1997-07-19
1
-28/+0
*
PyEval_SaveThread() and PyEval_RestoreThread() now return/take a
Guido van Rossum
1997-07-18
1
-6/+28
*
Huge speedup by inlining some common integer operations:
Guido van Rossum
1997-07-17
1
-5/+75
*
Fix problem discovered by Greg McFarlane: when an imported module
Guido van Rossum
1997-07-10
1
-0/+7
*
Fix bug reported by Just: anonymous arguments used for tuples should
Guido van Rossum
1997-07-10
1
-1/+3
*
Add default case (standard conformance) to avoid piling up
Guido van Rossum
1997-06-02
1
-4/+4
*
Can't return 0 from void function...
Guido van Rossum
1997-05-23
1
-1/+1
*
PyObject_Compare can raise an exception now.
Guido van Rossum
1997-05-23
3
-5/+23
*
PyFile_WriteString now returns an error indicator instead of calling
Guido van Rossum
1997-05-22
2
-16/+32
*
Py_FlushLine and PyFile_WriteString now return error indicators
Guido van Rossum
1997-05-22
1
-30/+41
*
Py_FlushLine and PyFile_WriteString now return error indicators
Guido van Rossum
1997-05-22
1
-12/+24
*
DG/UX thread patches (Ross Andrus)
Guido van Rossum
1997-05-22
2
-3/+12
*
Set sys.executable to full path of python (from argv[0]).
Guido van Rossum
1997-05-22
1
-0/+4
*
Added a space in an error message
Guido van Rossum
1997-05-22
1
-1/+1
*
Don't use function prototypes in function definition headers.
Guido van Rossum
1997-05-20
1
-4/+8
*
Indent the #error directives so a classic K&R cpp doesn't see them.
Guido van Rossum
1997-05-20
1
-3/+3
*
Plug leak of stack frame object in exception handling code.
Guido van Rossum
1997-05-20
1
-9/+26
*
Logic for enabling mac-specific signal handling fixed (Jack)
Guido van Rossum
1997-05-20
1
-1/+1
*
Use #ifdef in stead of #if (Jack)
Guido van Rossum
1997-05-20
1
-1/+1
*
Add pthred-std define for Linux.
Guido van Rossum
1997-05-15
1
-0/+2
*
One last rename glitch: import_modules -> _PyImport_Modules.
Guido van Rossum
1997-05-14
3
-17/+17
*
Support for various versions of the pthread draft.
Guido van Rossum
1997-05-13
1
-12/+64
[next]