| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Mention that fnmatchcase does not call normcase, and fnmatch does.
(cherry picked from commit e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3)
|
|
|
|
|
|
| |
(GH-1536) (GH-2055)
Document that assertNotRegexpMatches is a deprecated alias for assertNotRegex.
(cherry picked from commit 74921ed8941fce14c2a53dc7280f43eb01fe4ed8)
|
|
|
| |
(cherry picked from commit 824f6879121413e09439fffef54580413e44bf46)
|
|
|
|
|
|
| |
* RFC 1750 has been been obsoleted by RFC 4086.
* RFC 3280 has been obsoleted by RFC 5280.
* RFC 4366 has been obsoleted by RFC 6066.
(cherry picked from commit 63c2c8ac17750ba2be2cfc4e339cae1f4edee54f)
|
|
|
|
| |
Replace `datetuil` into `dateutil`
(cherry picked from commit 53f2af16551eb3a080da313257603c31ef8b93b4)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(GH-1915)
Builtin container types have two potential link targets in the docs:
- their entry in the list of builtin callables
- their type documentation
This change brings `bytes` and `bytearray` into line with other
container types by having cross-references default to linking to
their type documentation, rather than their builtin callable entry..
(cherry picked from commit c6db4811f9ea3aeff0e1fafe1c60a22835ef359e)
|
|
|
|
|
| |
(GH-344) (GH-1913)
(cherry picked from commit cdb89cd)
|
|
|
| |
(cherry picked from commit 0737ee20671d60802a7ef40f653fe449f1921de0)
|
|
|
|
|
|
|
|
| |
The "iterable iterable" phrasing created confusion between the term
reference and the parameter name.
This simplifies the phrasing to just use the parameter name
without linking directly to the term definition.
(cherry picked from commit 08e2f355d04d3cbea5751ce1275306ee3f569b32)
|
|
|
| |
(cherry picked from commit 56ddfd2eea4d98456a9a99bf2a718f21ee6b2be2)
|
|
|
|
|
|
| |
(GH-1810) (GH-1833)
Calling Ctypes functions is deprecated in 3.6.2 and will be removed in 3.7.
(cherry picked from commit f931fd1c2ad969db72460d3ab41e3d1a4a62c371)
|
|
|
|
| |
Also document that some attributes may be None.
(cherry picked from commit 12d6b5d)
|
|
|
|
| |
Unlikely to the simplejson module, json.JSONDecodeError doesn't accept the end argument.
(cherry picked from commit 5becf38)
|
|
|
|
|
|
|
| |
The library does not enforce compliance with the HTTP protocol,
so violations are not technically disallowed. Extend the stream's
description to avoid suggesting that intentional protocol violations are
not supported.
(cherry picked from commit a083c8e)
|
|
|
| |
(cherry picked from commit 93fc20b73eea3da0b6305aaee951e5dd22d5c408)
|
|
|
|
|
| |
(#1749)
(cherry picked from commit d618c8c6d31b9b288f8a070417683974eb98e3ba)
|
|
|
| |
(cherry picked from commit 3378b2062c7fbb77a9b5e6d315d6b94160fac69a)
|
|
|
|
|
|
|
|
|
| |
* Use explicit numbering for footnotes referred by explicit number.
* Restore missed footnote reference in stdtypes.rst.
* Fix literal strings formatting in howto/urllib2.rst.
* Update susp-ignored.csv for zipapp.rst.
* Fix suspicious mark up in Misc/NEWS..
(cherry picked from commit d97b7dc94b19063f0589d401bdc4aaadc7030762)
|
|
|
| |
(cherry picked from commit f6e863d868a621594df2a8abe072b5d4766e7137)
|
|
|
| |
(cherry picked from commit 99776296230ddd8429ebad2d07854b8c27ea10ab)
|
|
|
|
|
| |
(#1570)
(cherry picked from commit c71168090df435c1eb8c03005b11df764cd7ebd6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bpo-23404: make touch becomes make regen-all (#1405)
Don't rebuild generated files based on file modification time
anymore, the action is now explicit. Replace "make touch"
with "make regen-all".
Changes:
* Remove "make touch", Tools/hg/hgtouch.py and .hgtouch
* Add a new "make regen-all" command to rebuild all generated files
* Add subcommands to only generate specific files:
- regen-ast: Include/Python-ast.h and Python/Python-ast.c
- regen-grammar: Include/graminit.h and Python/graminit.c
- regen-importlib: Python/importlib_external.h and Python/importlib.h
- regen-opcode: Include/opcode.h
- regen-opcode-targets: Python/opcode_targets.h
- regen-typeslots: Objects/typeslots.inc
* Rename PYTHON_FOR_GEN to PYTHON_FOR_REGEN
* pgen is now only built by by "make regen-grammar"
* Add $(srcdir)/ prefix to paths to source files to handle correctly
compilation outside the source directory
Note: $(PYTHON_FOR_REGEN) is no more used nor needed by "make"
default target building Python.
(cherry picked from commit a5c62a8e9f0de6c4133825a5710984a3cd5e102b)
* bpo-30273: Update sysconfig (#1464)
The AST_H_DIR variable was removed from Makefile.pre.in by the commit
a5c62a8e9f0de6c4133825a5710984a3cd5e102b (bpo-23404).
AST_H_DIR was hardcoded to "Include", so replace the removed variable
by its content.
Remove also ASDLGEN variable from sysconfig example since this
variable was also removed.
(cherry picked from commit b109a1d3360fc4bb87b9887264e3634632d392ca)
|
|
|
|
|
|
|
| |
Replace
File "<stdin>", line 1, in ?
with
File "<stdin>", line 1, in <module>
(cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca)
|
|
|
|
| |
decriptor -> descriptor
(cherry picked from commit b0d82036549074357717d130a772d1e2ebc8ea01)
|
|
|
|
|
| |
transition (GH-1355) (#1371)
(cherry picked from commit d4069de5112f0408801ff2479476827bb3e0e8fc)
|
|
|
| |
(cherry picked from commit d9af73330f46d79cc0c56d369f65ebeec3cb5334)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix PEP 8 (SomeType instead of some_type)
* Add a function parameter annotation
* Explain, using wording from PEP 484 and PEP 526,
why one annotation is in quotes and another is not.
Suggested by Ivan Levkevskyi.
(cherry picked from commit 87c07fe9d908d0a2143fcc8369255c6ff3241503)
|
|
|
| |
(cherry picked from commit 0d637e236d7099f7b724026c8cb7bd83d8e12e6b)
|
|
|
|
| |
Clarify that a sequence of strings is the preferred value for 'field_names'.
(cherry picked from commit 97bf722fcd1de1236824377e052369dc7686b644)
|
|
|
| |
(cherry picked from commit 7fae81e1672d0b4110d31ea6a765b54f63a2e54b)
|
|
|
|
| |
Replace `For object's ... ` with `For objects ...`
(cherry picked from commit 873ef20d0007b4b120933473e6252d2309a70102)
|
|
|
|
|
| |
And fix the parameter name.
(cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574)
|
|
|
|
|
| |
Reported by Lucio Ricardo Montero Valenzuela.
(cherry picked from commit 61b9ac93712df8092a25223cd56fa6528359792b)
|
|
|
|
| |
(GH-1090) (GH-1099)
|
|
|
| |
(cherry picked from commit 3e0f1fc4e0ffcfcc706015fa3d67c262948ef171)
|
|
|
|
| |
Documents a few omitted classes and adds NamedTuple methods.
(cherry picked from commit 45d22c256bce3afcf57f49032a6b20fdec4f26ad)
|
|
|
| |
(cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d)
|
|
|
|
|
|
|
| |
The reference to administrative data was confusing to readers,
so this simplifies the note to explain that deep copying may copy
more then you intended, such as data that you expected to be
shared between copies.
(cherry picked from commit 19e04942562a980ad2519f6ff79c455a7472783b)
|
|
|
| |
(cherry picked from commit dd9a0a14c89d57e43898d4b866b8c161e4ff8506)
|
|
|
| |
(cherry picked from commit 02e12138000da834f23719521a011fa93763384d)
|
|
|
| |
(cherry picked from commit 85deefcf61d3cc192846f41a4ccc6df17da60c98)
|
|
|
| |
(cherry picked from commit 6003db7db5fec545c01923c198a5fdfca5a91538)
|
|
|
| |
(cherry picked from commit 29540cdf6c66df9f806375a95078c0c63192ef78)
|
|
|
| |
(cherry picked from commit 8f9e1bbf2dbdf46a0bf920279568a31460043376)
|
|
|
| |
(cherry picked from commit bd3d8ba3b22da0bad018b53a3e6610ae03c5aa49)
|
| |
|
|
|
|
| |
`NotImplentedError` --> `NotImplementedError`
(cherry picked from commit 05f53735c8912f8df1077e897f052571e13c3496)
|
|
|
|
| |
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
(cherry picked from commit 64508780d72769e4c7afc67a511c057261c578f6)
|
|
|
|
|
| |
Initial patch by Vajrasky Kok.
(cherry picked from commit 3f2155ffe683080f2a1b28408fa48d43ba92f943)
|