summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)Miss Islington (bot)2018-01-281-1/+1
* bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...Miss Islington (bot)2018-01-281-2/+2
* Minor grammar fixes to License.rst (GH-1174) (GH-5373)Miss Islington (bot)2018-01-281-3/+4
* [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)Miss Islington (bot)2018-01-281-1/+1
* [3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)Cheryl Sabella2018-01-271-0/+33
* [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...Bo Bayles2018-01-271-0/+5
* bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)Miss Islington (bot)2018-01-242-8/+11
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...Xiang Zhang2018-01-242-20/+39
* [3.6] bpo-32555: Fix locale encodings (#5193)Victor Stinner2018-01-152-1/+31
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-153-0/+32
* bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188)Miss Islington (bot)2018-01-151-1/+2
* bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)Miss Islington (bot)2018-01-151-6/+9
* Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)Miss Islington (bot)2018-01-131-0/+23
* Improve enum.Flag code example (GH-5167) (GH-5171)Miss Islington (bot)2018-01-131-1/+1
* Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...Miss Islington (bot)2018-01-121-1/+1
* advance copyright years to 2018 (GH-5094) (#5104)Miss Islington (bot)2018-01-062-2/+2
* bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695)Serhiy Storchaka2018-01-041-4/+10
* bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081)Miss Islington (bot)2018-01-021-3/+3
* Fix trivial typo in pickle.rst (GH-4955) (#4958)Miss Islington (bot)2017-12-211-1/+1
* bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)Miss Islington (bot)2017-12-201-13/+21
* Improve the F-strings and format specifier documentation (GH-4931) (GH-4933)Miss Islington (bot)2017-12-191-4/+5
* bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) ...Miss Islington (bot)2017-12-192-40/+49
* Minor wording tweak for itertools documentation (GH-4893) (#4894)Miss Islington (bot)2017-12-151-2/+2
* F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)Miss Islington (bot)2017-12-151-1/+2
* bpo-28393: Update encoding lookup docs wrt bpo-27938 (GH-4871) (#4881)Miss Islington (bot)2017-12-151-4/+8
* [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...Andrew Svetlov2017-12-141-1/+1
* trivial: link updates in documentation (GH-2765) (#4835)Miss Islington (bot)2017-12-134-5/+5
* bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)Miss Islington (bot)2017-12-131-3/+3
* bpo-31942: Document optional support of start and stop attributes in Sequence...Miss Islington (bot)2017-12-121-3/+3
* bpo-22671: Clarify and test default read method implementations (GH-4568) (#4...Miss Islington (bot)2017-12-111-5/+8
* bpo-32212: Updated logging documentation to make parameter names more consist...Vinay Sajip2017-12-091-236/+251
* bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)Miss Islington (bot)2017-12-071-13/+13
* Add a missing space in tkinter documentation. (GH-4692) (GH-4722)Miss Islington (bot)2017-12-051-1/+1
* [3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) ...Miss Islington (bot)2017-12-021-3/+2
* Use raw strings in the re module examples. (GH-4616) (#4617)Miss Islington (bot)2017-11-281-4/+4
* bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)Miss Islington (bot)2017-11-271-2/+2
* bpo-29879: Update typing documentation. (GH-4573) (GH-4574)Miss Islington (bot)2017-11-261-0/+12
* [Doc] Update opcode for var-positional arguments (GH-4446) (#4457)Miss Islington (bot)2017-11-251-1/+1
* Improve Scheduler Objects documentation. (GH-4556) (GH-4557)Miss Islington (bot)2017-11-251-1/+1
* bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) ...Miss Islington (bot)2017-11-251-3/+3
* Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) (GH-4549)Miss Islington (bot)2017-11-251-2/+2
* Improve the String tutorial docs (GH-4541) (GH-4545)Miss Islington (bot)2017-11-241-7/+7
* Extending Python Doc minor updates (GH-4518) (GH-4535)Miss Islington (bot)2017-11-242-4/+4
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)Miss Islington (bot)2017-11-231-4/+4
* bpo-30456: Clarify example for duplicates in second argument of isinstance (G...Berker Peksag2017-11-231-1/+2
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...Miss Islington (bot)2017-11-211-0/+3
* Add comment and improve variable name in roundrobin() (GH-4486) (#4487)Miss Islington (bot)2017-11-211-4/+5
* bpo-32050: Fix -x option documentation (GH-4475) (#4477)Miss Islington (bot)2017-11-201-2/+0
* Remove outdated .pyo reference from msilib docs (GH-4461)Miss Islington (bot)2017-11-191-1/+1
* Document parameters of BaseServer.finish_request() (GH-4445)Miss Islington (bot)2017-11-191-1/+1