forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 29
Memoryview patch #18
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
Closed
Closed
Memoryview patch #18
Changes from 1 commit
Commits
Show all changes
125 commits
Select commit
Hold shift + click to select a range
52bf470
Fix atexitmodule doc (GH-21456)
linchiwei123 f1d40f9
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Akuli 5798f78
bpo-41340: Removed fallback implementation for strdup (GH-21634)
855e688
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)
pxinwr 67987ac
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
serhiy-storchaka 72cabb2
bpo-40939: Use the new grammar for the grammar specification document…
pablogsal b3fbff7
bpo-40939: Remove even more references to the old parser (GH-21642)
lysnikolaou 13efaec
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren 1332226
Validate the AST produced by the parser in debug mode (GH-21643)
pablogsal c82dda1
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
ZackerySpytz 5e38267
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (…
37a06cb
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
zooba 34cd3e9
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
zhangyangyu f6a16e8
Remove incorrect mention of method.__class__ in descriptor docs (GH-2…
Jongy a74eea2
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH…
benjaminp ba18c0b
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
s3bw 6e8128f
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-…
markshannon cadda52
bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
tirkarthi 5c32709
bpo-41421: Algebraic simplification for random.paretovariate() (GH-21…
rhettinger 6a613f9
random module: Convert a "while 1" to "while True (GH-21700)
rhettinger ab72fde
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sect…
ramalho ecaf949
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
nmaynes c36dbac
bpo-41425: Make tkinter doc example runnable (GH-21706)
nerandell 488512b
A (very) slight speed improvement for iterating over bytes (#21705)
gvanrossum a7f5d93
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
shihai1991 bb0424b
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
shihai1991 4660597
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
shihai1991 701b638
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH…
vstinner bde48fd
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
vstinner 602a971
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
vstinner db6d9a5
bpo-41431: Optimize dict_merge for copy (GH-21674)
methane da4e09f
bpo-36982: Add support for extended color functions in ncurses 6.1 (G…
hpjansson 604bba1
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
shihai1991 c7decc2
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
shihai1991 582aaf1
bpo-41463: Generate information about jumps from 'opcode.py' rather t…
markshannon 270b4ad
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
methane 8f4380d
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH…
isidentical 15edaec
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
vstinner 52f9842
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
ericfrederich 79bb2c9
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
shihai1991 777b611
bpo-41492: Fixes the description appearing in UAC prompts on Windows …
zooba 5f0769a
bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)
nmaynes d9323a8
bpo-41493: Refactoring dictresize (GH-21751)
methane 3405e05
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr 5463635
bpo-39871: Fix an error in a news entry (GH-21749)
ZackerySpytz 46e19b6
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
methane 598a951
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
shihai1991 f44693e
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
vstinner e27a51c
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
vstinner fcce8c6
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
shihai1991 102b498
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers in…
zooba 705f145
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
bbkane a4084b9
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
zkonge d94af3f
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
shihai1991 c6f282f
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
shihai1991 82ca8fa
bpo-41455: Provide a link to how the third generation is collected in…
ypankovych 67acf74
Doc: Add output to example code in programming FAQ (GH-21346)
zhongjiajie e28b8c9
bpo-35018: Sax parser should provide user access to lexical handlers …
ZackerySpytz 8b67bf9
Improve renamed test_run.RecursionLimitTest (GH-21794)
terryjreedy f2e161c
bpo-41468: Improve and test IDLE run error exit (GH-21798)
terryjreedy 416f0b7
bpo-41514: Fix buggy IDLE test (GH-21808)
terryjreedy 39042e0
bpo-41324 Add a minimal decimal capsule API (#21519)
skrah 4ce6faa
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
FFY00 eaa5517
bpo-40548: Fix "Check for source changes (pull_request)" GH Action jo…
vstinner 85fdafa
Replace import_fresh_module in decimal test files (GH-21815)
skrah a02efe4
MSVC: The ARM command line should not define MASM. (#21817)
skrah 490c542
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
shihai1991 1d541c2
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
koubaa fabd7bb
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21…
vstinner 0ee0b29
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21…
vstinner e3c971c
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
edreamleo af3a6a8
Add PEP 573 additions to What's New (GH-21374)
encukou 76643c1
bpo-41475: Fix note in "What's new in 3.7" (#21733)
cool-RR b5f87b9
Call randseed() before other imports in deccheck.py (GH-21834)
skrah 0dfee33
Fix typo (GH-21820)
chrisyeh96 0e95bbf
bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
vstinner 369a1cb
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
vstinner 6e0b788
Catch all skip_handler cases (GH-21842)
skrah 423e77d
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
vstinner 8ecc0c4
bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21…
shihai1991 c51db0e
bpo-41531: Fix compilation of dict literals with more than 0xFFFF ele…
pablogsal e087f7c
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
koubaa 43577c0
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
vstinner 46d10b1
bpo-40204: Fix duplicates in the documentation (GH-21857)
vstinner c818b15
bpo-41520: Fix second codeop regression (GH-21848)
terryjreedy 20ae565
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-…
vstinner d3ded08
bpo-40204: Add :noindex: in the documentation (GH-21859)
vstinner 0eb9deb
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
srinivasreddy 474652f
bpo-40204, doc: Fix syntax of C variables (GH-21846)
vstinner a3eae43
Fixed comment about pathlib.link_to: it was added in 3.8, not changed…
facundobatista 6444ca9
bpo-41526: Fixed layout of final page of the installer (GH-21871)
zooba e55de68
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
xrisk 87d8287
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
pganssle bb0b085
bpo-40204: Fix reference to terms in the doc (GH-21865)
vstinner fa5d725
Fix typo in typing doc (GH-21879)
iritkatriel 40e700a
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
skrah 495bd03
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than O…
dimaqq 39dab24
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
skrah fff3c28
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
rhettinger 2353d77
bpo-41503: Fix race between setTarget and flush in logging.handlers.M…
iritkatriel 9700346
Update the comment of termios.c (#21886)
8vasu fbf43f0
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
vstinner 1abeda8
bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
vstinner 99c0ee3
Fix typo in message from assert statement (GH-21283)
aboddie 29f8429
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a m…
jamesba 8aa163e
bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-…
shihai1991 c3dd7e4
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
pganssle 0be7c21
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)
infrastation 2ce3963
bpo-40994: Ungroup items in collections.abc documentation for improve…
sydneypemberton1986 1afb42c
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
clebergnu 12695f4
Doc: add a missing period (GH-21819)
deronnax d2b0ce6
Update references from travis-ci.org to travis-ci.com (GH-21919)
ewdurbin 7173fc8
bpo-41573: Update release versions in General FAQ (GH-21915)
wyz23x2 802726a
Document vars behavior when __dict__ is missing (#21466)
andresdelfino fc7b41f
memoryview_patch initial commit
585fe5a
New Macro PyMemoryView_GET_SIZE(op)
cc45e07
WIP memoryiter_next
6e3a66e
Fix formatting
db8123d
WIP memoryiter_next - continuation
359d828
bugfix - improper macro
35ff087
Remove unused macro
1b5d6ee
Update Objects/memoryobject.c
f81a286
Update Objects/memoryobject.c
57b76b3
Update Objects/memoryobject.c
4386011
Error-handling + formatting
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.