Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ecf41da83e5db98734b19f205899168cc56da943
/
Doc
/
library
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
e5b0bd1
Fix default value of StreamReader.readuntil()
by Berker Peksag
· 9 years ago
5493e47
Issue #28455: Clarify example of overriding the convert_arg_line_to_args method
by Berker Peksag
· 9 years ago
11194f7
Remove spurious article.
by Ned Deily
· 9 years ago
684340e
Issue #27800: Document limitation and workaround for multiple RE repetitions
by Martin Panter
· 9 years ago
c73e9d8
Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings
by Martin Panter
· 9 years ago
1cea56b
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
by Senthil Kumaran
· 9 years ago
e1478e4
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes.
by Guido van Rossum
· 9 years ago
4a45235
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)
by Guido van Rossum
· 9 years ago
ba29a4f
Issue #21443: Show how to change log level for asyncio.
by Guido van Rossum
· 9 years ago
0aa7887
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
by Berker Peksag
· 9 years ago
7b2aa2e
Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)
by Guido van Rossum
· 9 years ago
deed0c7
Issue #28388: update typing module documentation.
by Guido van Rossum
· 9 years ago
002b0a7
Issue #28348: Fix typo in asyncio.Task() documentation
by Berker Peksag
· 9 years ago
b334ee0
Issue #28319: Fix typo in lzma.rst
by Berker Peksag
· 9 years ago
5e3677d
Fix markup in pathlib.rst
by Berker Peksag
· 9 years ago
06a8ac0
Fix Path.glob() link, reported by SilentGhost
by Berker Peksag
· 9 years ago
de55c61
Issue #21903: Update ctypes example to use MessageBoxW
by Berker Peksag
· 9 years ago
f18a5da
Issue #26439: Document that RTLD_NOW is always added
by Martin Panter
· 9 years ago
a24d2d8
Issue #10673: Document that Process.exitcode can be used to determine timeout
by Berker Peksag
· 9 years ago
6129e14
Document that os.mknod() is not available on Windows
by Berker Peksag
· 9 years ago
996e5f9
os.genenvb() is not availabnle under Windows
by Berker Peksag
· 9 years ago
647680e
Docs: Correctly link to the methods
by Jesus Cea
· 9 years ago
f676748
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
by Berker Peksag
· 9 years ago
a33e9f7
Issue #28104: More accurately document set method signatures
by Raymond Hettinger
· 9 years ago
7927e75
Issue #28103: Use ``'...'`` style in zipfile documentation
by Berker Peksag
· 9 years ago
4b73676
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
by Terry Jan Reedy
· 9 years ago
e4946e7
Issue #23105: Updated documentation on open() flag constants.
by Vinay Sajip
· 9 years ago
1c697a5
Issue #20100: Clarify that passing flags to epoll() has no effect
by Berker Peksag
· 9 years ago
3d639b2
Closed #26533: expanded on behaviour of logging.config.listen().
by Vinay Sajip
· 9 years ago
56ff5f7
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version)
by Guido van Rossum
· 9 years ago
1816dfe
Issue #28073: Improve wording around None. Michael Lee.
by Guido van Rossum
· 9 years ago
87dc4d6
Issue 14976: Note that the queue module is not designed to protect against reentrancy
by Raymond Hettinger
· 9 years ago
cb3f2c8
Add a note about queue not being safe for use from signal handlers. issue14976.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
5dc504c
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code.
by Senthil Kumaran
· 9 years ago
0f0eac4
Issue #27993: Fix problems with plural objects in docs and comments
by Martin Panter
· 9 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
6b46ec7
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
by R David Murray
· 9 years ago
e848cd7
Issue #27905: Docs for typing.Type[C], by Michael Lee.
by Guido van Rossum
· 9 years ago
a1bc246
Use shorter version of Connection.isolation_level in sqlite3.rst
by Berker Peksag
· 9 years ago
03d13c0
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
by Christian Heimes
· 9 years ago
4672060
Update pkgutil docs to reference appropriate finder and loader object documentation.
by Senthil Kumaran
· 9 years ago
598894f
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
by Christian Heimes
· 9 years ago
f7e2ea2
remove ungrammarical apostrophe (closes #27957)
by Benjamin Peterson
· 9 years ago
f5b7c7b
Improve recipe by showing results of intermediate steps
by Raymond Hettinger
· 9 years ago
871a334
Issue 27936: Update doc for round() to indicate that None is an allowable argument.
by Raymond Hettinger
· 9 years ago
16eb827
Improve docs for random.seed()
by Raymond Hettinger
· 9 years ago
74eda76
#27893: arg name and bytes references in email.parser docs.
by R David Murray
· 9 years ago
3399e1e
? Working Directory ?
by Terry Jan Reedy
· 9 years ago
624e222
Fix typos
by Raymond Hettinger
· 9 years ago
f0a71cf
Fix typo
by Zachary Ware
· 9 years ago
ef113cd
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
by Serhiy Storchaka
· 9 years ago
37cac76
Issue #23746: Clarified is_python_build() documentation.
by Vinay Sajip
· 9 years ago
1f8cc33
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
by Terry Jan Reedy
· 9 years ago
de260a6
Fix misspelling
by Terry Jan Reedy
· 9 years ago
7d92f89
Fix typo in Cursor.execute().
by Berker Peksag
· 9 years ago
ed789f9
Issue #6057: Document exceptions in sqlite3 module
by Berker Peksag
· 9 years ago
48de282
#25916: fix a few 'string of bytes' references.
by R David Murray
· 9 years ago
d210a70
Minor spelling fixes
by Martin Panter
· 9 years ago
379a3ff
Remove duplicate of the entry in the seealso section
by Raymond Hettinger
· 9 years ago
aa9560c
Add docs for typing.AnyStr and typing.Text. By Michael Lee.
by Guido van Rossum
· 9 years ago
689016f
#27753: fix typo (name->named).
by R David Murray
· 9 years ago
f6ffa98
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
by Raymond Hettinger
· 9 years ago
540f045
Correct misspellings of ISO-8859
by Martin Panter
· 9 years ago
4199bba
Issue #27200: Fix doctests in Doc/library/hashlib.rst
by Zachary Ware
· 9 years ago
9f8b3a0
Issue #27210: Fix doctests for a few modules.
by Zachary Ware
· 9 years ago
640b1ca
Issue #27209: Fix doctests in Doc/library/email*.rst
by Zachary Ware
· 9 years ago
c90fccd
Issue #27208: Fix doctest in Doc/library/traceback.rst
by Zachary Ware
· 9 years ago
2b52c0a
Issue #27205: Fix doctests in Doc/library/collections.rst.
by Zachary Ware
· 9 years ago
7a26da5
Issue #27722: Fix default for touch method's 'mode' argument
by Zachary Ware
· 9 years ago
2f47fb0
Correct signatures for a couple of logging handlers
by Zachary Ware
· 9 years ago
f68afd8
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
by Guido van Rossum
· 9 years ago
08d85ee
Fix use of default reST role
by Berker Peksag
· 9 years ago
7d1c5ef
Issue #23322: Remove outdated reference to an example in parser docs
by Berker Peksag
· 9 years ago
4365b83
Use asyncio.gather instead of asyncio.wait in example.
by Andrew Svetlov
· 9 years ago
abfe28b
Better docs for typing.Any by Michael Lee. Fixes issue #27688.
by Guido van Rossum
· 9 years ago
ab75e02
Issue #18548: Fix unittest.TestSuite() example
by Berker Peksag
· 9 years ago
b858af6
Add typing.Generator docs, by Michael Lee.
by Guido van Rossum
· 9 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 9 years ago
85b6090
Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs
by Berker Peksag
· 9 years ago
6bbc839
Indent ipaddress.ip_address() example correctly
by Berker Peksag
· 9 years ago
17742f2
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
436fe5a
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
4cbb23f
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
fa95068
Silence another "default role used" warning in typing.rst
by Berker Peksag
· 9 years ago
c301cbf
Fix whitespace.
by Guido van Rossum
· 9 years ago
342e800
Expand documentation about type aliases and NewType in the typing module.
by Guido van Rossum
· 9 years ago
1050d2d
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
by Martin Panter
· 9 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
25539b0
Issue #27633: Fix usage of versionchanged directive in email.parser.rst
by Berker Peksag
· 9 years ago
254da19
Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
by Martin Panter
· 9 years ago
aa46bd4
Issue #27601: Improve example in the "Hashing of numeric types" section
by Berker Peksag
· 9 years ago
48e3f98
Issue #25393: Fix probable copy/paste error in resource docs
by Zachary Ware
· 9 years ago
2219450
Issue #27528: Document and test warning messages must match at beginning
by Martin Panter
· 9 years ago
ebf9fd3
Issue #27531: Update signature of Mock.assert_not_called method
by Berker Peksag
· 9 years ago
9305bba
Issue #26696: Document collections.abc.ByteString.
by Brett Cannon
· 9 years ago
2b87921
Issue #27180: Clarify Path.rename() behavior on Unix systems
by Berker Peksag
· 9 years ago
3093bf1
Issue #27455: Improve examples in tkinter documentation
by Berker Peksag
· 9 years ago
204bf0b
English spelling and grammar fixes
by Martin Panter
· 9 years ago
7a139c5
#26176: fix usage of Address constructor in email examples.
by R David Murray
· 9 years ago
Next »