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
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
7
-5/+582
*
Patch #1696. Don't attempt to close None in dry-run mode.
Guido van Rossum
2008-01-02
1
-1/+2
*
Change docstrings to comments so test output will display normally.
Kurt B. Kaiser
2008-01-02
1
-3/+3
*
Issue1177
Kurt B. Kaiser
2008-01-02
2
-2/+15
*
Always convert Text.index result to string.
Martin v. Löwis
2008-01-01
1
-1/+1
*
Added support for new Windows build dirs in PC/ to distutils.sysconfig
Christian Heimes
2008-01-01
1
-0/+4
*
Fix an odd error which would only occur close to new year's eve, due
Guido van Rossum
2008-01-01
1
-2/+1
*
Added wininst-9.0.exe executable for VS 2008
Christian Heimes
2007-12-31
4
-1/+1
*
Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
Kurt B. Kaiser
2007-12-28
2
-20/+24
*
Remove a straggling debugging print line.
Brett Cannon
2007-12-25
1
-1/+0
*
Actually execute the tests for the getter/setter/deleter tests on properties.
Brett Cannon
2007-12-25
1
-7/+12
*
Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory.
Guido van Rossum
2007-12-20
1
-1/+1
*
Add tests for the warnings module; specifically formatwarning and showwarning.
Brett Cannon
2007-12-20
1
-1/+32
*
Patch #1549 by Thomas Herve.
Guido van Rossum
2007-12-19
1
-1/+61
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
1
-1/+48
*
Fix issue 1661: Flags argument silently ignored in re functions with compiled...
Raymond Hettinger
2007-12-19
2
-0/+10
*
Some minor cleanups. Thanks Mark Dickinson.
Facundo Batista
2007-12-19
1
-34/+19
*
Beef-up tests for dict literals
Raymond Hettinger
2007-12-19
1
-1/+10
*
Users demand iterable input for named tuples. The author capitulates.
Raymond Hettinger
2007-12-18
2
-1/+6
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
1
-1/+72
*
Simplify and speedup _asdict() for named tuples.
Raymond Hettinger
2007-12-18
1
-5/+5
*
Fixed #1649: IDLE error: dictionary changed size during iteration
Christian Heimes
2007-12-18
1
-1/+1
*
Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.
Raymond Hettinger
2007-12-18
1
-1/+1
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
1
-0/+21
*
Speed-up dictionary constructor by about 10%.
Raymond Hettinger
2007-12-18
1
-0/+1
*
Make it a bit easier to test Tcl/Tk and idle from a build dir.
Christian Heimes
2007-12-18
1
-0/+4
*
Add more namedtuple() test cases. Neaten the code and comments.
Raymond Hettinger
2007-12-18
2
-11/+39
*
Removed the private _rounding_decision: it was not needed, and the code
Facundo Batista
2007-12-17
1
-94/+38
*
Revert dummy commit now that the build slave is building.
Georg Brandl
2007-12-16
1
-1/+0
*
Dummy commit to investigate #1617.
Georg Brandl
2007-12-16
1
-0/+1
*
Fixed #1624: Remove output comparison for test_pep277
Christian Heimes
2007-12-15
2
-8/+4
*
Fixed bug #1628
Christian Heimes
2007-12-14
2
-3/+5
*
Faster and simpler _replace() method
Raymond Hettinger
2007-12-14
1
-1/+1
*
Add line spacing for readability
Raymond Hettinger
2007-12-14
1
-8/+8
*
Cleaner method naming convention
Raymond Hettinger
2007-12-14
2
-15/+15
*
Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...
Christian Heimes
2007-12-14
1
-0/+98
*
Small speedup
Raymond Hettinger
2007-12-13
1
-1/+2
*
Simplify implementation of __replace__()
Raymond Hettinger
2007-12-13
1
-1/+1
*
Fixed bug #1613: Makefile's VPATH feature is broken
Christian Heimes
2007-12-13
1
-1/+1
*
Fix issue #1313119: urlparse "caches" parses regardless of encoding
Alexandre Vassalotti
2007-12-13
2
-1/+11
*
Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...
Raymond Hettinger
2007-12-13
1
-4/+4
*
IDLE_tabbedpages.071101.patch Tal Einat
Kurt B. Kaiser
2007-12-11
2
-148/+47
*
The new float repr causes too much trouble and pain. I'm disabling the featur...
Christian Heimes
2007-12-11
1
-1/+2
*
format_paragraph_event wasn't returning 'break'
Kurt B. Kaiser
2007-12-11
1
-0/+1
*
Backport of r59456:59458 from py3k to trunk
Christian Heimes
2007-12-10
2
-1/+1037
*
Remove a 2.2-ism.
Guido van Rossum
2007-12-10
1
-2/+1
*
Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler.
Georg Brandl
2007-12-09
1
-0/+152
*
Two fixes in DocXMLRPCServer:
Georg Brandl
2007-12-09
1
-28/+4
*
correct email address
Skip Montanaro
2007-12-08
1
-10/+1
*
Fix tpyo.
Georg Brandl
2007-12-08
1
-1/+1
[next]