Skip to content

3.6#354

Closed
Dark417 wants to merge 58 commits into
masterfrom
3.6
Closed

3.6#354
Dark417 wants to merge 58 commits into
masterfrom
3.6

Conversation

@Dark417
Copy link
Copy Markdown

@Dark417 Dark417 commented Feb 28, 2017

lol

Mariatta and others added 30 commits February 12, 2017 15:18
It took me quite a bit to figure out what this was referring to,
since the given issue number is wrong, and the original commit
message I found through git blame lists a different, also wrong
issue number... see https://bugs.python.org/issue27122#msg279449

(cherry picked from commit af88e7e)
There were some grammatical errors in weakref.WeakValueDictionary
documentation.
…e on GitHub (#37)

* bpo-28929: Link the documentation to its source file on GitHub

Change the documentation's `Show Source` link on the left menu
to GitHub source file.

(cherry picked from commit 23bafa2)

* remove if statement
* Add a paragraph at the top for users, not builders, of Python.

* Use nicer rst url syntax to avoid borking paragraphs in the plain text.

Contributed by Ned Batchelder @nedbat

(cherry picked from commit 3cdbd68)
various updates from upstream python/typing repo:

- Added typing.Counter and typing.ChainMap generics
- More flexible typing.NamedTuple
- Improved generic ABC caching
- More tests
- Bugfixes
- Other updates
* Add Misc/NEWS entry


(cherry picked from commit b692dc8)
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez @kirbyfan64

(cherry picked from commit e7ffb99)
Much of bpo-29521 was fixed in parallel with commit
e7ffb99 .  This cleans up the rest.

Apply parallel change to Doc/make.bat to read
"set SPHINXOPTS=-D latex_elements.papersize="
I don't have a Windows system on which to observe the warning,
but it should be necessary.

The warning:

.../workspace/cpython_github/Doc/faq/windows.rst:303:
    WARNING: unknown option: -t

In the Windows FAQ, `How do I keep editors from inserting tabs
into my Python source?`, contained a reference to a Python -t
option. In Python 2.x, this caused Python to issue warnings
about lines with mixed spaces and tabs, but as of Python 3.6
it does nothing.

Per discussion at http://bugs.python.org/issue29387, take
their wording. Python [3] raises an IndentationError or
TabError. Tabnanny is now a module.
(cherry picked from commit 3d707be)
(cherry picked from commit 6420088)
* Travis CI: run rstlint.py in the docs job (#68)

Currently, http://buildbot.python.org/all/buildslaves/ware-docs
buildbot is only run as post-commit. For example, bpo-29521 (PR#41)
introduced two warnings, unnotified by the Travis CI docs job.

Modify the docs job to run toosl/rstlint.py.

Fix also the two minor warnings which causes the buildbot slave to
fail.
(cherry picked from commit 2b50186)

* Doc/Makefile: set PYTHON to python3 (#124)

rstlint.py run by "make check" doesn't support Python 2.

"make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't
provide the venv module: it's a module of Python 3 standard library.

(cherry picked from commit 91b0e7d)
``local.getlocale(locale.LC_CTYPE)`` and
``locale.getpreferredencoding(False)`` may give different answers
in some cases (such as the ``en_IN`` locale).

``re.LOCALE`` uses the latter, so update the test case to match.
* Add .travis.yml to 3.6 branch

* Travis CI: run rstlint.py in the docs job (#68)

Currently, http://buildbot.python.org/all/buildslaves/ware-docs
buildbot is only run as post-commit. For example, bpo-29521 (PR#41)
introduced two warnings, unnotified by the Travis CI docs job.

Modify the docs job to run toosl/rstlint.py.

Fix also the two minor warnings which causes the buildbot slave to
fail.

* Only run CI checks when appropriate files have changed (#74)

Closes python/core-workflow#14

* Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
* Drop duplicate word 'object' in lzma docs
* Fix typo in os docs: fpr -> for

(cherry picked from commit d4d4874)
lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.
)

* Fix incorrect handling of signed zeros for complex-related classes.

* Add Misc/NEWS entry.

(cherry picked from commit 112ec38)
…no longer affects a partial object after creation. (#209)
…ial (GH-140) (#208)

As of Python 3.6 **kwargs are ordered, thus, remove the paragraph stating that
ordering is undefined and change snippet to remove the unecessary sorted call.

* Add sentence mentioning guaranteed output order of kwargs

(cherry picked from commit 32e8f9b)
Clarify that methods take a string which is interpreted as a regex,
not a regex object.

Also clarify what the old `-1`, `0`, `1` and `2` options were.

(cherry picked from commit 8fb1f6e)
…n Windows AMD64. (#168) (#220)

Fixed bpo-29565: Corrected ctypes passing of large structs by value.
(cherry picked from commit a86339b)
Mariatta and others added 23 commits February 24, 2017 16:39
…ies (GH-265) (GH-268)

(cherry picked from commit abb3b8a)
(cherry picked from commit 365cb5b)
(cherry picked from commit b3f1f59)
(cherry picked from commit 1b3d88e)
(cherry picked from commit c086685)
(cherry picked from commit e32ec93)
(cherry picked from commit 6329aea)
mention bpo-28929 in the Documentation section of
What's New in Python 3.6.1 release candidate 1
)

Patch by Aviv Palivoda.

(cherry picked from commit fe70d92)
… (#318)

Patch by Aviv Palivoda.

(cherry picked from commit 4a926ca)
…ts PathLike objects (#157) (#323)

(cherry picked from commit d5c11f7)
(cherry picked from commit 03f68b6) (GH-162)
(cherry picked from commit 5dc33ee) (GH-293)
Was bumped in the docstring by b9f4fea
but not in `__version__`

(cherry picked from commit 6059ce4)
Patch by Matthias Bussonnier.

(cherry picked from commit 160edb4)
@the-knights-who-say-ni
Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow these steps to help rectify the issue:

  1. If you don't have an account on b.p.o, please create one
  2. Make sure your GitHub username is listed in "Your Details" at b.p.o
  3. If you have not already done so, please sign the PSF contributor agreement. The "bugs.python.org username " requested by the form is the "Login name" field under "Your Details".
  4. If you just signed the CLA, please wait at least one US business day and then check "Your Details" on bugs.python.org to see if your account has been marked as having signed the CLA (the delay is due to a person having to manually check your signed CLA)
  5. Reply here saying you have completed the above steps

Thanks again to your contribution and we look forward to looking at it!

@zware zware closed this Feb 28, 2017
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
SonicField added a commit to SonicField/cpython that referenced this pull request May 12, 2026
Per supervisor 13:07:53Z disposition of pythia python#354(3): v0.1 specified
diagnostic signals (high-WHC -> working-memory failure, etc.) but no
concrete intervention, leaving the methodology with an undefined
response lever after v2.x moratorium closes the rule-iteration path.

v0.2 adds §"Per-class behavioral interventions" specifying operational
practices per outcome class:

- High-WHC: compose-time A10/A10.1 self-check, 60s cooling-off,
  mid-compose checkpoint for >=1min compose, restart-cycle reminder
- High-MF: gap-class logging, 3+ events triggers scope-review, default
  to REPORTED/DISPUTED framing for out-of-scope claims
- Low-TP: 14-day load-bearing review, distinguish dormant from chilling
  effect via TN-citation count
- TN: encourage citation, no requirement
- Cross-class: disposition-side [A10-CLASS: TP|WHC|MF|TN] tagging
  convention to convert data collection from retro-mining to chat-search

ALL practices are existing-rule reapplication or institutional
discipline, NOT new rule additions. v2.x moratorium D-1778554524
remains in force.

Anti-pattern guard added: intervention catalog must NOT itself become
rule corpus; v3 corpus rebuild may legitimately codify some practices,
this sections role is to prevent premature codification during v2.x.

Self-falsifying disclaimer extended (items 5-7) per
feedback_arch_completeness_disclaimer.

DO NOT PUSH yet (per supervisor 12:58:10Z directive, push held until
c2 lands; ABBA + post-ARM64 APPROVE chain still in flight).
SonicField added a commit to SonicField/cpython that referenced this pull request May 12, 2026
Authored 2026-05-12 per supervisor 12:55:33Z dispatch (pythia python#353
extended-block-contingency commitment), during the ~17.5hr c2 ASGuard
data_staging block. Read-only investigation + documented procedure for
the case where devgpu004 substrate (HEAD/c2 patch series/saved binary)
becomes unavailable before c2 push completes.

Sections:
  (a) alternative ARM64 host availability — none documented; alt-host
      spawn requires Alex coordination
  (b) bundle file size + transport mechanism — 4-patch series 65 KB,
      git bundle 67 KB, full-repo bundle 524 MB; direct scp verified
  (c) saved-binary md5 — 1444034d3af09fb18ef341b1fe6e8886 on devgpu004
      (release release; canonical content invariant = patch-id
      8fc3493dbe2655a2d15e6aa6ec4a7901cfada9b2)
  (d) build-env compatibility — cmake 4.3.2 at $HOME/.local/bin/cmake,
      NOT in default login PATH; export required before
      scripts/build_phoenix.sh

4-step fallback procedure: (Step 0) confirm decay (Step 1) re-transport
patches if missing (Step 2) reset+re-apply if working tree corrupt
(Step 3) alt-host spawn requiring Alex coordination.

Substrate-spawn-analysis acknowledged structurally circular per pythia
python#354(1) — fallback value is procedural readiness, not autonomous unblock
(supervisor 13:07:53Z disposition: acceptable scope).

Codification batch with handle-namespace + ARM64 vanilla canon per
supervisor 15:05:16Z dispatch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.