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
...
*
Silence 'r may be used uninitialized' compiler warning.
Mark Dickinson
2008-04-21
1
-0/+1
*
Comment typo
Andrew M. Kuchling
2008-04-21
1
-1/+1
*
math.atan2 is misbehaving on Windows; this patch
Mark Dickinson
2008-04-20
1
-1/+37
*
Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache c...
Amaury Forgeot d'Arc
2008-04-20
1
-0/+3
*
Add test for tanh(-0.) == -0. on IEEE 754 systems
Mark Dickinson
2008-04-20
1
-0/+58
*
Even more fixes for alpha Tru64, this time for
Mark Dickinson
2008-04-20
1
-1/+10
*
Move description of math module changes; various edits to description of cmat...
Andrew M. Kuchling
2008-04-20
1
-48/+62
*
Issue 2662: Initialize special value tables dynamically (i.e. when
Mark Dickinson
2008-04-20
1
-109/+128
*
Yet more explicit special case handling to make
Mark Dickinson
2008-04-20
2
-47/+67
*
FreeBSD doesn't follow C99 for modf(inf); so add explicit
Mark Dickinson
2008-04-20
1
-0/+9
*
Report additional diagnostic information in
Mark Dickinson
2008-04-20
1
-1/+6
*
Move asinh documentation to the proper place.
Mark Dickinson
2008-04-19
1
-17/+18
*
Correct documentation for math.pow;
Mark Dickinson
2008-04-19
1
-4/+8
*
Update template for newest Sphinx.
Georg Brandl
2008-04-19
2
-3/+4
*
Document updates to math and cmath modules.
Mark Dickinson
2008-04-19
1
-0/+51
*
Complete documentation for errors argument of io's open and TextIOWrapper
Benjamin Peterson
2008-04-19
1
-9/+14
*
Additional special-case handling for math.pow.
Mark Dickinson
2008-04-19
1
-6/+13
*
Copy io documentation back from py3k branch so changes can be merged into it.
Benjamin Peterson
2008-04-19
1
-25/+30
*
Additional tests for math.pow, and extra special-case
Mark Dickinson
2008-04-19
2
-10/+135
*
:func: et al. should *not* include the parens.
Georg Brandl
2008-04-19
1
-3/+3
*
#2631: clarify IMPORT_NAME semantics.
Georg Brandl
2008-04-19
1
-3/+5
*
#2633: clarify meaning of env parameter.
Georg Brandl
2008-04-19
1
-2/+3
*
#2634: clarify meaning of env parameter to spawn/exec*e.
Georg Brandl
2008-04-19
1
-2/+4
*
#2369: clarify that copyfile() doesn't take a target directory.
Georg Brandl
2008-04-19
1
-9/+11
*
Fix-up docs for revision 62386.
Georg Brandl
2008-04-19
1
-2/+8
*
Added kill, terminate and send_signal to subprocess.Popen
Christian Heimes
2008-04-19
4
-0/+103
*
Stupid me. Py_RETURN_NAN should actually return something ...
Christian Heimes
2008-04-18
1
-1/+1
*
Added new files to Windows project files
Christian Heimes
2008-04-18
4
-4/+23
*
Some tests did not pass on repeated calls (regrtest -R::)
Amaury Forgeot d'Arc
2008-04-18
7
-9/+29
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
25
-1157/+5100
*
Fix indentation in sysmodule.c
Benjamin Peterson
2008-04-18
1
-4/+4
*
resolve issue 2014
Skip Montanaro
2008-04-18
3
-11/+33
*
Rewrite introductory section, and remove old section. (It was already commen...
Andrew M. Kuchling
2008-04-18
1
-62/+29
*
Remove personal note from Jim Roskind; it no longer applies, and the
Andrew M. Kuchling
2008-04-18
1
-9/+0
*
#2654: fix typo
Andrew M. Kuchling
2008-04-18
1
-1/+1
*
Use correct parameter name
Andrew M. Kuchling
2008-04-18
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-04-17
1
-2/+2
*
Be consistent in the use of read-only.
Jeroen Ruigrok van der Werven
2008-04-17
1
-1/+1
*
Issue 2648: Add leading zero to money format recipe in the docs.
Raymond Hettinger
2008-04-17
2
-10/+8
*
Add details about the return value for mmap.flush().
Jeroen Ruigrok van der Werven
2008-04-16
1
-0/+6
*
Reformat to 80 columns prior to adding documentation.
Jeroen Ruigrok van der Werven
2008-04-16
1
-88/+92
*
Fix for possible signed overflow: the behaviour of -LONG_MIN is
Mark Dickinson
2008-04-15
1
-6/+19
*
Typo fix
Andrew M. Kuchling
2008-04-15
1
-1/+1
*
Add *,**,@ to index, as suggested by
Andrew M. Kuchling
2008-04-15
2
-0/+13
*
Add myself to Doc/ACKS.txt
Benjamin Peterson
2008-04-15
1
-0/+1
*
Add test file missing from rev 62350
Nick Coghlan
2008-04-15
1
-0/+123
*
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...
Nick Coghlan
2008-04-15
3
-1/+62
*
Prevent namespace pollution, add static for internal functions
Neal Norwitz
2008-04-15
2
-5/+5
*
Various items; begin writing the SSL section
Andrew M. Kuchling
2008-04-15
1
-8/+17
*
Backport manually r62342 from the py3k branch to the trunk.
Alexandre Vassalotti
2008-04-14
1
-17/+23
[prev]
[next]