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
...
*
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
*
First cut at a high-level symbol table interface
Jeremy Hylton
2001-03-22
1
-0/+258
*
SRE 2.1b2: forgot to update one output file (sorry, Fred!)
Fredrik Lundh
2001-03-22
1
-0/+8
*
add DEF_BOUND constant
Jeremy Hylton
2001-03-22
1
-0/+1
*
Strip \r as trailing whitespace as part of soft line endings.
Guido van Rossum
2001-03-22
1
-1/+1
*
Update the Tix version (long overdue :-).
Guido van Rossum
2001-03-22
1
-4/+4
*
Add a wrapper function for ssl() on Windows. Inspired by SF patch
Guido van Rossum
2001-03-22
1
-6/+11
*
This is SF patch #405952, by Anthony Baxter:
Guido van Rossum
2001-03-22
1
-5/+14
*
A small change to the C API for weakly-referencable types: Such types
Fred Drake
2001-03-22
3
-5/+8
*
Inform the cycle-detector that the a weakref object no longer needs to be
Fred Drake
2001-03-22
1
-1/+1
*
Make cPickle use the recently-added PyInstance_NewRaw() API to create
Fred Drake
2001-03-22
1
-11/+3
*
Make this IDLE version 0.8. (We have to skip 0.7 because that was a
Guido van Rossum
2001-03-22
1
-1/+1
*
Don't use __debug__ as if it were some module global. Use DEBUG
Guido van Rossum
2001-03-22
1
-15/+15
*
Bump the version number.
Fred Drake
2001-03-22
1
-1/+1
*
Update to the current state of the universe.
Fred Drake
2001-03-22
1
-5/+18
*
Be more clear about the specific rules for supporting the cyclic GC in an
Fred Drake
2001-03-22
1
-4/+126
*
Fix typo in history.
Thomas Wouters
2001-03-22
1
-1/+1
*
SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode
Fredrik Lundh
2001-03-22
1
-3/+8
*
sre 2.1b2 update:
Fredrik Lundh
2001-03-22
8
-49/+165
*
Added news items for the Distutils
Andrew M. Kuchling
2001-03-22
1
-0/+21
*
Updated history. Incorporated 1.6.1 license.
Guido van Rossum
2001-03-22
1
-67/+76
*
Synchronize with 1.6 of PyXML:
Martin v. Löwis
2001-03-22
1
-3/+11
*
Use the get_contact*() accessors instead of get_maintainer*()
Andrew M. Kuchling
2001-03-22
1
-2/+2
*
Set copyright to PSF. Don't bother with 2000.
Guido van Rossum
2001-03-22
1
-1/+1
*
Allow the process of reading back what we wrote to a pty to transform
Thomas Wouters
2001-03-22
1
-24/+36
*
Add some news for 2.1b2. I'd still like someone else to add news
Guido van Rossum
2001-03-22
1
-3/+55
*
Added Gordon McMillan. He should've been in there ages ago. Thanks
Guido van Rossum
2001-03-22
1
-0/+1
*
Change co.detach() to co.back() call.
Guido van Rossum
2001-03-22
1
-1/+1
*
Add more complete reference. Change a co.back() call to co.tran() --
Guido van Rossum
2001-03-22
1
-1/+2
[prev]
[next]