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
*
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
*
(int) cast for strlen() to keep picky compilers happy.
Guido van Rossum
1997-05-13
1
-1/+1
*
Oops -- missed FloatingPointError in renaming.
Guido van Rossum
1997-05-09
1
-2/+2
*
Get rid of obsolete support for access statement.
Guido van Rossum
1997-05-09
1
-67/+0
*
Oops, missed some renamings.
Guido van Rossum
1997-05-07
3
-8/+5
*
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum
1997-05-07
5
-18/+27
*
New dir() function --
Guido van Rossum
1997-05-06
1
-22/+48
*
Keep MS compiler happy: use (int)strlen() when comparing; make sure
Guido van Rossum
1997-05-06
1
-2/+8
*
Used operators from abstract.h where possible (arithmetic operators,
Guido van Rossum
1997-05-06
1
-420/+30
*
Checkin of Jack's buffer mods.
Guido van Rossum
1997-05-05
1
-25/+89
*
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
Guido van Rossum
1997-05-05
1
-2/+2
*
Massive changes for separate thread state management.
Guido van Rossum
1997-05-05
8
-231/+630
*
Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.
Guido van Rossum
1997-05-05
1
-2/+3
*
Remove 2 out of 3 __FreeBSD__ tests.
Guido van Rossum
1997-05-05
1
-2/+2
*
Add detach call so threads are GC'ed.
Guido van Rossum
1997-04-30
1
-0/+2
*
Avoid some potential (though unlikely) sprintf buffer overflows.
Guido van Rossum
1997-04-30
1
-3/+6
*
Avoid sprintf buffer overflow if more than 9999 arguments.
Guido van Rossum
1997-04-30
1
-1/+1
*
Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even
Guido van Rossum
1997-04-29
1
-0/+6
*
Oops, forgot one: inittab.
Guido van Rossum
1997-04-29
1
-2/+2
*
Oops, forgot one: inittab.
Guido van Rossum
1997-04-29
1
-7/+7
*
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum
1997-04-29
10
-1748/+1834
*
Quickly renamed.
Guido van Rossum
1997-04-29
2
-200/+204
*
Quickly renamed. Also removed the long comment explaining why this is
Guido van Rossum
1997-04-29
1
-90/+56
*
Quickly renamed.
Guido van Rossum
1997-04-29
1
-799/+798
*
Moved to ../Modules.
Guido van Rossum
1997-04-29
1
-384/+0
*
Removed cgensupport.[co] (to ../Modules).
Guido van Rossum
1997-04-29
1
-2/+1
*
Expand one level of symbolic link in sys.argv[0] before inserting its
Guido van Rossum
1997-04-25
1
-8/+41
*
OK, ready to make 'assert' a keyword (instead of '__assert__').
Guido van Rossum
1997-04-16
1
-1/+1
*
Keep Microsoft VC happy.
Guido van Rossum
1997-04-11
1
-0/+2
*
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum
1997-04-11
5
-21/+24
*
(Jack:) On the Mac, don't automatically enable dynamic loading.
Guido van Rossum
1997-04-11
1
-8/+0
*
(Jack:) Don't define TRUE and FALSE if already defined.
Guido van Rossum
1997-04-11
1
-1/+4
*
(Jack:) On the Mac, use standard strerror() if using MSL C-library.
Guido van Rossum
1997-04-11
1
-0/+2
*
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum
1997-04-09
4
-8/+16
[next]