summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-041-2/+11
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Serhiy Storchaka2018-05-011-11/+27
* bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-...Stéphane Wirtel2018-05-011-8/+6
* Add What's New for Korean documentation translation. (GH-6645)Julien Palard2018-05-011-1/+4
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-4/+4
* bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...Siddhesh Poyarekar2018-04-291-1/+1
* bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)Bo Bayles2018-04-291-11/+17
* bpo-33378: Add Korean to the language switcher. (GH-6627)Dong-hee Na2018-04-281-0/+1
* Change "non-local state" to "content-local state". (GH-6617)Tom Christie2018-04-271-1/+1
* Clarify the inspect.getmembers predicate parameter (#6615)Brian Curtin2018-04-261-3/+4
* bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)Andrés Delfino2018-04-251-22/+27
* Mention both relevant PEPs in function annotations tutorial (GH-6304)Neeraj Badlani2018-04-251-2/+2
* Fix rendering issues in the documentation for the os module (#6525)Pablo Galindo2018-04-251-4/+16
* bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)Chris Bradbury2018-04-231-0/+5
* bpo-33297: Mention Pillow to work with more image formats. (#6505)Andrés Delfino2018-04-213-3/+7
* Clarify that __path__ can't be just any value (GH-6554)Brett Cannon2018-04-201-2/+1
* bpo-25427: Remove pyvenv (GH-5962)Brett Cannon2018-04-203-9/+3
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-202-2/+2
* Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)Pablo Galindo2018-04-191-0/+8
* fix pydoc-topics to work with Sphinx 1.7 (GH-6475)Benjamin Peterson2018-04-171-4/+8
* bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)Andrés Delfino2018-04-171-4/+5
* Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)Łukasz Langa2018-04-171-4/+0
* Remove to-be-deprecated urllib.request.urlretrieve function reference (#6454)Andrés Delfino2018-04-161-4/+12
* bpo-33185: Improve wording and markup (GH-6477)Nick Coghlan2018-04-151-5/+7
* bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)Nick Coghlan2018-04-151-3/+4
* bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)Antoine Pitrou2018-04-141-0/+19
* itemgetter add dict example (GH-1280)WeizhongTu2018-04-131-0/+2
* Fix error messages in argparse examples (GH-6435)suic862018-04-111-2/+2
* bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)Serhiy Storchaka2018-04-111-1/+1
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-0829-137/+301
* Add a prepend() recipe to teach a chain() idiom (GH-6415)Raymond Hettinger2018-04-081-0/+5
* bpo-29613: Added support for SameSite cookies (GH-6413)Alex Gaynor2018-04-071-0/+8
* bpo-33201: Modernize "Extension types" doc (GH-6337)Antoine Pitrou2018-04-0714-1917/+1732
* bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)Jay Crotts2018-04-071-0/+12
* bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...Brett Cannon2018-04-061-1/+6
* fixed capitalization of class name (GH-6396)Alex Gaynor2018-04-061-1/+1
* bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)Łukasz Langa2018-04-042-6/+17
* bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)INADA Naoki2018-04-041-5/+22
* bpo-32337: Update documentats about dict order (GH-4973)hui shang2018-04-042-23/+19
* bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)INADA Naoki2018-04-031-8/+4
* closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH...Andrés Delfino2018-04-031-1/+1
* bpo-20104: Add os.posix_spawn documentation. (#6334)Gregory P. Smith2018-04-011-0/+25
* Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)Mike DePalatis2018-03-301-1/+1
* FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207)Julien Palard2018-03-281-2/+5
* Fix typos '.::' should typically just be '::'. (GH-6165)Julien Palard2018-03-283-3/+3
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-285-7/+7
* bpo-33126: Document PyBuffer_ToContiguous() (#6292)Antoine Pitrou2018-03-281-3/+9
* s/the the/the/ (GH-6287)INADA Naoki2018-03-281-1/+1
* Fix senfile typo (#6265)Sam Dunster2018-03-281-1/+1
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Cheryl Sabella2018-03-271-7/+16