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
*
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
*
Fix issue #1530.
Alexandre Vassalotti
2007-12-08
1
-3/+6
*
This is probably what was meant here.
Armin Rigo
2007-12-07
1
-1/+1
*
Increase unit test coverage of SimpleXMLRPCServer.
Georg Brandl
2007-12-07
1
-4/+132
*
Disabled one test that is failing on Unix
Christian Heimes
2007-12-06
1
-1/+2
*
Fixed get_config_h_filename for Windows. Without the patch it can't find the ...
Christian Heimes
2007-12-06
2
-8/+50
*
Fix Issue 1045.
Raymond Hettinger
2007-12-06
1
-2/+0
*
Fixed bug #1557 by using popen.communicate() before popen.wait()
Christian Heimes
2007-12-05
1
-2/+5
*
Error checking was too aggressive (reported by Chris Tismer)
Raymond Hettinger
2007-12-05
2
-2/+3
*
Fixed error in regrtest. I must have missed the spot.
Christian Heimes
2007-12-05
1
-1/+1
*
fma speedup by avoiding to create a Context. Thanks Mark Dickinson.
Facundo Batista
2007-12-04
1
-16/+31
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
2
-5/+18
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
5
-2/+1925
*
Faster _fix function, and some reordering for a more elegant
Facundo Batista
2007-12-03
1
-52/+47
*
Speedup and cleaning of __str__. Thanks Mark Dickinson.
Facundo Batista
2007-12-03
1
-71/+41
*
Applied my patch #1455 with some extra fixes for VS 2005
Christian Heimes
2007-12-03
4
-22/+706
*
Implement PEP 366
Nick Coghlan
2007-12-03
4
-53/+118
*
Add test suite for cmd module.
Georg Brandl
2007-12-01
1
-0/+186
*
Issue #1531: Read fileobj from the current offset, do not seek to
Lars Gustäbel
2007-12-01
2
-1/+34
*
Feature #1534
Christian Heimes
2007-12-01
1
-0/+2
*
Backport of -r59242:59246 from py3k
Christian Heimes
2007-11-30
1
-2/+6
*
Issue #1521: on 64bit platforms, str.decode fails on very long strings.
Amaury Forgeot d'Arc
2007-11-30
1
-4/+6
*
Reordering of __new__ to minimize isinstance() calls to most
Facundo Batista
2007-11-30
1
-55/+56
*
Issue #1402: PyInterpreterState_Clear() may still invoke user code
Amaury Forgeot d'Arc
2007-11-29
1
-0/+34
[next]