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
*
Bug #1674503: close the file opened by execfile() in an error condition.
Georg Brandl
2007-03-06
2
-2/+4
*
Patch #1672481: fix bug in idlelib.MultiCall.
Georg Brandl
2007-03-06
1
-0/+2
*
A test case for the fix in #1674228.
Georg Brandl
2007-03-06
1
-0/+11
*
Patch #1121142: Implement ZipFile.open.
Martin v. Löwis
2007-03-06
4
-49/+665
*
Patch #1671450: add a section about subclassing builtin types to the
Georg Brandl
2007-03-06
3
-1/+190
*
Nit: a struct field is set to GenericAlloc, not GenericAlloc().
Georg Brandl
2007-03-06
1
-1/+1
*
Patch #1674228: when assigning a slice (old-style), check for the
Georg Brandl
2007-03-05
3
-1/+18
*
Minor corrections to docs, and an explanation comentary
Facundo Batista
2007-03-05
1
-13/+14
*
Added Pete for 3101 too
Neal Norwitz
2007-03-05
1
-0/+3
*
note MacPorts/BerkDB change in setup.py
Skip Montanaro
2007-03-04
1
-0/+2
*
Teach setup.py how to find Berkeley DB on Macs using MacPorts.
Skip Montanaro
2007-03-04
1
-8/+10
*
Fix a bug in test_dict and test_userdict, found at the PyPy sprint.
Georg Brandl
2007-03-04
2
-6/+6
*
Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Res...
Georg Brandl
2007-03-02
1
-2/+5
*
Fix embarrassing typo and fix constantification of None
Raymond Hettinger
2007-03-02
2
-6/+15
*
Bug #1628895: some better tries to find HTML documentation in pydoc.
Georg Brandl
2007-03-02
1
-7/+12
*
Add NamedTuple
Andrew M. Kuchling
2007-03-01
1
-0/+16
*
Add Pat and Eric for work on PEP 3101 in the sandbox
Neal Norwitz
2007-03-01
1
-0/+3
*
Add collections.NamedTuple
Raymond Hettinger
2007-03-01
4
-3/+170
*
Prepare collections module for pure python code entries.
Raymond Hettinger
2007-02-28
6
-7/+10
*
Docstring nit.
Raymond Hettinger
2007-02-28
1
-1/+1
*
Add a test for instantiating SyntaxError with no arguments.
Brett Cannon
2007-02-28
1
-0/+3
*
Modify the segfaulting example to show why r53997 is not a solution to
Armin Rigo
2007-02-28
1
-0/+20
*
Add news about changes to metaclasses and __bases__ error checking.
Jeremy Hylton
2007-02-27
1
-0/+7
*
Add checking for a number of metaclass error conditions.
Jeremy Hylton
2007-02-27
3
-96/+197
*
whitespace normalization
Jeremy Hylton
2007-02-27
1
-82/+82
*
tabify
Jeremy Hylton
2007-02-27
2
-2039/+2039
*
tabify
Jeremy Hylton
2007-02-27
1
-97/+97
*
Fix long-standing bug in name mangling for package imports
Jeremy Hylton
2007-02-27
2
-2/+25
*
Add some items
Andrew M. Kuchling
2007-02-26
1
-2/+48
*
SF #1669182, 2.5 was already fixed. Just assert in 2.6 since string exceptions
Neal Norwitz
2007-02-26
1
-2/+3
*
Markup fix
Andrew M. Kuchling
2007-02-26
1
-2/+2
*
When printing an unraisable error, don't print exceptions. before the name.
Neal Norwitz
2007-02-26
3
-3/+7
*
Fix assertion.
Jeremy Hylton
2007-02-26
1
-2/+2
*
Do not copy free variables to locals in class namespaces.
Jeremy Hylton
2007-02-26
3
-19/+113
*
Fix a couple of problems in generating the AST code:
Neal Norwitz
2007-02-26
2
-171/+59
*
Fix typo.
Georg Brandl
2007-02-26
1
-1/+1
*
Add Steven Bethard to help out with patches.
Neal Norwitz
2007-02-26
1
-0/+3
*
Reformat long lines.
Jeremy Hylton
2007-02-26
1
-2/+4
*
Backport from Py3k branch: fix refleak in PyString_Format.
Georg Brandl
2007-02-26
1
-1/+5
*
Backported r51621 from p3yk:
Thomas Wouters
2007-02-25
2
-4/+4
*
Variation of patch # 1624059 to speed up checking if an object is a subclass
Neal Norwitz
2007-02-25
18
-22/+61
*
- SF patch #1657613: add documentation for the Element interface
Fred Drake
2007-02-25
1
-93/+163
*
Put declarations before code.
Jeremy Hylton
2007-02-25
1
-1/+1
*
Fix crash in exec when unicode filename can't be decoded.
Jeremy Hylton
2007-02-25
2
-0/+3
*
Whitespace only changes
Neal Norwitz
2007-02-25
1
-3/+2
*
Add more details when releasing interned strings
Neal Norwitz
2007-02-25
1
-1/+8
*
Refactor PEP 352 tests to make it easier in the future to make sure certain
Brett Cannon
2007-02-23
1
-18/+34
*
Fix typo in comment
Neal Norwitz
2007-02-23
1
-1/+1
*
Remove filler struct item and fix leak.
Raymond Hettinger
2007-02-21
1
-44/+40
*
Add itertools.izip_longest().
Raymond Hettinger
2007-02-21
4
-0/+317
[next]