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
*
Compilation was broken on Windows since the introduction of Advanced String F...
Amaury Forgeot d'Arc
2008-02-17
4
-8/+34
*
Backport of PEP 3101, Advanced String Formatting, from py3k.
Eric Smith
2008-02-17
27
-23/+3873
*
Issue 2112. mmap does not raises EnvironmentError no more, but
Facundo Batista
2008-02-17
3
-1/+12
*
Now we handle different the backup copy, because of security
Facundo Batista
2008-02-17
2
-16/+29
*
Fix function name.
Georg Brandl
2008-02-17
1
-1/+1
*
#2131: note that codecs.open() always opens files in binary mode.
Georg Brandl
2008-02-17
1
-1/+9
*
Move test_logging over to doctest.
Brett Cannon
2008-02-17
4
-971/+2008
*
Prevent a crash with nested scopes, again caused by calling Py_DECREF when th...
Amaury Forgeot d'Arc
2008-02-16
3
-1/+24
*
Crashers of the day: Py_CLEAR must be used when there is a chance that the
Amaury Forgeot d'Arc
2008-02-16
2
-3/+2
*
#2120: broken links in advocacy document.
Georg Brandl
2008-02-16
1
-5/+5
*
Add __all__ to logging module.
Raymond Hettinger
2008-02-16
1
-0/+5
*
mmap.PROT_READ does not exists on win32;
Amaury Forgeot d'Arc
2008-02-16
1
-0/+2
*
Re-enable tests, they were failing since gc.collect() clears the various free...
Amaury Forgeot d'Arc
2008-02-15
1
-7/+17
*
Configured selection highlighting colors were ignored; updating highlighting
Kurt B. Kaiser
2008-02-15
3
-36/+30
*
ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
Kurt B. Kaiser
2008-02-15
2
-6/+9
*
Temporarily let these tests pass
Amaury Forgeot d'Arc
2008-02-15
1
-0/+2
*
Issue #2115: __slot__ attributes setting was 10x slower.
Amaury Forgeot d'Arc
2008-02-15
3
-1/+23
*
Update example to match the current syntax.
Raymond Hettinger
2008-02-15
1
-1/+1
*
Two new functions:
Skip Montanaro
2008-02-15
1
-3/+25
*
In PyNumber_ToBase, changed from an assert to returning an error when PyObjec...
Eric Smith
2008-02-15
1
-1/+5
*
Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ
Christian Heimes
2008-02-15
3
-0/+13
*
Fixed repr() and str() of complex numbers. Complex suffered from the same pro...
Christian Heimes
2008-02-15
3
-7/+57
*
Use a static and interned string for __subclasscheck__ and __instancecheck__ ...
Christian Heimes
2008-02-14
1
-2/+16
*
Try to correct a markup error that does hide the following paragraph.
Thomas Heller
2008-02-14
1
-1/+0
*
No need to register subclass of ABCs.
Raymond Hettinger
2008-02-14
1
-2/+0
*
Fix markup
Raymond Hettinger
2008-02-14
1
-1/+1
*
Simplify moneyfmt() recipe.
Raymond Hettinger
2008-02-14
1
-13/+5
*
Implemented Martin's suggestion to clear the free lists during the garbage co...
Christian Heimes
2008-02-14
15
-25/+131
*
Fix markup.
Raymond Hettinger
2008-02-14
1
-1/+1
*
Show how to remove exponents.
Raymond Hettinger
2008-02-14
1
-0/+11
*
Improve rst markup
Raymond Hettinger
2008-02-14
1
-6/+5
*
Add fixed-point examples to the decimal FAQ
Raymond Hettinger
2008-02-14
1
-3/+30
*
Add diagnostic message to help figure-out why SocketServer tests occasionally...
Raymond Hettinger
2008-02-14
1
-1/+5
*
Change simple instances (in Fraction) of self.numerator and self.denominator to
Jeffrey Yasskin
2008-02-14
1
-28/+28
*
Performance optimizations on Fraction's constructor.
Jeffrey Yasskin
2008-02-14
2
-15/+13
*
Fix decimal repr which should have used single quotes like other reprs.
Raymond Hettinger
2008-02-14
3
-334/+334
*
Update notes on Decimal.
Raymond Hettinger
2008-02-14
1
-4/+5
*
Bring NEWS.txt up to date from check-in msgs.
Kurt B. Kaiser
2008-02-14
1
-0/+7
*
Make the test somewhat clearer (I hope).
Thomas Heller
2008-02-13
1
-4/+4
*
Add pickle support to ctypes types.
Thomas Heller
2008-02-13
7
-1/+177
*
Fix --enable-universalsdk and its comment line so that zsh's flag completion
Brett Cannon
2008-02-13
2
-3/+3
*
Working on issue #1762: Brought
Jeffrey Yasskin
2008-02-13
2
-2/+24
*
#2063: correct order of utime and stime in os.times()
Georg Brandl
2008-02-13
3
-3/+5
*
Replace R=fractions.Fraction with F=fractions.Fraction in
Mark Dickinson
2008-02-12
1
-189/+189
*
Revert change in r60712: turn alternate constructors back into
Mark Dickinson
2008-02-12
1
-13/+13
*
Implementation of Fraction.limit_denominator.
Mark Dickinson
2008-02-12
3
-56/+79
*
dict.copy() rises from the ashes. Revert r60687.
Raymond Hettinger
2008-02-12
3
-31/+3
*
Patch #1966: Break infinite loop in httplib when the servers
Martin v. Löwis
2008-02-12
2
-0/+7
*
what??! Correct r60225.
Kurt B. Kaiser
2008-02-12
1
-1/+1
*
Patch #1736: Fix file name handling of _msi.FCICreate.
Martin v. Löwis
2008-02-12
2
-9/+11
[next]