summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-37087: Adding native ID support for OpenBSD (GH-13654)David Carlier2019-06-032-3/+3
* Doc fix: duplicate object description of email.message (GH-13742)Julien Palard2019-06-031-0/+1
* Add credits to What's New in Python 3.8 (GH-13776)Victor Stinner2019-06-031-1/+18
* bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)Inada Naoki2019-06-031-0/+4
* bpo-36896: Clarify that some types constructors are unstable (GH-13271)Matthias Bussonnier2019-06-031-0/+3
* bpo-36974: document PEP 590 (GH-13450)Jeroen Demeyer2019-06-024-123/+293
* Update the annotated assignment docs (GH-13757)Ivan Levkivskyi2019-06-021-1/+7
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-023-3/+3
* bpo-19184: Update the documentation of dis module. (GH-13652)Michele Angrisano2019-06-021-3/+7
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Michele Angrisano2019-06-021-2/+3
* bpo-36027: Extend three-argument pow to negative second argument (GH-13266)Mark Dickinson2019-06-022-3/+24
* bpo-37128: Add math.perm(). (GH-13731)Serhiy Storchaka2019-06-021-0/+13
* Improve version added references in `typing` module docs (GH-13457)Anthony Sottile2019-06-021-4/+18
* Put math.comb() docs is correct place alphabetically (GH-13734)Raymond Hettinger2019-06-011-15/+15
* bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)Marco Buttu2019-06-011-10/+16
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-015-9/+43
* bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)Pablo Galindo2019-06-011-1/+1
* bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)Evan2019-06-011-12/+23
* bpo-35431: Refactor math.comb() implementation. (GH-13725)Serhiy Storchaka2019-06-011-2/+2
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-013-19/+25
* bpo-31968: Documentation -- add clarification on the globals dict for exec() ...Anthony Shaw2019-06-011-1/+2
* Doc: Correct the creation year and the credits of the Logo Programming langua...Stéphane Wirtel2019-06-011-2/+2
* Move whats-new entry for math.factorial to the math module section. (GH-13723)Mark Dickinson2019-06-011-3/+3
* Use more PEP 570 syntax in the documentation. (GH-13720)Serhiy Storchaka2019-06-014-19/+19
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-0112-19/+18
* bpo-35431: Implemented math.comb (GH-11414)Yash Aggarwal2019-06-011-0/+15
* bpo-18911: clarify that the minidom XML writer receives texts but not bytes (...Windson yang2019-06-011-5/+6
* Add option to trace to run modules (GH-5134)Mario Corchero2019-06-011-0/+3
* bpo-37105: Add deprecated-remove information on stream doc (#13672)Emmanuel Arias2019-05-311-0/+16
* bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)Cheryl Sabella2019-05-311-0/+5
* bpo-26826: Expose copy_file_range in the os module (GH-7255)Pablo Galindo2019-05-311-0/+22
* Document changes for PyCode_New regarding PEP570 (GH-13706)Pablo Galindo2019-05-312-0/+6
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Akshay Sharma2019-05-311-1/+1
* bpo-26835: Add file sealing constants to fcntl (GH-13694)Christian Heimes2019-05-311-0/+4
* bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)Makdon2019-05-311-4/+12
* Update data model docs to include missing attributes for code objects (GH-13696)Pablo Galindo2019-05-311-12/+17
* bpo-34271: Add ssl debugging helpers (GH-10031)Christian Heimes2019-05-311-0/+23
* bpo-29262: Add get_origin() and get_args() introspection helpers to typing (G...Ivan Levkivskyi2019-05-301-0/+19
* bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)Anthony Sottile2019-05-301-2/+2
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Matthias Bussonnier2019-05-301-2/+2
* bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)Antti Haapala2019-05-301-5/+6
* bpo-5028: fix doc bug for tokenize (GH-11683)Andrew Carr2019-05-301-1/+1
* Fix audit event typo : urllib.request -> urllib.Request (GH-13550)Xtreak2019-05-301-2/+2
* bpo-36999: Add asyncio.Task.get_coro() (GH-13680)Alex Grönholm2019-05-301-0/+6
* bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675)Giampaolo Rodola2019-05-302-3/+2
* Regenerate topics file (GH-13642)Pablo Galindo2019-05-291-1/+1
* bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...Zackery Spytz2019-05-292-3/+16
* bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...Antoine Pitrou2019-05-292-0/+14
* bpo-26836: Add os.memfd_create() (#13567)Zackery Spytz2019-05-292-0/+42
* bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith2019-05-292-2/+38