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
*
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
*
Explicitly close the socket and temp file in URLopener.retrieve(), so
Guido van Rossum
1997-08-26
1
-0/+2
*
PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer
Barry Warsaw
1997-08-26
1
-2/+4
*
Replaced by ReadMe
Jack Jansen
1997-08-26
1
-142/+0
*
Adapted from ReadMeOrSuffer for the new installer
Jack Jansen
1997-08-26
1
-0/+149
*
Handle systemclicks ourselves, in stead of passing them to Sioux. This
Jack Jansen
1997-08-26
1
-10/+15
*
Completed first draft.
Guido van Rossum
1997-08-26
4
-18/+467
*
unpack_sequence(): In finally clause, watch out for Py_DECREF
Barry Warsaw
1997-08-25
1
-2/+2
*
regression test for new sequence unpacking semantics
Barry Warsaw
1997-08-25
1
-0/+131
*
Output for sequence unpacking test
Barry Warsaw
1997-08-25
1
-0/+1
*
eval_code2(): collapsed the implementations of UNPACK_TUPLE and
Barry Warsaw
1997-08-25
1
-33/+74
*
Checkpoint.
Guido van Rossum
1997-08-25
2
-5/+369
*
Allow assignments to instance.__dict__ and instance.__class__. The
Guido van Rossum
1997-08-25
1
-17/+57
*
Rename roundup() to roundupsize(), as there's a macro roundup() in the
Guido van Rossum
1997-08-25
1
-2/+2
*
Removed some colons that shouldn't be there (probably leftovers from
Guido van Rossum
1997-08-25
2
-26/+52
*
Arbitrary point checkpoint commit. Take no notice.
Guido van Rossum
1997-08-25
4
-6/+248
*
Examples of metaprogramming in pure Python.
Guido van Rossum
1997-08-23
2
-0/+291
*
Added a few more tests of exception class raising
Barry Warsaw
1997-08-22
1
-0/+8
*
generated output for new tests
Barry Warsaw
1997-08-22
1
-0/+2
*
Added tests of the new builtin functions issubclass() and isinstance()
Barry Warsaw
1997-08-22
1
-0/+36
*
cmp_exception gets promoted (essentially) to the C API function
Barry Warsaw
1997-08-22
1
-59/+10
*
Three new C API functions:
Barry Warsaw
1997-08-22
2
-0/+111
*
Two new built-in functions: issubclass() and isinstance(). Both take
Barry Warsaw
1997-08-22
1
-5/+59
*
Correct off-by-two-pixels error.
Guido van Rossum
1997-08-22
1
-1/+1
*
Add unsupported variable EXE which can be set to .exe on systems where
Guido van Rossum
1997-08-22
1
-1/+4
*
Added configuration tests for presence of alarm(), pause(), and getpwent()
Guido van Rossum
1997-08-22
5
-11/+24
*
Oops, don't suppress echo of the rm command in l2hclean!
Fred Drake
1997-08-22
1
-1/+1
*
Simplify LaTeX2HTML targets && support re-use of output directories (which
Fred Drake
1997-08-22
1
-17/+10
*
Reverse the search order for the Don Beaudry hook so that the first
Guido van Rossum
1997-08-22
1
-4/+3
*
Changed description of SchedParams() in the following way:
Fred Drake
1997-08-22
2
-4/+4
*
Added missing "\end{funcdesc}" after FindFolder documentation.
Fred Drake
1997-08-22
2
-0/+2
*
Added new Py_IsInitalized() API function to test the 'initialized' flag.
Guido van Rossum
1997-08-22
3
-0/+11
*
Removed JF's dollar-Log-dollar RCS turd that caused compilation to
Barry Warsaw
1997-08-21
1
-52/+0
*
Remove redundant decl for PyOS_InputHook.
Guido van Rossum
1997-08-21
1
-3/+0
*
Completely disable the declarations for malloc() and friends. Use
Guido van Rossum
1997-08-21
1
-2/+3
[next]