summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Tweak subprocess.STARTUPINFO documentation (#347)Berker Peksag2017-03-011-5/+7
* Fixed a handful of typos (GH-343)Alex Gaynor2017-03-014-7/+7
* correct documentation for enum.html (#358)Kartik Anand2017-02-281-2/+2
* bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...Xiang Zhang2017-02-281-13/+56
* bpo-24241: Add versionchanged directive to the documentation (#342)Berker Peksag2017-02-271-1/+4
* Asyncio documentation: remove `self` from method signatures (GH-334)Mariatta2017-02-271-3/+3
* bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)Xiang Zhang2017-02-271-10/+10
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-261-3/+7
* bpo-29121: Remove outdated documentation about transactions (#313)Berker Peksag2017-02-261-8/+3
* bpo-22594: Add a link to the regex module in re documentation (GH-241)Marco Buttu2017-02-261-0/+6
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-251-1/+4
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-251-1/+5
* bpo-24241: Improve preferred webbrowser handling (#85)David Steele2017-02-251-4/+6
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)Barry Warsaw2017-02-241-0/+6
* bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)Arne de Laat2017-02-231-5/+6
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-3/+11
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)Matthias Bussonnier2017-02-221-8/+4
* bpo-29554: Improve docs for pstat module and profile. (#88)Matthias Bussonnier2017-02-211-3/+4
* Tweak PEP 519 documentation in stdlib (#163)Berker Peksag2017-02-192-3/+3
* bpo-22807: Expose platform UUID generation safety information. (#138)Barry Warsaw2017-02-181-1/+30
* bpo-29026: Clarify documentation of time.time (#34)Eric Appelt2017-02-161-7/+35
* bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)Mariatta2017-02-151-0/+2
* bpo-29557: Remove ambiguous line in binhex docs (#90)David Wilemski2017-02-141-2/+0
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#10)Mariatta2017-02-121-5/+5
* Issue #29441: Merge from 3.6Berker Peksag2017-02-071-17/+4
|\
| * Issue #29441: Merge from 3.5Berker Peksag2017-02-071-17/+4
| |\
| | * Issue #29441: Update examples to use async and await keywords in asyncio-task...Berker Peksag2017-02-071-17/+4
* | | Issue #29371: merge with 3.6Mariatta Wijaya2017-02-071-11/+13
|\ \ \ | |/ /
| * | Issue #29371: merge with 3.5Mariatta Wijaya2017-02-071-11/+13
| |\ \ | | |/
| | * Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-071-11/+13
* | | mergeRaymond Hettinger2017-02-061-1/+1
|\ \ \ | |/ /
| * | Substitute a more readable f-stringRaymond Hettinger2017-02-061-1/+1
* | | Merge from 3.6Berker Peksag2017-02-061-5/+5
|\ \ \ | |/ /
| * | Fix usage of data directiveBerker Peksag2017-02-061-5/+5
* | | Issue #29198: Merge from 3.6Berker Peksag2017-02-041-2/+2
|\ \ \ | |/ /
| * | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-2/+2
| |\ \ | | |/
| | * Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
* | | Issue #29198: Merge from 3.6Berker Peksag2017-02-041-0/+33
|\ \ \ | |/ /
| * | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-0/+33
| |\ \ | | |/
| | * Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
* | | Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-13/+14
* | | Issue #29407: Merge from 3.6Berker Peksag2017-02-011-8/+7
|\ \ \ | |/ /
| * | Issue #29407: Merge from 3.5Berker Peksag2017-02-011-8/+7
| |\ \ | | |/
| | * Issue #29407: Remove redundant ensure_future() calls in factorial exampleBerker Peksag2017-02-011-8/+7
* | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+23
* | | Issues #11670: Merge configparser doc from 3.6Martin Panter2017-01-291-6/+6
|\ \ \ | |/ /
| * | Issues #11670: Merge configparser doc from 3.5Martin Panter2017-01-291-6/+6
| |\ \ | | |/
| | * Issue #11670: readfp(fp) parameter name is different to read_file(f)Martin Panter2017-01-291-6/+6
* | | mergeRaymond Hettinger2017-01-291-4/+18
|\ \ \ | |/ /
| * | Issue 29310: Document typing.NamedTuple default argument syntaxRaymond Hettinger2017-01-291-4/+18