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
*
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
*
Integrated an expanded version of some text from Neil Schemenauer about
Fred Drake
2001-03-21
1
-3/+85
*
Test that traceback module works with SyntaxErrors with or without carets.
Jeremy Hylton
2001-03-21
3
-0/+43
*
Do not print caret when offset is None.
Jeremy Hylton
2001-03-21
1
-7/+8
*
Make PyDict_Next safe to use for loops that merely modify the values
Tim Peters
2001-03-21
1
-8/+32
*
Use PyObject_IsInstance() to check whether the first argument to an
Guido van Rossum
2001-03-21
1
-13/+19
*
Reformat and edit docstrings to follow modern conventions. Single
Jeremy Hylton
2001-03-21
1
-50/+68
*
Update PyNode_CompileSymtable() to understand future statements
Jeremy Hylton
2001-03-21
1
-9/+15
*
Move the code implementing isinstance() and issubclass() to new C
Guido van Rossum
2001-03-21
3
-96/+125
*
Add test cases for the fnmatch module.
Fred Drake
2001-03-21
2
-0/+43
*
Just import sys at the top instead of inside lots of functions.
Fred Drake
2001-03-21
1
-3/+35
*
The unittest module from PyUNIT, by Steve Purcell.
Fred Drake
2001-03-21
1
-0/+689
*
Donovan Baarda <abo@users.sourceforge.net>:
Fred Drake
2001-03-21
1
-9/+5
*
Fixed a bunch of Tabnanny errors
Moshe Zadka
2001-03-21
1
-590/+590
*
Add tests for recent changes:
Jeremy Hylton
2001-03-21
2
-0/+32
*
Fix PyFrame_FastToLocals() and counterpart to deal with cells and
Jeremy Hylton
2001-03-21
3
-75/+182
*
Use proper compiler flags on UnixWare.
Martin v. Löwis
2001-03-21
2
-203/+225
*
Add newline to end of file.
Guido van Rossum
2001-03-21
1
-1/+1
*
Document tix directory.
Martin v. Löwis
2001-03-21
1
-0/+2
*
Add section on 2.1b2.
Martin v. Löwis
2001-03-21
1
-0/+11
*
Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix
Martin v. Löwis
2001-03-21
1
-15/+1
*
Patch #410231: Add the Python Tix library.
Martin v. Löwis
2001-03-21
38
-0/+3794
*
Patch #409504: Fix regex problems, consider \-continuation lines in Makefile
Martin v. Löwis
2001-03-21
2
-2/+15
*
Update Windows installer for 2.1b2.
Tim Peters
2001-03-21
3
-4/+6
*
Addrf simple test that import is case-sensitive.
Tim Peters
2001-03-21
1
-1/+10
*
Started on 2.1b2 release notes. Cleaned out alfa notes, etc.
Jack Jansen
2001-03-20
1
-20/+11
*
Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supp...
Jack Jansen
2001-03-20
1
-1/+1
*
Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ...
Jack Jansen
2001-03-20
3
-0/+29
*
Moved the description of the tzparse module to the "Obsolete" section
Fred Drake
2001-03-20
1
-4/+5
*
Case-checking was broken on the Macintosh. Fixed.
Jack Jansen
2001-03-20
1
-3/+2
*
Got module to work under Carbon. Also disabled a few more bits of cfm68k supp...
Jack Jansen
2001-03-20
1
-12/+21
*
Added riscos modules to modules that don't have to be included.
Jack Jansen
2001-03-20
1
-1/+3
*
Lawrence Hudson, SF #401702: Modify co_filename in frozen programs
Guido van Rossum
2001-03-20
2
-3/+42
*
Bump version to 2.1b2.
Guido van Rossum
2001-03-20
1
-3/+3
*
Add a deprecation warning to this module.
Guido van Rossum
2001-03-20
1
-0/+5
*
Bug #409419: delete seek() and tell() methods, so callers can use getattr()
Andrew M. Kuchling
2001-03-20
1
-6/+0
*
* Fixing the password-proxy bug
Moshe Zadka
2001-03-20
1
-7/+8
[next]