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
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
56
-93/+93
*
#5338, #5339: two types in the API manual.
Georg Brandl
2009-02-21
2
-2/+2
*
Speedup and simplify negative counter using count's new step argument.
Raymond Hettinger
2009-02-21
1
-3/+3
*
Fix keyword arguments for itertools.count().
Raymond Hettinger
2009-02-21
2
-28/+45
*
Issue #5295: Typos in turtle.py
Mark Dickinson
2009-02-20
1
-21/+21
*
Issue 5176: special-case string formatting in BINARY_MODULO implementation. T...
Collin Winter
2009-02-20
2
-1/+10
*
Issue #5247: Improve error message when unknown format codes are used when us...
Eric Smith
2009-02-20
2
-17/+35
*
Fix punctuation.
Georg Brandl
2009-02-20
1
-1/+1
*
At least separate imports from other statements.
Georg Brandl
2009-02-20
3
-9/+14
*
#5327: fix a broken link by joining it.
Georg Brandl
2009-02-20
1
-2/+2
*
revert r69777 since all the experts agree that extra import lines distract fr...
Benjamin Peterson
2009-02-20
31
-96/+42
*
Since we recommend one module per import line, reflect this also in the
Jeroen Ruigrok van der Werven
2009-02-19
31
-42/+96
*
#5317: update IronPython URL.
Georg Brandl
2009-02-19
1
-2/+1
*
#5287: Add exception handling around findCaller() call to help out IronPython.
Vinay Sajip
2009-02-19
2
-3/+10
*
Inline coefficients in gamma(). Add reflection formula. Add comments.
Raymond Hettinger
2009-02-19
1
-10/+18
*
#5310, #3558: fix operator precedence table.
Georg Brandl
2009-02-19
1
-28/+18
*
Add links to helpful external resources.
Raymond Hettinger
2009-02-19
2
-4/+10
*
Add an example for math.fsum() and elaborate on the accurary note.
Raymond Hettinger
2009-02-19
1
-8/+12
*
Add some cross-references to the docs. Simplify the python code equivalent f...
Raymond Hettinger
2009-02-19
3
-10/+16
*
Add keyword arg support to itertools.repeat().
Raymond Hettinger
2009-02-19
2
-7/+7
*
Add keyword arg support to itertools.compress().
Raymond Hettinger
2009-02-19
2
-6/+5
*
Py3k warnings now automatically include -Qwarn for division.
Raymond Hettinger
2009-02-18
2
-0/+5
*
Generalize the itertools.tee() recipe.
Raymond Hettinger
2009-02-18
1
-24/+24
*
Clarify socket timeout behavior vs system network stack behavior on connect
Gregory P. Smith
2009-02-18
1
-4/+7
*
#5268: mention VMSError.
Georg Brandl
2009-02-18
1
-0/+5
*
#5296: sequence -> iterable.
Georg Brandl
2009-02-18
1
-5/+5
*
#5297: fix example.
Georg Brandl
2009-02-18
1
-1/+1
*
fixed the data_files inclusion behavior
Tarek Ziadé
2009-02-17
3
-3/+8
*
Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
Hirokazu Yamamoto
2009-02-17
3
-2/+26
*
Clarify the deprecation of platform.dist().
Marc-André Lemburg
2009-02-17
1
-1/+11
*
Fix issue776533.
Ronald Oussoren
2009-02-17
1
-0/+2
*
Fixup intro paragraphs for the itertools docs. Add some tables for quick ref...
Raymond Hettinger
2009-02-17
1
-27/+52
*
Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
Hirokazu Yamamoto
2009-02-17
3
-2/+8
*
#2279 added the plain path case for data_files
Tarek Ziadé
2009-02-17
2
-7/+23
*
Fix-up intro paragraph for collections docs.
Raymond Hettinger
2009-02-17
1
-13/+13
*
Add explanation for super(type1, type2).
Raymond Hettinger
2009-02-16
1
-1/+1
*
Issue 5229: Documentation for super() neglects to say what super() actually does
Raymond Hettinger
2009-02-16
1
-1/+5
*
note about #2279
Tarek Ziadé
2009-02-16
1
-0/+3
*
#2279: use os.sep so the MANIFEST file test work on win32
Tarek Ziadé
2009-02-16
1
-6/+6
*
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...
Tarek Ziadé
2009-02-16
6
-43/+162
*
PyList_Append() can fail
Benjamin Peterson
2009-02-16
1
-2/+4
*
remove some PyBytes_* aliases that are not in 3.x
Benjamin Peterson
2009-02-16
2
-6/+2
*
fix compiler warnings
Benjamin Peterson
2009-02-16
1
-5/+5
*
Add GC support to count() objects. Backport candidate.
Raymond Hettinger
2009-02-16
2
-4/+19
*
note functions that are not aliased to PyBytes_ #5280
Benjamin Peterson
2009-02-16
1
-2/+28
*
Added Ross Light to ACKS, for bug 4285 (r69331).
Eric Smith
2009-02-16
1
-0/+1
*
A few more minor fixes in longobject.c
Mark Dickinson
2009-02-15
2
-5/+5
*
Issue #5260: Various portability and standards compliance fixes, optimizations
Mark Dickinson
2009-02-15
4
-54/+46
*
Fixed typo.
Hirokazu Yamamoto
2009-02-15
1
-1/+1
*
#5179: don't leak PIPE fds when child execution fails.
Georg Brandl
2009-02-14
2
-0/+19
[next]