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 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
*
Fixup set/dict interoperability.
Raymond Hettinger
2007-02-19
1
-0/+11
*
Fixup docstrings for merge().
Raymond Hettinger
2007-02-19
2
-4/+4
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
11
-10/+133
*
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
[next]