Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.4rc1
/
Doc
tag
da3644267b7c7614e55b7e33228ce31ce2749f2a
tagger
Ned Deily <nad@python.org>
Tue Jun 18 21:04:08 2019
object
b26441ee1f896d893862f402119b9001cc71c35b
Python 3.7.4rc1
452b417
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
by Miss Islington (bot)
· 6 years ago
81f7899
bpo-5680: IDLE: Customize running a module (GH-13763)
by Miss Islington (bot)
· 6 years ago
0f31a2d
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
by Miss Islington (bot)
· 6 years ago
ac4202e
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
by Victor Stinner
· 6 years ago
b101fa7
bpo-28805: document METH_FASTCALL (GH-14079)
by Miss Islington (bot)
· 6 years ago
c289588
Doc: Remove an ugly space before a dot. (GH-14123)
by Miss Islington (bot)
· 6 years ago
159ae24
[3.7] Doc: Add an optional obsolete header. (GH-13638). (GH-13655)
by Julien Palard
· 6 years ago
30cac20
Update weakref.rst (GH-14098)
by Miss Islington (bot)
· 6 years ago
0bd1469
Update concurrent.futures.rst (GH-14061)
by Miss Islington (bot)
· 6 years ago
f0cc1a9
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
by Miss Islington (bot)
· 6 years ago
c59b1bb
[3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)
by Makdon
· 6 years ago
3621bf2
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)
by Miss Islington (bot)
· 6 years ago
e36ed47
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
by Zackery Spytz
· 6 years ago
beba8c7
Doc: Python 3.9 in sidebar and version switcher. (GH-13824)
by Miss Islington (bot)
· 6 years ago
12c1787
bpo-30699: Improve example on datetime tzinfo instances (GH-4290)
by Miss Islington (bot)
· 6 years ago
cad4ff6
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
by Miss Islington (bot)
· 6 years ago
15bde92
Doc fix: duplicate object description of email.message (GH-13742)
by Miss Islington (bot)
· 6 years ago
9390e98
bpo-19184: Update the documentation of dis module. (GH-13652) (GH-13755)
by Miss Islington (bot)
· 6 years ago
6bd438e
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) (GH-13753)
by Miss Islington (bot)
· 6 years ago
c76add7
Improve version added references in `typing` module docs (GH-13457)
by Miss Islington (bot)
· 6 years ago
fc914dd
Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
by Miss Islington (bot)
· 6 years ago
18e23f2
bpo-18911: clarify that the minidom XML writer receives texts but not bytes (GH-13718)
by Miss Islington (bot)
· 6 years ago
464c1ec
bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)
by Miss Islington (bot)
· 6 years ago
fc3b843
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
by Miss Islington (bot)
· 6 years ago
8135455
bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)
by Miss Islington (bot)
· 6 years ago
e8661c1
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
by Miss Islington (bot)
· 6 years ago
4e1e887
bpo-36794: Document that Lock.acquire is fair. (GH-13082)
by Miss Islington (bot)
· 6 years ago
cee95fe
bpo-36739: Update controlflow.rst (GH-12983)
by Miss Islington (bot)
· 6 years ago
8ea0fd8
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) (GH-13643)
by Miss Islington (bot)
· 6 years ago
218abd1
Docs: FIX broken links. (GH-13491)
by Miss Islington (bot)
· 6 years ago
d6a14a1
[3.7] Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) (GH-13637)
by karl ding
· 6 years ago
95b7706
Doc: Add missing forward reference in the tutorial. (GH-13499)
by Miss Islington (bot)
· 6 years ago
1cfb90b
Doc: Space breaking whole definition. (GH-13615)
by Miss Islington (bot)
· 6 years ago
a6733fd
Remove outdated time.monotonic reference (GH-13264)
by Miss Islington (bot)
· 6 years ago
d57bb1c
Fix broken :ref: in asyncio docs (GH-11805)
by Miss Islington (bot)
· 6 years ago
abdda3a
bpo-37039: IDLE - zoomheight fixes (GH-13576)
by Miss Islington (bot)
· 6 years ago
e8318f3
bpo-37051: Refine note on what objects are hashable (GH-13587) (GH-13595)
by Miss Islington (bot)
· 6 years ago
310f414
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
by Miss Islington (bot)
· 6 years ago
a3488e5
bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462)
by Miss Islington (bot)
· 6 years ago
a58db96
bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)
by Victor Stinner
· 6 years ago
390d88e
[3.7] bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails for Feb 29. (GH-10243)
by Tal Einat
· 6 years ago
cdb2dbf
[3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) (GH-13455)
by Geoff Shannon
· 6 years ago
2d94d4f
bpo-36958: In IDLE, print exit message (GH-13435)
by Miss Islington (bot)
· 6 years ago
205c1f0
bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
by Miss Islington (bot)
· 6 years ago
f81b33b
Orthographical fix (GH-13418)
by Miss Islington (bot)
· 6 years ago
951b161
bpo-36783: Add new references for C API Documentation changes (GH-13204)
by Miss Islington (bot)
· 6 years ago
561c63c
Fixed typo (GH-11522)
by Miss Islington (bot)
· 6 years ago
740a7cd
bpo-36908: 'This module is always available' isn't helpful. (GH-13297)
by Miss Islington (bot)
· 6 years ago
a22c42f
docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)
by Miss Islington (bot)
· 6 years ago
4be0720
Doc: Add link threading.settrace to sys.settrace (GH-13345)
by Miss Islington (bot)
· 6 years ago
876756e
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
by Miss Islington (bot)
· 6 years ago
4fd7f56
[3.7] bpo-36799: Fix typo in ctypes.rst (GH-13104) (GH-13341)
by Stéphane Wirtel
· 6 years ago
8226832
bpo-36760: Clarify subprocess capture_output docs. (GH-13322)
by Miss Islington (bot)
· 6 years ago
8b3823ae
bpo-32995 - Added context variable in glossary (GH-9741)
by Miss Islington (bot)
· 6 years ago
da86bf7
Changes to the documentation of normcase (GH-4725)
by Miss Islington (bot)
· 6 years ago
7f485ea
bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)
by Miss Islington (bot)
· 6 years ago
ee9b5ce
Docs: Add bz2 usage examples (GH-13258)
by Miss Islington (bot)
· 6 years ago
24482bd
[3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287)
by Matthias Bussonnier
· 6 years ago
074d7c4
[3.7] bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) (GH-13281)
by Stéphane Wirtel
· 6 years ago
af5ef3e
bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) (GH-13077)
by Miss Islington (bot)
· 6 years ago
4f5febd
[3.7] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145). (GH-13260)
by Sanyam Khurana
· 6 years ago
069a5b4
bpo-33071: remove outdated PyPI docs (GH-13087)
by Miss Islington (bot)
· 6 years ago
98b360e
[3.7] bpo-10536: Enhancements to gettext docs (GH-10324) (GH-13224)
by Miss Islington (bot)
· 6 years ago
ed8860c
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
by Miss Islington (bot)
· 6 years ago
5e08fe1
Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)
by Miss Islington (bot)
· 6 years ago
3afbe69
[3.7] Doc: Fix missing bracket (GH-13163) (GH-13189)
by Miss Islington (bot)
· 6 years ago
5edd82c
Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) (GH-13174)
by Miss Islington (bot)
· 6 years ago
1fe722c
[3.7] bpo-11001: updated cookie docs (GH-13086) (GH-13161)
by Miss Islington (bot)
· 6 years ago
721729f
bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)
by Miss Islington (bot)
· 6 years ago
146010e
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
by Miss Islington (bot)
· 6 years ago
b2d29bf
[3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)
by penguindustin
· 6 years ago
88a2074
[3.7] Clarify the download unit in the download section (GH-13122) (GH-13130)
by Miss Islington (bot)
· 6 years ago
9a03c77
bpo-36275: enhance documentation for venv.create() (GH-13114)
by Miss Islington (bot)
· 6 years ago
8777915
bpo-30668: add missing word in license.rst (GH-13115)
by Miss Islington (bot)
· 6 years ago
2b5ffc0
bpo-36189: Fixing typo in tutorial introduction (GH-13093)
by Miss Islington (bot)
· 6 years ago
37125ff
bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)
by Miss Islington (bot)
· 6 years ago
4b5340b
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008)
by Miss Islington (bot)
· 6 years ago
5d90954
Syntax highlight IDLE html doc code example. (GH-12981)
by Miss Islington (bot)
· 6 years ago
4d0233e
bpo-30840: Document relative imports (GH-12831) (GH-12938)
by Miss Islington (bot)
· 6 years ago
e64d21b
replace 'sequencial argument' by 'positional' in doc (GH-12925)
by Miss Islington (bot)
· 6 years ago
8c49d71
Doc: add the missing ".tp_flags" in type definition (GH-12902)
by Miss Islington (bot)
· 6 years ago
71b8882
bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)
by Miss Islington (bot)
· 6 years ago
307e7a4
Fix typo (GH-12878)
by Miss Islington (bot)
· 6 years ago
d29b3dd
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
by Miss Islington (bot)
· 6 years ago
21c8caa
Fix wrong indentation of a paragraph in documentation (GH-12868)
by Miss Islington (bot)
· 6 years ago
a6fce19
bpo-33783: Use proper class markup for random.Random docs (GH-7817) (GH-12859)
by Miss Islington (bot)
· 6 years ago
871ba6c
Doc: update PendingDeprecationWarning explanation (GH-12837)
by Miss Islington (bot)
· 6 years ago
7723d05
[3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) (GH-12820)
by Pablo Galindo
· 6 years ago
be63df2
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
by Miss Islington (bot)
· 6 years ago
b759a2c
bpo-35581: Document @typing.type_check_only (GH-11312)
by Miss Islington (bot)
· 6 years ago
395bb94
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849)
by Miss Islington (bot)
· 6 years ago
a910c2c
bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)
by Miss Islington (bot)
· 6 years ago
9e23f0a
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788)
by Victor Stinner
· 6 years ago
ac31da8
bpo-36597: fix random doctest failure (GH-12778)
by Inada Naoki
· 6 years ago
04b114e
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
by Miss Islington (bot)
· 6 years ago
a8c4fa5
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
by Miss Islington (bot)
· 6 years ago
59fd08c
better __init__.py explanation in tutorial (GH-12763)
by Miss Islington (bot)
· 6 years ago
9d2ccf1
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
by Miss Islington (bot)
· 6 years ago
0a16bb1
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893)
by Miss Islington (bot)
· 6 years ago
1f0ff57
Correct "inplace" with "in-place" (GH-10480)
by Miss Islington (bot)
· 6 years ago
Next »