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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variable and what looks like an ancient relic of an old
Thomas Wouters
2000-07-24
1
-7/+0
*
Create a new section of pyport.h to hold all external function declarations
Thomas Wouters
2000-07-24
3
-35/+4
*
ANSIfy a bit more.
Thomas Wouters
2000-07-24
1
-1/+1
*
Fix floattime prototype ((void), not (double))
Thomas Wouters
2000-07-24
1
-1/+1
*
ANSIfy some more forward declarations.
Thomas Wouters
2000-07-24
8
-13/+13
*
... and yet more ANSIfications...
Thomas Wouters
2000-07-24
1
-3/+4
*
ANSIfy yet another hidden function definition.
Thomas Wouters
2000-07-24
1
-5/+0
*
Fix typo in previous patch.
Thomas Wouters
2000-07-24
1
-3/+3
*
*** empty log message ***
Thomas Wouters
2000-07-24
1
-3/+3
*
Patch #100926 - Better error messages for socket exceptions on Windows. [Sli...
Mark Hammond
2000-07-24
1
-2/+78
*
-- SRE 0.9.6 sync. this includes:
Fredrik Lundh
2000-07-23
2
-1097/+1194
*
Removed all instances of RETSIGTYPE from the source code: signal
Tim Peters
2000-07-23
3
-13/+9
*
-- added code to the new Windows popen functions to make close
Fredrik Lundh
2000-07-23
1
-8/+90
*
Missed a return from a signal handler -- thanks to /F for pointing
Tim Peters
2000-07-23
1
-1/+1
*
Recent ANSIfication introduced a couple instances of
Tim Peters
2000-07-23
1
-3/+1
*
Fix prototypes generated by makesetup, so they include '(void)' rather than
Thomas Wouters
2000-07-23
2
-4/+4
*
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters
2000-07-22
10
-17/+18
*
ANSIfication: add proper prototypes to function-pointers and declarations.
Thomas Wouters
2000-07-22
1
-24/+13
*
ANSIfication of function-pointers and declarations. Also, make sure to
Thomas Wouters
2000-07-22
1
-2/+5
*
Further ANSIfication of functionpointers and declarations. Also, make sure
Thomas Wouters
2000-07-22
1
-7/+16
*
Remove unused variable.
Thomas Wouters
2000-07-22
1
-1/+0
*
Remove unused helper-function 'posix_strint'.
Thomas Wouters
2000-07-22
1
-18/+0
*
Mark Favas's fix for typos in docstrings.
Thomas Wouters
2000-07-22
1
-4/+4
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
59
-117/+103
*
added history file truncation based upon code from Johannes Zellner.
Skip Montanaro
2000-07-19
1
-0/+42
*
ANSIfy the just-checked-in isatty() wrapper.
Thomas Wouters
2000-07-19
1
-3/+1
*
new method isatty from Thomas Wouters
Skip Montanaro
2000-07-19
1
-0/+16
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
20
-36/+36
*
Implemented getdefaultlocale() for macintosh, after an idea by Fredrik.
Jack Jansen
2000-07-15
1
-2/+10
*
Move (actually copy) support for the sgi._getpty() function into
Thomas Wouters
2000-07-14
1
-5/+24
*
Use PyObject_AsFileDescriptor
Andrew M. Kuchling
2000-07-13
2
-68/+4
*
ANSI-fication (got lost in the deep seas of source forge <wink>)
Peter Schneider-Kamp
2000-07-13
1
-195/+60
*
From Sam Rushing's Medusa, via SF patch #100858: add & document
Andrew M. Kuchling
2000-07-13
1
-0/+88
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
8
-15/+15
*
Add "exceptions" to list of built-in modules for the sake of
Guido van Rossum
2000-07-12
1
-0/+1
*
Fixed up some ANSIfications.
Sjoerd Mullender
2000-07-12
2
-5/+5
*
debug_instance(): Use the same %p format directive as with
Barry Warsaw
2000-07-12
1
-6/+3
*
Convert coding style to be internally consistent and similar to the
Fred Drake
2000-07-12
1
-545/+531
*
Always use the :funcname part of the format specifier for PyArg_ParseTuple()
Fred Drake
2000-07-12
1
-5/+5
*
Fix bugs in readinst():
Andrew M. Kuchling
2000-07-12
1
-10/+25
*
Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:
Andrew M. Kuchling
2000-07-12
1
-21/+22
*
Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc().
Vladimir Marangozov
2000-07-12
1
-1/+1
*
Errare humanum est.
Peter Schneider-Kamp
2000-07-11
1
-1/+1
*
One more include of limits.h (possibly to be moved elsewhere when there is
Jack Jansen
2000-07-11
1
-0/+3
*
satisfy the -Wall: remove two unused local variables and unused ins function
Jeremy Hylton
2000-07-11
1
-13/+0
*
fixed a warning in getsockaddrlen
Peter Schneider-Kamp
2000-07-11
1
-1/+1
*
Neil Schemenauer <nascheme@enme.ucalgary.ca>:
Fred Drake
2000-07-11
1
-4/+4
*
Now that prototypes are in scope, the compiler gives legit wngs
Tim Peters
2000-07-10
1
-2/+2
*
ANSI-fication (fixed on parameter list I messed up in the patch)
Peter Schneider-Kamp
2000-07-10
1
-53/+19
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
3
-105/+35
[next]