summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-37748: Re-order the Run menu. (GH-15115)Terry Jan Reedy2019-08-041-16/+16
* Update itertools docs (GH-15114)Raymond Hettinger2019-08-041-6/+6
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-041-0/+6
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Serhiy Storchaka2019-08-041-0/+17
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-032-3/+28
* bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)Joannah Nanjekye2019-08-021-4/+12
* bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)mental2019-08-011-4/+15
* bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs...David H2019-07-311-3/+3
* bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)Hai Shi2019-07-311-0/+6
* bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)karl ding2019-07-311-0/+3
* Refined Qt GUI example in the logging cookbook. (GH-15045)Vinay Sajip2019-07-311-17/+39
* bpo-33821: Update IDLE section of What's New 3.7 (#15036)Terry Jan Reedy2019-07-311-1/+10
* bpo-33822: Add IDLE section of What's New 3.8 (#15035)Terry Jan Reedy2019-07-311-0/+27
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-302-2/+2
* bpo-36084: Add threading Native ID information to What's New documentation (G...Jake Tesler2019-07-302-5/+13
* bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...Pablo Galindo2019-07-302-4/+8
* Remove trailing .0 from version changed note (GH-14987)Nick Coghlan2019-07-281-1/+1
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Raymond Hettinger2019-07-271-1/+2
* Add Qt GUI example to the logging cookbook. (GH-14978)Vinay Sajip2019-07-271-0/+213
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Derek Keeler2019-07-261-4/+2
* bpo-35524: Update Windows installer image in docs (GH-14966)Steve Dower2019-07-261-0/+0
* Swap 'if' branches so content matches to condition in importlib example (GH-1...Tzu-ping Chung2019-07-251-3/+3
* bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867)Stefan Behnel2019-07-241-2/+40
* Touch up venv docs (GH-14922)Brett Cannon2019-07-231-21/+26
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-233-4/+25
* Update logging cookbook to show multiple worker processes using the concurren...Vinay Sajip2019-07-221-0/+35
* Add examples to elucidate the formulas (GH-14898)Raymond Hettinger2019-07-211-6/+10
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)Ned Deily2019-07-211-1/+1
* bpo-37624: Document weight assumptions for random.choices() (GH-14855)Raymond Hettinger2019-07-191-1/+2
* bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)aldwinaldwin2019-07-193-11/+15
* Docs: Correct formatting of a multiline code block (GH-13806)Joseph Fox-Rabinovitz2019-07-171-2/+4
* bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)sgal2019-07-161-3/+1
* bpo-37352: Minor word-smithing for design.rst (GH #14730)Ilya Kamenshchikov2019-07-161-5/+5
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-162-7/+5
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-151-0/+4
* Remove redundant docs of PyEval_EvalFrameEx (GH-14765)Hai Shi2019-07-141-6/+6
* bpo-37571: Remove extra space in ctypes docs (GH14764)Steve Dower2019-07-141-1/+1
* bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)Michele Angrisano2019-07-141-3/+8
* bpo-36261: Improve example of the preamble field in email docs (GH-14751)Carl Bordum Hansen2019-07-141-1/+1
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-141-0/+4
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-131-0/+3
* bpo-37548: Document range of atan, acos and asin (GH-14717)Giovanni Cappellotto2019-07-131-3/+6
* bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)Milan Oberkirch2019-07-131-1/+1
* Fix typo in re.escape documentation (GH-14722)Robert DiPietro2019-07-131-1/+1
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-121-9/+9
* closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)Mariatta2019-07-111-1/+1
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Tal Einat2019-07-111-3/+4
* bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)Jeroen Demeyer2019-07-111-0/+12
* Document default parameter of .seek() in the signature. (GH-14691)Benjamin Peterson2019-07-111-2/+2