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
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport of the PCbuild9 directory from the py3k branch.
Christian Heimes
2007-11-22
2
-4/+4
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
5
-44/+46
*
The incremental decoder for utf-7 must preserve its state between calls.
Amaury Forgeot d'Arc
2007-11-20
1
-2/+19
*
Made _ParseTupleFinds only defined to unicodeobject.c
Facundo Batista
2007-11-16
2
-0/+4
*
Fix for stupid error (I need to remember to do a full 'make clean + make'
Facundo Batista
2007-11-16
1
-1/+1
*
Now in find, rfind, index, and rindex, you can use None as defaults,
Facundo Batista
2007-11-16
3
-32/+74
*
Re-word sentence
Andrew M. Kuchling
2007-11-12
1
-1/+1
*
Added new decorator syntax to property.__doc__
Christian Heimes
2007-11-12
1
-4/+14
*
Issue 1416. Add getter, setter, deleter methods to properties that can be
Guido van Rossum
2007-11-10
1
-1/+55
*
Optimize common case for dict.fromkeys().
Raymond Hettinger
2007-11-09
1
-10/+15
*
Reposition the decref (spotted by eagle-eye norwitz).
Raymond Hettinger
2007-11-08
1
-1/+2
*
Add set.isdisjoint()
Raymond Hettinger
2007-11-08
1
-0/+70
*
Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset ...
Raymond Hettinger
2007-11-07
1
-0/+19
*
Add missing "return NULL" in overflow check in PyObject_Repr().
Guido van Rossum
2007-11-06
1
-0/+1
*
Backport fixes for the code that decodes octal escapes (and for PyString
Guido van Rossum
2007-10-29
2
-7/+12
*
Fix the overflow checking of list_repeat.
Armin Rigo
2007-10-17
1
-4/+7
*
Remove file-level typedefs that were inconsistently used throughout the file.
Brett Cannon
2007-10-10
1
-105/+103
*
Coverity #151: Remove deadcode.
Neal Norwitz
2007-10-04
1
-13/+0
*
enumerate() is no longer bounded to using sequences shorter than LONG_MAX. T...
Raymond Hettinger
2007-10-03
1
-6/+49
*
Fix error introduced by r58288; if a tuple is length 0 return its repr and
Brett Cannon
2007-09-30
1
-4/+4
*
tuple.__repr__ did not consider a reference loop as it is not possible from
Brett Cannon
2007-09-30
2
-0/+18
*
Patch # 188 by Philip Jenvey.
Guido van Rossum
2007-09-22
1
-0/+1
*
Issue #1772851. Alters long.__hash__ from being *almost* completely
Facundo Batista
2007-09-19
1
-0/+8
*
Properly indent two lines. (Spotted because it caused merge conflicts in the
Thomas Wouters
2007-09-18
1
-2/+2
*
Add a bunch of GIL release/acquire points in tp_print implementations and for
Brett Cannon
2007-09-17
11
-7/+66
*
Generators had their throw() method allowing string exceptions. That's a
Brett Cannon
2007-09-11
1
-4/+1
*
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
Guido van Rossum
2007-09-10
1
-0/+40
*
Fix a possible segfault from recursing too deep to get the repr of a list.
Brett Cannon
2007-09-10
1
-0/+3
*
Fix a crasher where Python code managed to infinitely recurse in C code without
Brett Cannon
2007-09-07
3
-10/+34
*
Set startinpos before calling the error handler.
Walter Dörwald
2007-08-30
1
-0/+1
*
Rewrap line.
Walter Dörwald
2007-08-30
1
-1/+2
*
Improve extended slicing support in builtin types and classes. Specifically:
Thomas Wouters
2007-08-28
6
-15/+261
*
Revert accidental checkins from last commit.
Georg Brandl
2007-08-21
1
-32/+6
*
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
Georg Brandl
2007-08-21
1
-6/+32
*
Move another variable declaration up.
Walter Dörwald
2007-08-17
1
-2/+2
*
Move variable declaration up.
Walter Dörwald
2007-08-17
1
-6/+6
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
1
-0/+266
*
Bug #1763149: use proper slice syntax in docstring.
Georg Brandl
2007-07-29
2
-4/+4
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
31
-611/+557
*
Patch #1673759: add a missing overflow check when formatting floats
Georg Brandl
2007-07-12
2
-2/+4
*
Add T_PYSSIZET in structmember.h: This can be used for
Walter Dörwald
2007-06-13
1
-166/+102
*
Fix a bug when there was a newline in the string expandtabs was called on.
Neal Norwitz
2007-06-11
2
-4/+16
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
2
-6/+28
*
Bug #1733488: Fix compilation of bufferobject.c on AIX.
Martin v. Löwis
2007-06-08
1
-1/+1
*
Add the new function object attribute names from py3k.
Neal Norwitz
2007-05-27
1
-3/+10
*
Whitespace cleanup
Neal Norwitz
2007-05-23
1
-1/+1
*
Add -3 option to the interpreter to warn about features that are
Neal Norwitz
2007-05-23
2
-2/+13
*
Stop using METH_OLDARGS implicitly
Neal Norwitz
2007-05-22
1
-1/+1
*
Complete deprecation of BaseException.message. Some subclasses were directly
Brett Cannon
2007-05-17
1
-10/+0
*
Port rev 55353 from Guido:
Neal Norwitz
2007-05-16
1
-1/+1
[next]