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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in test_dict and test_userdict, found at the PyPy sprint.
Georg Brandl
2007-03-04
2
-6/+6
*
Fix embarrassing typo and fix constantification of None
Raymond Hettinger
2007-03-02
1
-0/+5
*
Bug #1628895: some better tries to find HTML documentation in pydoc.
Georg Brandl
2007-03-02
1
-7/+12
*
Add collections.NamedTuple
Raymond Hettinger
2007-03-01
2
-1/+117
*
Prepare collections module for pure python code entries.
Raymond Hettinger
2007-02-28
1
-0/+3
*
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 checking for a number of metaclass error conditions.
Jeremy Hylton
2007-02-27
2
-64/+103
*
Fix long-standing bug in name mangling for package imports
Jeremy Hylton
2007-02-27
1
-0/+13
*
When printing an unraisable error, don't print exceptions. before the name.
Neal Norwitz
2007-02-26
1
-2/+2
*
Do not copy free variables to locals in class namespaces.
Jeremy Hylton
2007-02-26
1
-0/+33
*
Backported r51621 from p3yk:
Thomas Wouters
2007-02-25
2
-4/+4
*
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
*
Add itertools.izip_longest().
Raymond Hettinger
2007-02-21
1
-0/+54
*
Fixup docstrings for merge().
Raymond Hettinger
2007-02-19
1
-2/+2
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
3
-1/+28
*
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
2
-3/+49
*
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
Raymond Hettinger
2007-02-19
1
-0/+20
*
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
1
-2/+4
*
A missing binary mode in AppendTest caused failures in Windows
Lars Gustäbel
2007-02-14
1
-2/+2
*
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
2
-8/+20
*
Patch #1517891: Make 'a' create the file if it doesn't exist.
Martin v. Löwis
2007-02-13
2
-1/+30
*
Patch #698833: Support file decryption in zipfile.
Martin v. Löwis
2007-02-13
2
-2/+126
*
Patch #685268: Consider a package's __path__ in imputil.
Martin v. Löwis
2007-02-13
1
-0/+4
*
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
2
-17/+57
*
fix trace.py --ignore-dir
Skip Montanaro
2007-02-11
1
-1/+1
*
Bug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis
2007-02-09
1
-3/+12
*
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
1
-0/+5
*
Fix docstring bug
Raymond Hettinger
2007-02-08
1
-1/+1
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-08
1
-2/+1
*
Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...
Raymond Hettinger
2007-02-07
1
-0/+2
*
Check for a common user error with defaultdict().
Raymond Hettinger
2007-02-07
1
-3/+4
*
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
Raymond Hettinger
2007-02-07
1
-0/+8
*
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
*
Patch #1652681: create nonexistent files in append mode and
Lars Gustäbel
2007-02-06
2
-2/+63
*
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...
Peter Astrand
2007-02-06
1
-3/+25
*
Clean up ModifiedInterpreter.runcode() structure
Kurt B. Kaiser
2007-02-06
1
-27/+29
[next]