summaryrefslogtreecommitdiffstats
path: root/Modules/cmathmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)Mohamed Koubaa2020-09-101-30/+48
* bpo-35081: Move dtoa.h header to the internal C API (GH-18489)Victor Stinner2020-02-121-0/+1
* bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)Victor Stinner2019-11-201-11/+2
* bpo-37206: Unrepresentable default values no longer represented as None. (GH-...Serhiy Storchaka2019-09-141-4/+4
* bpo-36908: 'This module is always available' isn't helpful. (#13297)Ned Batchelder2019-05-171-2/+2
* Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson2016-08-291-0/+54
* Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-151-0/+1
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-52/+52
* Issue #26305: Argument Clinic now escapes braces. No need to double them.Serhiy Storchaka2016-06-091-7/+7
* Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-1/+2
|\
| * Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-1/+2
* | Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-311-0/+68
* | Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-2/+1
* | Regenerated Argument Clinic checksums.Serhiy Storchaka2015-02-201-3/+3
* | Issue #21092: Merge from 3.4.Mark Dickinson2015-01-111-3/+3
|\ \ | |/
| * Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson2015-01-111-3/+3
* | Issue #20152: Convert the cmath module to Argument Clinic.Brett Cannon2014-10-141-222/+267
* | Fix compilation failure (followup to #21803)Antoine Pitrou2014-07-071-3/+3
|/
* The function name for cmath.isinf in PyArg_ParseTuple() was wrong.Brett Cannon2014-01-311-1/+1
* Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+7
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-810/+810
| * Merged revisions 74305 via svnmerge fromMark Dickinson2009-08-041-1/+1
* | Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-111-0/+14
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-810/+810
* | Merged revisions 76978 via svnmerge fromMark Dickinson2009-12-211-5/+6
* | Merged revisions 74303 via svnmerge fromMark Dickinson2009-08-041-1/+1
|/
* Merged revisions 70062 via svnmerge fromMark Dickinson2009-02-281-2/+2
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-2/+4
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes2008-04-211-1/+10
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-201-109/+128
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-133/+886
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Patch #826074: cmath.log optional base argument, fixes #823209Raymond Hettinger2004-06-141-7/+27
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-3/+3
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-34/+34
* Use the PyModule_*() API instead of manipulating the module dictionaryFred Drake2002-04-011-7/+5
* SF bug 525705: [2.2] underflow raise OverflowException.Tim Peters2002-03-091-2/+1
* Revert parts of patch #453627, documenting the resulting test failuresMartin v. Löwis2001-09-061-18/+2
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-15/+2
* Patch #453627: Define the following macros when compiling on a UnixWare 7.x s...Martin v. Löwis2001-09-051-2/+18
* asin micro-optimization suggested in email.Tim Peters2001-02-221-2/+3
* Bug #133297: cmath.asin is the same as cmath.asinh.Tim Peters2001-02-211-8/+9
* Rename some constants for easier readability.Tim Peters2001-02-201-8/+8
* Mechanical edits just so I can read it.Tim Peters2001-02-201-142/+138
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-16/+32
istachkin_review Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic
ModeNameSize
-rw-r--r--README199logstatsplain
-rw-r--r--regc_color.c18954logstatsplain
-rw-r--r--regc_cvec.c4013logstatsplain
-rw-r--r--regc_lex.c25976logstatsplain
-rw-r--r--regc_locale.c54601logstatsplain
-rw-r--r--regc_nfa.c84271logstatsplain
-rw-r--r--regcomp.c57427logstatsplain
-rw-r--r--regcustom.h4852logstatsplain
-rw-r--r--rege_dfa.c19515logstatsplain
-rw-r--r--regerror.c3722logstatsplain
-rw-r--r--regerrs.h1198logstatsplain
-rw-r--r--regex.h10669logstatsplain
-rw-r--r--regexec.c35986logstatsplain
-rw-r--r--regfree.c2177logstatsplain
-rw-r--r--regfronts.c2499logstatsplain
-rw-r--r--regguts.h15351logstatsplain
-rw-r--r--tcl.decls65080logstatsplain
-rw-r--r--tcl.h94833logstatsplain
-rw-r--r--tclAlloc.c17828logstatsplain
-rw-r--r--tclAssembly.c134375logstatsplain
-rw-r--r--tclAsync.c10017logstatsplain
-rw-r--r--tclBasic.c259658logstatsplain
-rw-r--r--tclBinary.c75938logstatsplain
-rw-r--r--tclCkalloc.c32878logstatsplain
-rw-r--r--tclClock.c109544logstatsplain
-rw-r--r--tclClockFmt.c79370logstatsplain
-rw-r--r--tclCmdAH.c82738logstatsplain
-rw-r--r--tclCmdIL.c122498logstatsplain
-rw-r--r--tclCmdMZ.c127610logstatsplain
-rw-r--r--tclCompCmds.c103361logstatsplain
-rw-r--r--tclCompCmdsGR.c87737logstatsplain
-rw-r--r--tclCompCmdsSZ.c124016logstatsplain
-rw-r--r--tclCompExpr.c83402logstatsplain
-rw-r--r--tclCompile.c147171logstatsplain
-rw-r--r--tclCompile.h70995logstatsplain
-rw-r--r--tclConfig.c10879logstatsplain
-rw-r--r--tclDTrace.d7347logstatsplain
-rw-r--r--tclDate.c76996logstatsplain
-rw-r--r--tclDate.h14907logstatsplain
-rw-r--r--tclDecls.h169652logstatsplain
-rw-r--r--tclDictObj.c97741logstatsplain
-rw-r--r--tclDisassemble.c46165logstatsplain
-rw-r--r--tclEncoding.c105258logstatsplain
-rw-r--r--tclEnsemble.c104994logstatsplain
-rw-r--r--tclEnv.c20327logstatsplain
-rw-r--r--tclEvent.c43476logstatsplain