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
*
Moved misplaced news item.
Lars Gustäbel
2007-02-19
1
-3/+3
*
Provide an example of defaultdict with non-zero constant factory function.
Raymond Hettinger
2007-02-19
1
-8/+12
*
Add test for merge stability
Raymond Hettinger
2007-02-19
1
-0/+15
*
Use C heapreplace() instead of slower _siftup() in pure python.
Raymond Hettinger
2007-02-19
1
-2/+2
*
Add tie-breaker count to preserve sort stability.
Raymond Hettinger
2007-02-19
1
-6/+6
*
Add merge() function to heapq.
Raymond Hettinger
2007-02-19
4
-5/+64
*
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
Raymond Hettinger
2007-02-19
4
-7/+73
*
Minor fix for currentframe (SF #1652788).
Vinay Sajip
2007-02-16
1
-5/+5
*
Make the __import__ call in encodings.__init__ absolute with a level 0 call.
Brett Cannon
2007-02-16
1
-4/+4
*
Update the encoding package's search function to use absolute imports when
Brett Cannon
2007-02-15
2
-2/+7
*
Add missing \versionadded.
Georg Brandl
2007-02-15
1
-0/+4
*
Patch #1494140: Add documentation for the new struct.Struct object.
Georg Brandl
2007-02-15
2
-0/+57
*
Make functools.wraps() docs a bit clearer.
Georg Brandl
2007-02-15
1
-6/+11
*
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
Martin v. Löwis
2007-02-15
1
-0/+20
*
A missing binary mode in AppendTest caused failures in Windows
Lars Gustäbel
2007-02-14
1
-2/+2
*
Ignore directory time stamps when considering
Martin v. Löwis
2007-02-14
1
-1/+2
*
Update 1432399 to removal of _BT_SOCKADDR_MEMB.
Martin v. Löwis
2007-02-14
1
-2/+1
*
Patch #1432399: Add HCI sockets.
Martin v. Löwis
2007-02-14
3
-0/+38
*
Strip the '.gz' extension from the filename that is written to the
Lars Gustäbel
2007-02-13
1
-3/+6
*
Patch #1647484: Renamed GzipFile's filename attribute to name. The
Lars Gustäbel
2007-02-13
3
-8/+22
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
2
-0/+4
*
Bug #1658794: Remove extraneous 'this'.
Martin v. Löwis
2007-02-13
1
-1/+1
*
Patch #1517891: Make 'a' create the file if it doesn't exist.
Martin v. Löwis
2007-02-13
4
-1/+38
*
Patch #698833: Support file decryption in zipfile.
Martin v. Löwis
2007-02-13
4
-6/+143
*
Patch #685268: Consider a package's __path__ in imputil.
Martin v. Löwis
2007-02-13
2
-0/+6
*
Fix the line to what is my guess at the original author's meaning.
Armin Rigo
2007-02-12
1
-1/+1
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
3
-17/+59
*
Bug #1656581: Point out that external file objects are supposed to be
Lars Gustäbel
2007-02-12
1
-2/+3
*
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
Brett Cannon
2007-02-12
3
-4/+30
*
Check in changed Python-ast.c from a cosmetic change to Python.asdl (in
Brett Cannon
2007-02-11
1
-1/+1
*
fix trace.py --ignore-dir
Skip Montanaro
2007-02-11
2
-1/+4
*
Change a very minor inconsistency (that is purely cosmetic) in the AST
Brett Cannon
2007-02-11
1
-1/+1
*
Bug #1656078: typo in in profile docs.
Georg Brandl
2007-02-09
1
-1/+1
*
Update broken link. Will backport to 2.5.
Martin v. Löwis
2007-02-09
1
-1/+1
*
Bug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis
2007-02-09
2
-3/+15
*
Bug #1653736: Properly discard third argument to slot_nb_inplace_power.
Martin v. Löwis
2007-02-09
2
-1/+9
*
Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
Kurt B. Kaiser
2007-02-08
3
-21/+103
*
Bug #1653736: Complain about keyword arguments to time.isoformat.
Martin v. Löwis
2007-02-08
3
-2/+9
*
Fix docstring bug
Raymond Hettinger
2007-02-08
1
-1/+1
*
Bypass set specific optimizations for set and frozenset subclasses.
Raymond Hettinger
2007-02-08
1
-7/+7
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-08
3
-2/+12
*
Silence compiler warning
Raymond Hettinger
2007-02-07
1
-1/+1
*
Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...
Raymond Hettinger
2007-02-07
2
-0/+4
*
Check for a common user error with defaultdict().
Raymond Hettinger
2007-02-07
2
-4/+11
*
SF: 1397711 Set docs conflated immutable and hashable
Raymond Hettinger
2007-02-07
1
-1/+1
*
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
Raymond Hettinger
2007-02-07
2
-1/+9
*
Handle AttributeError during calltip lookup
Kurt B. Kaiser
2007-02-07
1
-1/+1
*
[ 1621265 ] Auto-completion list placement
Kurt B. Kaiser
2007-02-07
2
-6/+18
*
narrow exception per [ 1540849 ] except too broad
Kurt B. Kaiser
2007-02-06
1
-1/+1
*
Updated patch (CodeContext.061217.patch) to
Kurt B. Kaiser
2007-02-06
1
-53/+19
[next]