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
*
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
*
this needn't be a shebang line
Benjamin Peterson
2009-02-14
1
-1/+1
*
we're no longer using CVS, so this doesn't have to be binary
Benjamin Peterson
2009-02-14
1
-31/+30
*
Replace variable
Tarek Ziadé
2009-02-14
1
-1/+1
*
Fix for #5257: refactored all tests in distutils, so they use a temporary dir...
Tarek Ziadé
2009-02-14
8
-74/+67
*
Add keyword argument support to itertools.count().
Raymond Hettinger
2009-02-14
3
-9/+10
*
fix the environ for distutils test_util
Tarek Ziadé
2009-02-13
1
-1/+6
*
Fixed #4524: distutils build_script command failed with --with-suffix=3
Tarek Ziadé
2009-02-13
3
-2/+33
*
Issue #2461: added tests for distutils.util
Tarek Ziadé
2009-02-13
2
-0/+215
*
Add optional code signing after merging.
Martin v. Löwis
2009-02-13
1
-0/+6
*
Update Tix build procedure.
Martin v. Löwis
2009-02-13
1
-6/+6
*
Move amd64 properties further to the top, so that they override
Martin v. Löwis
2009-02-13
1
-4/+4
[next]