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
*
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
*
Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py
Steve Purcell
2001-03-22
2
-256/+244
*
Set the line number correctly for a nested function with an exec or
Jeremy Hylton
2001-03-22
2
-2/+6
*
Make error messages clearer for illegal combinations of nested
Jeremy Hylton
2001-03-22
1
-15/+36
*
Remove redundant import
Andrew M. Kuchling
2001-03-22
1
-1/+1
*
Back out conversion to string methods; the Distutils is intended to work
Andrew M. Kuchling
2001-03-22
4
-13/+13
*
Call the write_pkg_info method
Andrew M. Kuchling
2001-03-22
1
-2/+2
*
Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,
Andrew M. Kuchling
2001-03-22
1
-5/+70
*
Patch #407434: add rfc822_escape utility function
Andrew M. Kuchling
2001-03-22
1
-0/+10
*
Extend support for from __future__ import nested_scopes
Jeremy Hylton
2001-03-22
5
-19/+133
*
If a code object is compiled with nested scopes, define the CO_NESTED flag.
Jeremy Hylton
2001-03-22
4
-1/+13
*
Check that f.keys() == [] right after creation -- this prevents bugs
Guido van Rossum
2001-03-22
3
-3/+6
*
Add CONFIG_ARGS Makefile variable (saves the arguments passed
Neil Schemenauer
2001-03-22
2
-344/+353
*
- Remove WITH makefile variable. Its not used for anything.
Neil Schemenauer
2001-03-22
1
-13/+4
*
Don't raise MemoryError in keys() when the database is empty.
Guido van Rossum
2001-03-22
1
-1/+1
*
Changed doctest to run tests in alphabetic order of name.
Tim Peters
2001-03-21
3
-98/+108
[next]