Skip to content
Branch: master
Find file History
ananthan-123 and blurb-it bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
* Update math.rst

* Update math.rst

* updated whats new

* Update test_math.py

* Update mathmodule.c

* Update mathmodule.c.h

* Update ACKS

* 📜🤖 Added by blurb_it.

* Update 3.9.rst

* Update 2020-02-18-12-37-16.bpo-39479.j3UcCq.rst

* Update math.rst

* Update 2020-02-18-12-37-16.bpo-39479.j3UcCq.rst

* Update test_math.py

* Update ACKS

* Update mathmodule.c.h

* Update mathmodule.c

* Update mathmodule.c.h

* Update mathmodule.c.h

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Latest commit f2ee21d Feb 19, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_blake2 bpo-39573: Add Py_SET_TYPE() function (GH-18394) Feb 7, 2020
_ctypes bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_decimal bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_io bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) Feb 14, 2020
_multiprocessing bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298) Feb 1, 2020
_sha3 bpo-39573: Add Py_SET_TYPE() function (GH-18394) Feb 7, 2020
_sqlite bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_ssl bpo-34271: Fix compatibility with 1.0.2 (GH-13728) Jun 3, 2019
_xxtestfuzz bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
cjkcodecs bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
clinic bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) Feb 19, 2020
expat bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POS… Oct 12, 2019
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
Setup bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
_abc.c bpo-1635741: Port _abc extension to multiphase initialization (PEP 48… Feb 17, 2020
_asynciomodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_bisectmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
_bz2module.c bpo-1635741: Port _bz2 extension module to multiphase initialization(… Feb 18, 2020
_codecsmodule.c bpo-1635741: Port _codecs extension module to multiphase initializati… Feb 11, 2020
_collectionsmodule.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_contextvarsmodule.c bpo-1635741: Port _contextvars module to multiphase initialization (P… Feb 17, 2020
_cryptmodule.c bpo-1635741: Port _crypt extension module to multiphase initializatio… Feb 17, 2020
_csv.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_curses_panel.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_cursesmodule.c bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) Feb 7, 2020
_datetimemodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_dbmmodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_elementtree.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_functoolsmodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_gdbmmodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_hashopenssl.c bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043) Nov 4, 2019
_heapqmodule.c bpo-39421: Fix posible crash in heapq with custom comparison operators ( Jan 23, 2020
_json.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_localemodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
_lsprof.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_lzmamodule.c bpo-21872: fix lzma library decompresses data incompletely (GH-14048) Sep 12, 2019
_math.c Issue #28256: Cleanup _math.c Oct 18, 2016
_math.h Issue #28256: Cleanup _math.c Oct 18, 2016
_opcode.c bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) Sep 18, 2018
_operator.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_pickle.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_posixsubprocess.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_queuemodule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
_randommodule.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_scproxy.c closes bpo-31903: Release the GIL when calling into SystemConfigurati… Sep 11, 2018
_sre.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_ssl.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. Jan 18, 2015
_stat.c bpo-37834: Normalise handling of reparse points on Windows (GH-15231) Aug 21, 2019
_statisticsmodule.c Clean up module initialization. (GH-17215) Nov 19, 2019
_struct.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_testbuffer.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_testcapimodule.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testinternalcapi.c bpo-36763: Implement the PEP 587 (GH-13592) May 27, 2019
_testmultiphase.c bpo-32388: Remove cross-version binary compatibility requirement in t… May 29, 2019
_threadmodule.c bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293) Nov 20, 2019
_tkinter.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
_tracemalloc.c bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) Feb 5, 2020
_uuidmodule.c bpo-32627: Fix compile error when conflicting `_uuid` headers included ( Jun 24, 2019
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
_winapi.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
_xxsubinterpretersmodule.c bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) Feb 7, 2020
addrinfo.h replace PY_LONG_LONG with long long Sep 6, 2016
arraymodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
atexitmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
audioop.c bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) Oct 22, 2019
binascii.c bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) Jan 30, 2020
cmathmodule.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
config.c.in rename _imp initialization function to follow conventions (#5432) Jan 29, 2018
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. May 13, 2012
faulthandler.c bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH… Jan 30, 2020
fcntlmodule.c bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
gc_weakref.txt Issue #13575: there is only one class type. Dec 12, 2011
gcmodule.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
getaddrinfo.c bpo-32241: Add the const qualifire to declarations of umodifiable str… Dec 12, 2017
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg. (#446) Mar 4, 2017
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695) Oct 10, 2019
grpmodule.c bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) Feb 7, 2020
hashlib.h bpo-31370: Remove support for threads-less builds (#3385) Sep 7, 2017
hashtable.c bpo-36594: Fix incorrect use of %p in format strings (GH-12769) May 6, 2019
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
itertoolsmodule.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX Nov 20, 2016
main.c bpo-38353: Cleanup includes in the internal C API (GH-16548) Oct 2, 2019
makesetup closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUI… Nov 27, 2018
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 Sep 14, 2005
mathmodule.c bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) Feb 19, 2020
md5module.c closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497) Feb 13, 2020
mmapmodule.c bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746 Oct 21, 2019
nismodule.c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) Nov 30, 2018
ossaudiodev.c Remove a dead comment from ossaudiodev.c (#15346) Aug 20, 2019
overlapped.c bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() … Sep 9, 2019
parsermodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
posixmodule.c bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (G… May 8, 2018
pwdmodule.c bpo-38073: Make pwd module PEP-384 compatible (GH-15790) Sep 10, 2019
pyexpat.c bpo-39245: Switch to public API for Vectorcall (GH-18460) Feb 11, 2020
readline.c bpo-38634: Allow non-apple build to cope with libedit (GH-16986) Dec 4, 2019
resource.c bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
rotatingtree.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
rotatingtree.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
selectmodule.c bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) Jan 7, 2020
sha1module.c bpo-39573: Add Py_SET_TYPE() function (GH-18394) Feb 7, 2020
sha256module.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
sha512module.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
signalmodule.c bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
socketmodule.c bpo-39573: Add Py_SET_TYPE() function (GH-18394) Feb 7, 2020
socketmodule.h bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in F… Oct 13, 2019
spwdmodule.c [security] bpo-13617: Reject embedded null characters in wchar* strin… Jun 28, 2017
sre.h bpo-25054, bpo-1647489: Added support of splitting on zerowidth patte… Dec 4, 2017
sre_constants.h bpo-31690: Allow the inline flags "a", "L", and "u" to be used as gro… Oct 24, 2017
sre_lib.h bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-1… Feb 18, 2019
symtablemodule.c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) Jun 13, 2019
syslogmodule.c bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, … Feb 13, 2020
termios.c bpo-28367: Add additional baud rates for termios (GH-13142) Jan 4, 2020
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testca… Nov 19, 2011
timemodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
tkappinit.c Issue #4350: Removed a number of out-of-dated and non-working for a l… Jul 23, 2014
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlie… Apr 22, 2015
unicodedata.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
unicodedata_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) May 9, 2019
unicodename_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) May 9, 2019
winreparse.h bpo-31512: Add non-elevated symlink support for Windows (GH-3652) Apr 9, 2019
xxlimited.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
xxmodule.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (G… Feb 17, 2020
xxsubtype.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
zlibmodule.c bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) Sep 10, 2019

README

Source files for standard library extension modules,
and former extension modules that are now builtin modules.
You can’t perform that action at this time.