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
*
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
*
News items for my recent checkins
Jeremy Hylton
2001-03-23
1
-0/+16
*
Script for starting pydoc with a GUI in Windows.
Ka-Ping Yee
2001-03-23
1
-0/+2
*
Make it illegal to assign to __debug__ as per Guido's request.
Jeremy Hylton
2001-03-23
1
-1/+12
*
Browser compatibility fixes.
Ka-Ping Yee
2001-03-23
1
-7/+8
*
Revert to ver 1.22, which was the version before the nested scopes
Jeremy Hylton
2001-03-23
1
-91/+106
*
Small formatting improvements.
Ka-Ping Yee
2001-03-23
1
-10/+13
*
Show inherited methods, with hyperlinks to the base class they came from.
Ka-Ping Yee
2001-03-23
1
-112/+168
*
Bump version number.
Fred Drake
2001-03-23
1
-1/+1
*
Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).
Tim Peters
2001-03-23
1
-1/+1
*
Provide a StopTokenizing exception for conveniently exiting the loop.
Ka-Ping Yee
2001-03-23
1
-10/+11
*
Explain the difference between NL and NEWLINE.
Ka-Ping Yee
2001-03-23
1
-1/+4
*
Give a slightly better explanation of excepthook.
Ka-Ping Yee
2001-03-23
1
-4/+6
*
Don't have trace() skip the top frame; return them all.
Ka-Ping Yee
2001-03-23
2
-6/+7
*
When creating an attribute node using createAttribute() or
Fred Drake
2001-03-23
1
-1/+2
*
Update to the most recent weakref changes.
Fred Drake
2001-03-23
1
-11/+4
*
Convert the weakref test suite to PyUNIT, and add tests that exercise weak
Fred Drake
2001-03-23
2
-260/+252
*
When the regression test is run in verbose mode, make the PyUNIT-based
Fred Drake
2001-03-23
1
-1/+1
*
Add support for weak references to the function and method types.
Fred Drake
2001-03-23
2
-3/+13
*
Add the necessary field for weak reference support to the function and
Fred Drake
2001-03-23
2
-0/+2
*
Fix memory leak with SyntaxError. (The DECREF was originally hidden
Guido van Rossum
2001-03-23
1
-0/+1
*
Add a paragraph about obmalloc turning up bugs in extension modules
Andrew M. Kuchling
2001-03-23
1
-2/+21
*
Add Jeremy's compiler to the Windows install.
Tim Peters
2001-03-23
1
-0/+18
*
Add section for PEP 241
Andrew M. Kuchling
2001-03-23
1
-5/+109
*
Add sys.excepthook.
Ka-Ping Yee
2001-03-23
4
-23/+108
*
Fixes for various issues reported and discovered since Python 9:
Ka-Ping Yee
2001-03-23
1
-224/+329
*
SRE 2.1b2: increase the chances that the sre test works on other
Fredrik Lundh
2001-03-22
2
-14/+3
[next]