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
*
Updated for 2.1b2 distribution.
Jack Jansen
2001-03-27
10
-16/+51
*
Arghh. Fix typo.
Martin v. Löwis
2001-03-27
1
-1/+1
*
Added a note about BBPy.lm.
Jack Jansen
2001-03-27
1
-0/+4
*
Added a note about the new (since 2.0) OSA architecture.
Jack Jansen
2001-03-27
1
-1/+10
*
Oops, ISO translation was off. Fixed.
Jack Jansen
2001-03-27
3
-27/+27
*
Add Robin Thomas (author of the slice() comparability hack).
Guido van Rossum
2001-03-27
1
-0/+1
*
Use Guido's trick for always extracting the version number from a
Martin v. Löwis
2001-03-27
1
-1/+4
*
Fix some reloading problems (still more work needed).
Ka-Ping Yee
2001-03-27
1
-6/+16
*
Disable fused-add-mul instructions. They give a nonstandard result for some t...
Jack Jansen
2001-03-26
1
-0/+0
*
Bug fix: compile() called from a nested-scopes-enable Python was not
Jeremy Hylton
2001-03-26
1
-1/+1
*
Turn SyntasWarning into SyntaxError for all code entered
Guido van Rossum
2001-03-26
1
-1/+12
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-03-26
1
-0/+329
*
Add a note that the "kfm" controller supports "konqueror" as well as the
Fred Drake
2001-03-26
1
-1/+3
*
Itamar Shtull-Trauring <itamar@maxnm.com>:
Fred Drake
2001-03-26
2
-18/+58
*
Update auto-detection for Konqueror to include KDE 2 -- the kfm command is
Fred Drake
2001-03-26
1
-2/+5
*
Note missing explanation
Andrew M. Kuchling
2001-03-26
1
-2/+2
*
Fixed some access paths.
Jack Jansen
2001-03-26
1
-0/+0
*
Fixed ref count bug. Patch #411191. Found by Walter Dörwald.
Marc-André Lemburg
2001-03-25
1
-1/+3
*
get_version_string(): New function -- returns a Python string object that
Fred Drake
2001-03-24
1
-3/+24
*
Document use_rawinput. (Although now that I think more about it, a
Guido van Rossum
2001-03-24
1
-1/+6
*
This commit was manufactured by cvs2svn to create tag 'r21b2'.
v2.1b2
cvs2svn
2001-03-23
1
-0/+1
*
main(): Application of SF patch #405851, which allows this test to be
Barry Warsaw
2001-03-23
1
-0/+12
*
pydoc changed overnight in such a way that it no longer worked from the
Tim Peters
2001-03-23
1
-3/+3
*
Fix a memory leak -- there's no need to INCREF() the result of
Guido van Rossum
2001-03-23
1
-1/+0
*
In Jython, `@' is not allowed in module names. Extend the TESTFN test
Barry Warsaw
2001-03-23
1
-3/+7
*
Finishing touch to Ping's changes. This is a patch that Ping sent me
Guido van Rossum
2001-03-23
1
-11/+11
*
Two minor changes for better Jython compatibility. Finn Bock says:
Barry Warsaw
2001-03-23
1
-3/+3
*
Update Mac OS X platform notes.
Fred Drake
2001-03-23
1
-4/+8
*
Strengthen the constraints on calling PyObject_GC_Fini().
Fred Drake
2001-03-23
1
-0/+5
*
Make socket.getservbyname test optional on socket module having that
Barry Warsaw
2001-03-23
1
-5/+6
*
call_sys_exitfunc(): Remove unused variable f.
Fred Drake
2001-03-23
1
-1/+1
*
Change rfc822_escape() to ensure there's a consistent amount of whitespace
Andrew M. Kuchling
2001-03-23
1
-3/+4
*
Add nested scopes spec to appendix.
Jeremy Hylton
2001-03-23
4
-32/+161
*
Remove the annoying __version__ definitions.
Fred Drake
2001-03-23
3
-4/+0
*
Lots of small changes to make this work with the Python DOM bindings
Fred Drake
2001-03-23
1
-91/+95
*
setlocale(): In _locale-missing compatibility function, string
Barry Warsaw
2001-03-23
1
-2/+1
*
Pick up the "encode" function from esistools instead of defining our own
Fred Drake
2001-03-23
1
-15/+9
*
No quotes around the "future" in the first use of the term "future
Fred Drake
2001-03-23
1
-1/+1
*
Re-write to no longer depend on an old version of PyXML. This now
Fred Drake
2001-03-23
1
-46/+273
*
Pick the "escape" function from the standard library instead of from PyXML.
Fred Drake
2001-03-23
1
-1/+1
*
Add conversions for more of the markup -- not all of this was around when
Fred Drake
2001-03-23
1
-1/+32
*
Add entry for the futures appendix in the reference manual.
Fred Drake
2001-03-23
1
-3/+3
*
Include the futures appendix.
Fred Drake
2001-03-23
1
-0/+3
*
Revise the markup so that this formats and uses markup consistently with
Fred Drake
2001-03-23
1
-28/+32
*
Several changes for Jython portability. This closes SF patch
Barry Warsaw
2001-03-23
1
-9/+18
*
flesh out __all__
Jeremy Hylton
2001-03-23
1
-14/+6
*
Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit().
Ka-Ping Yee
2001-03-23
1
-32/+37
*
Extend isclass() to work for extension classes (by looking for __bases__).
Ka-Ping Yee
2001-03-23
1
-1/+1
*
Add some initial text for the appendix on future statements and nested scopes.
Jeremy Hylton
2001-03-23
1
-0/+149
*
Note that assignments to __debug__ are illegal
Jeremy Hylton
2001-03-23
1
-0/+2
[next]