summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Silence 'r may be used uninitialized' compiler warning.Mark Dickinson2008-04-211-0/+1
* Comment typoAndrew M. Kuchling2008-04-211-1/+1
* math.atan2 is misbehaving on Windows; this patchMark Dickinson2008-04-201-1/+37
* Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache c...Amaury Forgeot d'Arc2008-04-201-0/+3
* Add test for tanh(-0.) == -0. on IEEE 754 systemsMark Dickinson2008-04-201-0/+58
* Even more fixes for alpha Tru64, this time forMark Dickinson2008-04-201-1/+10
* Move description of math module changes; various edits to description of cmat...Andrew M. Kuchling2008-04-201-48/+62
* Issue 2662: Initialize special value tables dynamically (i.e. whenMark Dickinson2008-04-201-109/+128
* Yet more explicit special case handling to makeMark Dickinson2008-04-202-47/+67
* FreeBSD doesn't follow C99 for modf(inf); so add explicitMark Dickinson2008-04-201-0/+9
* Report additional diagnostic information inMark Dickinson2008-04-201-1/+6
* Move asinh documentation to the proper place.Mark Dickinson2008-04-191-17/+18
* Correct documentation for math.pow;Mark Dickinson2008-04-191-4/+8
* Update template for newest Sphinx.Georg Brandl2008-04-192-3/+4
* Document updates to math and cmath modules.Mark Dickinson2008-04-191-0/+51
* Complete documentation for errors argument of io's open and TextIOWrapperBenjamin Peterson2008-04-191-9/+14
* Additional special-case handling for math.pow.Mark Dickinson2008-04-191-6/+13
* Copy io documentation back from py3k branch so changes can be merged into it.Benjamin Peterson2008-04-191-25/+30
* Additional tests for math.pow, and extra special-caseMark Dickinson2008-04-192-10/+135
* :func: et al. should *not* include the parens.Georg Brandl2008-04-191-3/+3
* #2631: clarify IMPORT_NAME semantics.Georg Brandl2008-04-191-3/+5
* #2633: clarify meaning of env parameter.Georg Brandl2008-04-191-2/+3
* #2634: clarify meaning of env parameter to spawn/exec*e.Georg Brandl2008-04-191-2/+4
* #2369: clarify that copyfile() doesn't take a target directory.Georg Brandl2008-04-191-9/+11
* Fix-up docs for revision 62386.Georg Brandl2008-04-191-2/+8
* Added kill, terminate and send_signal to subprocess.PopenChristian Heimes2008-04-194-0/+103
* Stupid me. Py_RETURN_NAN should actually return something ...Christian Heimes2008-04-181-1/+1
* Added new files to Windows project filesChristian Heimes2008-04-184-4/+23
* Some tests did not pass on repeated calls (regrtest -R::)Amaury Forgeot d'Arc2008-04-187-9/+29
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-1825-1157/+5100
* Fix indentation in sysmodule.cBenjamin Peterson2008-04-181-4/+4
* resolve issue 2014Skip Montanaro2008-04-183-11/+33
* Rewrite introductory section, and remove old section. (It was already commen...Andrew M. Kuchling2008-04-181-62/+29
* Remove personal note from Jim Roskind; it no longer applies, and theAndrew M. Kuchling2008-04-181-9/+0
* #2654: fix typoAndrew M. Kuchling2008-04-181-1/+1
* Use correct parameter nameAndrew M. Kuchling2008-04-181-1/+1
* Typo fixesAndrew M. Kuchling2008-04-171-2/+2
* Be consistent in the use of read-only.Jeroen Ruigrok van der Werven2008-04-171-1/+1
* Issue 2648: Add leading zero to money format recipe in the docs.Raymond Hettinger2008-04-172-10/+8
* Add details about the return value for mmap.flush().Jeroen Ruigrok van der Werven2008-04-161-0/+6
* Reformat to 80 columns prior to adding documentation.Jeroen Ruigrok van der Werven2008-04-161-88/+92
* Fix for possible signed overflow: the behaviour of -LONG_MIN isMark Dickinson2008-04-151-6/+19
* Typo fixAndrew M. Kuchling2008-04-151-1/+1
* Add *,**,@ to index, as suggested byAndrew M. Kuchling2008-04-152-0/+13
* Add myself to Doc/ACKS.txtBenjamin Peterson2008-04-151-0/+1
* Add test file missing from rev 62350Nick Coghlan2008-04-151-0/+123
* Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...Nick Coghlan2008-04-153-1/+62
* Prevent namespace pollution, add static for internal functionsNeal Norwitz2008-04-152-5/+5
* Various items; begin writing the SSL sectionAndrew M. Kuchling2008-04-151-8/+17
* Backport manually r62342 from the py3k branch to the trunk.Alexandre Vassalotti2008-04-141-17/+23