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
*
Further ANSIfication of functionpointers and declarations. Also, make sure
Thomas Wouters
2000-07-22
1
-7/+16
*
ANSIfy as many declarations as possible.
Thomas Wouters
2000-07-22
5
-7/+8
*
Remember to return something if RETSIGTYPE is not 'void'. Do we still need
Thomas Wouters
2000-07-22
1
-0/+3
*
ANSIfications: fix empty arglists, and remove the checks for
Thomas Wouters
2000-07-22
6
-34/+3
*
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters
2000-07-22
14
-145/+109
*
Mass ANSIfication.
Thomas Wouters
2000-07-22
16
-330/+123
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
45
-1526/+704
*
Fix two instances of empty argument lists, and fix style
Thomas Wouters
2000-07-22
1
-79/+78
*
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
*
Added a few docstrings
Paul Prescod
2000-07-21
1
-0/+7
*
Added docstrings
Paul Prescod
2000-07-21
1
-5/+71
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
59
-117/+103
*
Small fixes by Petru Paler (patch #100946) checked in with esr's approval.
Thomas Wouters
2000-07-21
1
-2/+2
*
added doc for isatty()
Skip Montanaro
2000-07-19
1
-0/+6
*
restructured a bit and added some more content...
Skip Montanaro
2000-07-19
1
-53/+142
*
make TestFailed a class exception
Skip Montanaro
2000-07-19
1
-1/+2
*
added rewritten normpath from Moshe Zadka that does the right thing with
Skip Montanaro
2000-07-19
1
-23/+18
*
added documentation for new functions {get,set}_history_length
Skip Montanaro
2000-07-19
1
-0/+11
*
added history file truncation based upon code from Johannes Zellner.
Skip Montanaro
2000-07-19
1
-0/+42
*
Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)
Thomas Wouters
2000-07-19
2
-10/+8
*
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
*
'carb' resource for carbon application.
Jack Jansen
2000-07-18
1
-0/+15
*
Some thanks weren't checked in yet.
Jack Jansen
2000-07-18
1
-2/+2
*
MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (...
Jack Jansen
2000-07-18
2
-1/+17
*
Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined.
Jack Jansen
2000-07-18
1
-0/+3
*
no changes other than indentation level (now 4) and comment reflow.
Greg Stein
2000-07-18
3
-1218/+1227
*
Fixed problems with UTF error reporting macros and some formatting bugs.
Marc-André Lemburg
2000-07-17
1
-45/+64
*
Restore PyXXX_Length() APIs for binary compatibility.
Marc-André Lemburg
2000-07-17
2
-6/+42
*
gcc is being stupid with if/else constructs
Greg Stein
2000-07-17
1
-6/+14
*
* split on / or \
Skip Montanaro
2000-07-17
1
-3/+5
*
damn! cut-n-paste from ntpath forgot the "import re"
Skip Montanaro
2000-07-17
1
-0/+1
*
* split on / or \
Skip Montanaro
2000-07-17
1
-6/+3
*
At GVR's request.
Paul Prescod
2000-07-16
1
-344/+0
*
stop messing around with goto and just write the macro correctly.
Greg Stein
2000-07-16
1
-7/+6
*
Online help facility for the Python interprter and other interactive
Paul Prescod
2000-07-16
1
-0/+344
*
More of Rob W. W. Hooft's spelling fixes. The only ones left now are the
Thomas Wouters
2000-07-16
5
-12/+12
*
Rob W. W. Hooft's spelling fixes for the Library Reference. I hope
Thomas Wouters
2000-07-16
61
-92/+92
*
- change \x to mean "byte" also in unicode literals
Fredrik Lundh
2000-07-16
1
-3/+5
*
Fix fatal compiler (MSVC6) error:
Tim Peters
2000-07-16
1
-0/+1
*
split and join on "/" in commonprefix
Skip Montanaro
2000-07-16
1
-6/+3
*
Fix to a bug found by Florian Weimer:
Marc-André Lemburg
2000-07-16
1
-1/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
102
-184/+184
*
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
Thomas Wouters
2000-07-16
2
-2/+2
*
Implemented getdefaultlocale() for macintosh, after an idea by Fredrik.
Jack Jansen
2000-07-15
1
-2/+10
*
Modified the standard mac preamble so we include pymactoolbox.h in
Jack Jansen
2000-07-15
1
-35/+1
*
ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the
Jack Jansen
2000-07-15
1
-0/+1
*
Oops, forgot to run autoheader before checking in the _getpty move to
Thomas Wouters
2000-07-15
1
-0/+3
[next]