8000 bpo-39879: Update docs dict preserve insertion order by AkechiShiro · Pull Request #19006 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-39879: Update docs dict preserve insertion order #19006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 26, 2020
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
38eb8cd
bpo-39879: Update docs dict preserve insertion order
Mar 15, 2020
fb8e1ca
Fixed a typo
Mar 15, 2020
82f0250
Replaced tabs by spaces
Mar 15, 2020
9f34bb1
Added contributor name to Misc/ACKS
Mar 16, 2020
ca3eab0
📜🤖 Added by blurb_it.
blurb-it[bot] Mar 16, 2020
07808ec
Applying requested changes
Mar 18, 2020
b9a536e
Merge branch 'docs-dict-ordered' of github.com:AkechiShiro/cpython in…
Mar 18, 2020
d9458c3
Converting tabs to space
Mar 18, 2020
659094d
Fix trailing whitespace/convert tabs to space
Mar 18, 2020
b4b48d8
update language reference to specify that dict is insertion-ordered.
furkanonder Mar 18, 2020
8a1cfc5
Merge pull request #1 from furkanonder/docs-dict-ordered
AkechiShiro Mar 18, 2020
4e893c6
Revert "Docs dict ordered"
AkechiShiro Mar 18, 2020
f8a6397
Merge pull request #2 from AkechiShiro/revert-1-docs-dict-ordered
AkechiShiro Mar 18, 2020
ff04f7e
Revert "Revert "Docs dict ordered""
AkechiShiro Mar 18, 2020
2e31dda
Merge pull request #3 from AkechiShiro/revert-2-revert-1-docs-dict-or…
AkechiShiro Mar 18, 2020
baf48b0
Delete trailling whitespace
Mar 18, 2020
08fd18f
fix more trailling whitespace
AkechiShiro Mar 18, 2020
3c6b644
Requested changes fixes:versionchanged note moved at end of section
AkechiShiro Mar 18, 2020
f00776d
Update Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.C…
AkechiShiro Mar 18, 2020
8ab1420
Removed unecessary words
AkechiShiro Mar 18, 2020
82dfca8
Merge branch 'docs-dict-ordered' of github.com:AkechiShiro/cpython in…
AkechiShiro Mar 18, 2020
df32abb
Clarify and precise note
AkechiShiro Mar 19, 2020
c757a5e
Fix typo
AkechiShiro Mar 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update docs dict preserve insertion order and added that thus dict object behaves the same as collections.OrderedDict objects.
0