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
*
Add the same _keep_alive patch (by Michael Scharff) that was added to
Guido van Rossum
1997-09-03
1
-0/+19
*
Fix the bug Jeremy was experiencing: both the close() and the
Guido van Rossum
1997-09-03
1
-4/+19
*
Define BUILDNO in macbuildno.h (incremented by fullbuild)
Jack Jansen
1997-09-01
2
-0/+3
*
Can't remember...
Jack Jansen
1997-09-01
1
-13/+2
*
Added GetTicks() here, so profiling can use a decent timer
Jack Jansen
1997-09-01
1
-0/+9
*
Fullbuild now maintains BUILDNO for mac builds
Jack Jansen
1997-09-01
2
-15/+35
*
Names changed
Jack Jansen
1997-09-01
2
-38/+38
*
#typo
Guido van Rossum
1997-08-30
1
-1/+1
*
Document newly revamped site configuration mechanism.
Guido van Rossum
1997-08-30
2
-38/+126
*
Added docs for 'user' customization module. Renamed libuser.tex
Guido van Rossum
1997-08-30
5
-3/+126
*
Inline PyObject_CallObject (Marc-Andre Lemburg).
Guido van Rossum
1997-08-30
2
-1/+9
*
Added os.altsep; this is '/' on DOS/Windows, and None on systems with
Guido van Rossum
1997-08-29
2
-4/+16
*
Write out the dynamic OS choice, to avoid exec statements.
Guido van Rossum
1997-08-29
1
-51/+66
*
Added -X option to suppress default import of site.py. Also split the
Guido van Rossum
1997-08-29
1
-5/+13
*
Added NoSite flag.
Guido van Rossum
1997-08-29
1
-0/+1
*
Two independent changes (oops):
Guido van Rossum
1997-08-29
1
-4/+35
*
New site.py semantics. Searches in
Guido van Rossum
1997-08-29
1
-28/+103
*
Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so
Barry Warsaw
1997-08-29
1
-2/+3
*
Removed obsolete exception PyExc_AccessError.
Barry Warsaw
1997-08-29
1
-43/+171
*
Added Py_UseClassExceptionsFlag, the variable containing the state of
Barry Warsaw
1997-08-29
1
-5/+106
*
Added extern definition for -X flag variable.
Barry Warsaw
1997-08-29
1
-0/+1
*
New file, which is imported by the built-in module when python is
Barry Warsaw
1997-08-29
1
-0/+164
*
Expanded r() function to handle class exceptions.
Barry Warsaw
1997-08-29
1
-1/+6
*
Parse new command line option -X which enables exception classes.
Barry Warsaw
1997-08-29
1
-1/+6
*
Declarations for two phase initialization and finalization functions
Barry Warsaw
1997-08-29
1
-2/+4
*
Added externs for three new exceptions PyExc_StandardError,
Barry Warsaw
1997-08-29
1
-1/+7
*
PyErr_NoMemory(): If the pre-instantiated memory exception is non-null
Barry Warsaw
1997-08-29
1
-1/+9
*
Added a new variable TESTPYTHON which contains the path (and args) for
Barry Warsaw
1997-08-29
1
-2/+3
*
Subtle changes to the AIX shared library things to make them work
Guido van Rossum
1997-08-29
2
-5/+5
*
Should remove getbuildno.o/buildno files in clobber/distclean targets.
Guido van Rossum
1997-08-29
1
-1/+2
*
Cprrect stuoid tyops -- was comparing variabes with themselves because
Guido van Rossum
1997-08-29
1
-3/+3
*
eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the
Barry Warsaw
1997-08-28
1
-2/+2
*
Added (binaryfunc) casts to function pointers in method lists.
Guido van Rossum
1997-08-28
1
-4/+4
*
Some long variables should have been int to match the 'i' format specifier.
Guido van Rossum
1997-08-28
1
-3/+3
*
user.py -- when imported, execfile(~/.pythonrc.py).
Guido van Rossum
1997-08-28
1
-0/+38
*
Complete log of changes since 1.5a3 at the end.
Guido van Rossum
1997-08-28
1
-13/+143
*
Added faqwiz and webchecker.
Guido van Rossum
1997-08-28
1
-0/+6
*
Added section about multiple FAQs.
Guido van Rossum
1997-08-28
1
-2/+22
*
New installation instructions show how to maintain multiple FAQs.
Guido van Rossum
1997-08-28
4
-35/+60
*
Removed faqmain.py -- it was an earlier implementation and no
Guido van Rossum
1997-08-27
1
-858/+0
*
Referred to POSIX docs as well as to Unix docs.
Guido van Rossum
1997-08-27
2
-6/+6
*
Put all prints inside "if verbose:"
Jack Jansen
1997-08-27
1
-20/+23
*
Removed debug print
Jack Jansen
1997-08-27
1
-1/+0
*
Modified for CW Pro projects and new filenames
Jack Jansen
1997-08-27
1
-68/+46
*
Added #include <WETabs.h>, which had somehow gone missing
Jack Jansen
1997-08-27
3
-4/+20
*
Modified for installer and new names of various applets. Also cleaned
Jack Jansen
1997-08-27
7
-139/+115
*
Modified for new scripting support
Jack Jansen
1997-08-27
2
-70/+266
*
Moved suites to their own folder
Jack Jansen
1997-08-27
16
-2066/+6267
*
Fixed bugs regarding lines starting with '.' (both receiving and sending).
Guido van Rossum
1997-08-26
1
-4/+25
*
Ignore whitespace between formats (not internal to a count+format).
Guido van Rossum
1997-08-26
3
-0/+13
[next]