Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
298 commits
Select commit Hold shift + click to select a range
d0ddaf2
Fix SystemError when nested function has annotation on positional-onl…
asottile Jan 5, 2020
c9cbf82
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
serhiy-storchaka Jan 5, 2020
c9a8dca
bpo-39056: Fix handling invalid warning category in the -W option. (G…
serhiy-storchaka Jan 5, 2020
2bf6daf
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=T…
serhiy-storchaka Jan 5, 2020
1c62faa
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
terryjreedy Jan 5, 2020
cfdded0
Fix constant folding optimization for positional only arguments (GH-1…
asottile Jan 5, 2020
2fccd8e
bpo-39200: Correct the error message for range() empty constructor (G…
pablogsal Jan 5, 2020
02ae5df
Organise and clean test_positional_only_arg and add more tests (GH-17…
pablogsal Jan 5, 2020
c533e91
Replace links in howto/pyporting.rst with sphinx references (GH-17781)
hoefling Jan 5, 2020
8be8032
Fix the parameter list of object. _rpow_ (#GH-16477)
hongweipeng Jan 5, 2020
1cc31e1
bpo-39130: Dict reversed was added in v3.8 so should say in the doc a…
khalidmammadov Jan 5, 2020
34290c0
Minor formatting improvements and fixes to idle.rst (GH-17165)
taleinat Jan 5, 2020
277f1ec
bpo-38907: In http.server script, restore binding to IPv4 on Windows.…
jaraco Jan 6, 2020
38499f9
argument-clinic: Simplify multi-line string handling (GH-17852)
corona10 Jan 6, 2020
278a3d0
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-…
jaraco Jan 6, 2020
b69bd9d
Fix link to bpo issue in Changelog (GH-17692)
cs-shadow Jan 6, 2020
e318f0f
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH…
pablogsal Jan 6, 2020
37926ff
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (G…
anthonywee Jan 6, 2020
e5583fb
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH…
YoSTEALTH Jan 6, 2020
e0267cf
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
zooba Jan 6, 2020
d301bc5
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)
YoSTEALTH Jan 6, 2020
d159315
Doc: Change Python 2 status to EOL. (GH-17885)
methane Jan 7, 2020
de499c2
bpo-38623: Doc: Add section for site module CLI. (GH-17858)
methane Jan 7, 2020
04c8c46
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
asvetlov Jan 7, 2020
b5a17fc
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
vstinner Jan 7, 2020
2aac9d2
bpo-39198: Ensure logging global lock is released on exception in isE…
DerekTBrown Jan 7, 2020
6cfb891
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor …
corona10 Jan 7, 2020
4af19af
bpo-38871: Fix lib2to3 for filter-based statements that contain lambd…
corona10 Jan 7, 2020
02b2d18
bpo-39237, datetime: Remove redundant call to round from delta_new (G…
alexhenrie Jan 8, 2020
14549b0
bpo-39233: Update positional-only section in the glossary (GH-17874)
pablogsal Jan 8, 2020
89a46c5
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
corona10 Jan 8, 2020
a7ff769
bpo-35292: Avoid calling mimetypes.init when http.server is imported …
aisk Jan 8, 2020
63a0927
Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870)
vstinner Jan 8, 2020
e2ff85c
closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907)
alexhenrie Jan 9, 2020
783ec53
closes bpo-39262: Use specific out-of-memory message in _sharedexcept…
alexhenrie Jan 9, 2020
4a23376
bpo-39271: Remove dead assignment from pattern_subx (GH-17915)
alexhenrie Jan 9, 2020
08ed4ec
bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_l…
alexhenrie Jan 9, 2020
f804a00
bpo-39270: Remove dead assignment from config_init_module_search_path…
alexhenrie Jan 9, 2020
89e3700
bpo-39161: Document multi-phase init modules under Py_NewInterpreter(…
encukou Jan 9, 2020
8a667bb
Add test cases for dataclasses. (#17909)
tirkarthi Jan 9, 2020
3a87553
bpo-25172: Reduce scope of crypt import tests (GH-17881)
zooba Jan 9, 2020
903a5ce
Fix typo in test's docstring (GH-17856)
blueyed Jan 9, 2020
fd76935
bpo-39235: Fix end location for genexp in call args (GH-17925)
gvanrossum Jan 9, 2020
c8a62cd
bpo-39235: Check end_lineno and end_col_offset of AST nodes. (GH-17926)
serhiy-storchaka Jan 10, 2020
f7b3094
bpo-39166: Fix trace of last iteration of async for loops (#17800)
pablogsal Jan 10, 2020
1dd8b14
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
corona10 Jan 10, 2020
b46c015
bpo-39200: Correct the error message for min/max builtin function (GH…
corona10 Jan 10, 2020
5719a27
bpo-39292: Add missing syslog facility codes. (GH-17945)
vsajip Jan 10, 2020
aa0d646
Fix host in address of socket.create_server example. (GH-17706)
tirkarthi Jan 11, 2020
c20a5e5
bpo-39259: nntplib.NNTP/NNTP_SSL refactoring (GH-17939)
corona10 Jan 11, 2020
d2a48db
bpo-39297: Update for importlib_metadata 1.4. (GH-17947)
jaraco Jan 11, 2020
328ae65
bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)
corona10 Jan 11, 2020
e887e02
bpo-39288: Add math.nextafter(x, y) (GH-17937)
vstinner Jan 12, 2020
996d947
bpo-16575: Disabled checks for union types being passed by value. (GH…
vsajip Jan 12, 2020
3c6ff05
bpo-12159: Document sys.maxsize limit in len() function reference (GH…
Zac-HD Jan 12, 2020
a2bbfb0
bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-1…
aeros Jan 12, 2020
4a11a97
bpo-39288: Add examples to math.nextafter() documentation (GH-17962)
vstinner Jan 12, 2020
16c87ee
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
GudniNathan Jan 12, 2020
daf5b02
bpo-3530: Add advice on when to correctly use fix_missing_locations i…
isidentical Jan 12, 2020
618e7d7
Fix outdated comment in _strptime.py (GH-17929)
cool-RR Jan 12, 2020
fb1d57b
bpo-39313: Add an option to RefactoringTool for using exec as a funct…
isidentical Jan 12, 2020
7c7b448
bpo-32021: Support brotli .br encoding in mimetypes (#12200)
philmcmahon Jan 12, 2020
daf367f
bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
alexhenrie Jan 13, 2020
7d17d36
bpo-39310: Add math.ulp(x) (GH-17965)
vstinner Jan 13, 2020
363781e
Remove unused functions in Parser/parsetok.c (GH-17365)
eamanu Jan 13, 2020
f69a332
Fix typos in gcmodule.c and restructure comments for clarity (GH-17983)
pablogsal Jan 13, 2020
8dfc795
Cleanup exit code for interpreter. (GH-17756)
markshannon Jan 13, 2020
1404886
bpo-20443: Update What's New In Python 3.9 (GH-17986)
vstinner Jan 13, 2020
8ce44af
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
tirkarthi Jan 13, 2020
ad4dce8
bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752)
jd Jan 13, 2020
3b0bcc0
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
vstinner Jan 13, 2020
5da5df0
remove unused __version__ from mock.py (#17977)
cjw296 Jan 13, 2020
cae4021
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
corona10 Jan 13, 2020
885db8b
bpo-39160 Align the verbs, grammar and defaults for `./configure --he…
tonybaloney Jan 14, 2020
f4e52e0
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
corona10 Jan 14, 2020
17b6f0e
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. …
markshannon Jan 14, 2020
19b3693
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
geryogam Jan 14, 2020
4560cfc
bpo-39322: Add gc.is_finalized to check if an object has been finalis…
pablogsal Jan 14, 2020
3cb8fde
bpo-39322: Add gc.is_finalized to the gc module docstring (GH-18000)
pablogsal Jan 14, 2020
7fbec74
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-…
vaclavbartos Jan 14, 2020
5a0ac0a
Fix documentation in code.py (GH-17988)
Jan 14, 2020
8b21d72
venv: Suppress warning message when bash hashing is disabled. (GH-17966)
d-goldin Jan 14, 2020
1ec1fbc
bpo-38901: Allow setting a venv's prompt to the basename of the curre…
vsajip Jan 14, 2020
a97fd3d
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
corona10 Jan 14, 2020
31edf3a
Allow pgen to produce a DOT format dump of the grammar (GH-18005)
pablogsal Jan 14, 2020
4beb596
Improve test coverage for AsyncMock. (GH-17906)
tirkarthi Jan 15, 2020
2b8ffe7
Fix AsyncMock base class in the docs (GH-18008)
elenaoat Jan 15, 2020
e67dcad
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)
vstinner Jan 15, 2020
ef3db0f
bpo-1635741: Port _json extension module to multiphase initialization…
shihai1991 Jan 15, 2020
35a4346
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
vstinner Jan 15, 2020
fe73a46
Fix compiler warning on Windows (GH-18012)
ammaraskar Jan 15, 2020
e244950
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
awecx Jan 15, 2020
cf74c38
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
Olshansk Jan 15, 2020
c2a370d
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
Jan 15, 2020
c463cd3
bpo-39351: Remove base64.encodestring() (GH-18022)
vstinner Jan 16, 2020
4b736ee
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
vstinner Jan 16, 2020
4a56934
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
niklasf Jan 16, 2020
045f388
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
vstinner Jan 16, 2020
63f25e3
First stab at new clang flags
petdance Dec 24, 2019
5c2e8c9
Removing noise
petdance Dec 25, 2019
44815b0
First stab at new clang flags
petdance Dec 24, 2019
2b11794
Removing noise
petdance Dec 25, 2019
9b85b07
bpo-39357: Update bz2 docstring: remove buffering (GH-18036)
vstinner Jan 17, 2020
1ee48e9
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
vstinner Jan 17, 2020
bed67b3
Fix Lock.locked() to remove extra bold highlighting (#18042)
grantjenks Jan 17, 2020
ded2b60
Run doctests in GitHub actions Docs targer (GH-18041)
pablogsal Jan 17, 2020
7748936
First stab at new clang flags
petdance Dec 24, 2019
1260707
Removing noise
petdance Dec 25, 2019
6e1d56b
Remvoe the config script
petdance Jan 18, 2020
44c0934
bpo-39372: Clean header files of declared interfaces with no implemen…
pablogsal Jan 18, 2020
2a36f43
Fix typo from base to based (GH-18055)
micha2718l Jan 19, 2020
741275d
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
ZackerySpytz Jan 19, 2020
8ef7376
bpo-38536: locale: Remove trailing space in formatted currency (GH-16…
methane Jan 20, 2020
be84514
bpo-39377: json: Remove the encoding option. (GH-18075)
methane Jan 20, 2020
7c44f25
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (G…
ncoghlan Jan 20, 2020
c287a5a
Fix asyncio.get_event_loop() documentation (GH-18051)
asvetlov Jan 20, 2020
329e6a8
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
asvetlov Jan 20, 2020
dd3b530
bpo-39383: Mention Darwin as a potential value for platform.system() …
bittner Jan 20, 2020
e290eb2
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
cfbolz Jan 21, 2020
4ebfb83
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
csabella Jan 21, 2020
304c726
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)
vstinner Jan 21, 2020
a0d91fd
bpo-39389: gzip: fix compression level metadata (GH-18077)
wchargin Jan 21, 2020
573d6d9
bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099)
vstinner Jan 21, 2020
4cdbb96
Move test_math tests (GH-18098)
vstinner Jan 21, 2020
85ed53b
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
vstinner Jan 21, 2020
669cda0
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
vstinner Jan 21, 2020
ca3a9ad
PyLong_AsLongLong() docs should say 'long long' (#18082)
keitherskine Jan 21, 2020
3b6b922
closes bpo-39415: Remove unused codes from longobject.c complexobject…
corona10 Jan 22, 2020
2113abf
bpo-39377: json: Update doc about the encoding option. (GH-18076)
methane Jan 22, 2020
80380eb
bpo-39425: Fix list.count performance regression (GH-18119)
corona10 Jan 22, 2020
9a84fd0
bpo-39353: Deprecate the binhex module (GH-18025)
vstinner Jan 22, 2020
84f9e9a
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH…
vstinner Jan 22, 2020
733def3
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
vstinner Jan 22, 2020
46056c8
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
vstinner Jan 22, 2020
5a219be
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
corona10 Jan 22, 2020
5d3f519
bpo-35182: fix communicate() crash after child closes its pipes (GH-1…
alpire Jan 22, 2020
9e4e9c8
bpo-39336: Allow packages to not let their child modules be set on th…
DinoV Jan 23, 2020
6556cd7
bpo-39427: Document -X opt options in the CLI --help and the man page…
pablogsal Jan 23, 2020
6116951
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
woodruffw Jan 23, 2020
c5e3209
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
ZackerySpytz Jan 23, 2020
e04ae13
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
terryjreedy Jan 23, 2020
6acadd8
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
markshannon Jan 23, 2020
94e426e
bpo-39421: Fix posible crash in heapq with custom comparison operator…
pablogsal Jan 23, 2020
fcacec7
bpo-17005: Add a class to perform topological sorting to the standard…
pablogsal Jan 23, 2020
ea252ed
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
shanavas786 Jan 23, 2020
8f5a86e
bpo-17005: Minor improvements to the documentation of TopologicalSort…
pablogsal Jan 23, 2020
5ea106b
bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)
eamanu Jan 24, 2020
a72a7b4
Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)
mariocj89 Jan 24, 2020
bab0c22
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
vstinner Jan 24, 2020
a9d5eba
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
mdickinson Jan 24, 2020
5703cc1
bpo-39361: Document the removal of PyTypeObject.tp_print (GH-18125)
ammaraskar Jan 24, 2020
f3bc9dd
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
vstinner Jan 24, 2020
5fbf649
bpo-39395: putenv() and unsetenv() always available (GH-18135)
vstinner Jan 24, 2020
16f2bb1
bpo-38473: Handle autospecced functions and methods used with attach_…
tirkarthi Jan 24, 2020
4a83894
bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
mbarkhau Jan 24, 2020
cfbafbd
bpo-38631: Avoid Py_FatalError() in GC collect() (GH-18164)
vstinner Jan 24, 2020
d0b3196
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
serhiy-storchaka Jan 24, 2020
6495787
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
csabella Jan 25, 2020
9a648b7
bpo-39082: Allow AsyncMock to correctly patch static/class methods (G…
mkokotovich Jan 25, 2020
af8cd95
bpo-37955: correct mock.patch docs with respect to the returned type …
phsilva Jan 25, 2020
dc7beae
Python 3.9.0a3
ambv Jan 24, 2020
70a28ab
Post 3.9.0a3
ambv Jan 25, 2020
ac79e61
Update 3.8.rst (GH-18173)
fireattack Jan 25, 2020
ed66417
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
vegarsti Jan 25, 2020
0b06841
bpo-15243: Document __prepare__ as classmethod (GH-17124)
alclarks Jan 25, 2020
3300f3c
bpo-36654: Add examples for using tokenize module programmically (#12…
Windsooon Jan 25, 2020
1b0db2f
bpo-39374: Updated sorting documentation (GH-18177)
juhanakristian Jan 25, 2020
ae4844e
Fix linecache.py add lazycache to __all__ and use dict.clear to clear…
ganziqim Jan 26, 2020
211afd9
bpo-36018: Add another example for NormalDist() (#18191)
rhettinger Jan 26, 2020
7fc7201
bpo-25597: Ensure wraps' return value is used for magic methods in Ma…
tirkarthi Jan 27, 2020
9830e8b
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
markshannon Jan 27, 2020
fcf0deb
Fix so that test.test_distutils can be executed by unittest and not j…
abadger Jan 27, 2020
d852725
Use relative imports in mock and its tests to help backporting (GH-18…
cjw296 Jan 27, 2020
68e2279
Clarify and fix assertions that mocks have not been awaited (GH-18196)
cjw296 Jan 27, 2020
d6b7008
bpo-39453: Make list.__contains__ hold strong references to avoid cra…
corona10 Jan 27, 2020
ad163af
Ignore NEWS snippets in code coverage stats (GH-18194)
ncoghlan Jan 27, 2020
ede4700
bpo-39453: Add testcase for bpo-39453 (GH-18202)
corona10 Jan 27, 2020
7a58135
bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203)
vstinner Jan 27, 2020
f12e894
bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212)
vstinner Jan 27, 2020
e2a466d
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
vstinner Jan 27, 2020
0546d95
Add test.test_import.data.unwritable package to makefile (#18211)
DinoV Jan 27, 2020
8569f95
bpo-30780: Add IDLE configdialog tests (#3592)
csabella Jan 27, 2020
22f50f0
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)
vstinner Jan 27, 2020
6dcf87d
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
vstinner Jan 27, 2020
26f2660
bpo-39392: Turtle overlap fill depends on OS (#18223)
terryjreedy Jan 27, 2020
347cfc4
bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdow…
brianquinlan Jan 28, 2020
ac7ee4e
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-…
rhettinger Jan 28, 2020
edb3d15
bpo-38644: Pass tstate in ceval.c (GH-18222)
vstinner Jan 28, 2020
21de91a
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` …
lazka Jan 28, 2020
ea6cecd
bpo-39393: Misleading error message on dependent DLL resolution failu…
ZackerySpytz Jan 28, 2020
ed5b452
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
methane Jan 28, 2020
840c8d9
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18…
ameily Jan 28, 2020
1e37d4f
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
Jan 28, 2020
91658e9
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
Jan 28, 2020
4989b3a
bpo-39459: include missing test files in windows installer
DinoV Jan 28, 2020
2970397
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
zooba Jan 29, 2020
5a3681e
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
bmerry Jan 29, 2020
73941bb
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
nanjekyejoannah Jan 29, 2020
b9acb82
Doc: Fix external links to functional programming tutorial. (GH-18249)
JulienPalard Jan 29, 2020
a2fd87a
bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
vstinner Jan 29, 2020
5a724e6
bpo-39485: fix corner-case in method-detection of mock (GH-18252)
cfbolz Jan 29, 2020
77b9f5a
Get mock coverage back to 100% (GH-18228)
cjw296 Jan 29, 2020
8eec0cf
Remove deadcode in _Py_inc_count() (GH-18257)
vstinner Jan 29, 2020
d9635f5
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio2 Jan 30, 2020
564b840
bpo-39493: Fix definition of IO.closed in typing.py (#18265)
hauntsaninja Jan 30, 2020
a6cb7fb
bpo-39494: Remove extra null terminators from kwlist vars (GH-18267)
alexhenrie Jan 30, 2020
45777ee
bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG()…
vstinner Jan 30, 2020
838d5d1
bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263)
vstinner Jan 30, 2020
42fe7f0
bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-…
vstinner Jan 30, 2020
dd78bd2
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
vstinner Jan 30, 2020
c3eee20
bpo-39497: Remove unused variable from pysqlite_cursor_executescript …
alexhenrie Jan 30, 2020
b58afa7
bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-1…
damani42 Jan 30, 2020
3661624
bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
vstinner Jan 30, 2020
2a3b2eb
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
vstinner Jan 30, 2020
f17696a
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH…
vstinner Jan 30, 2020
e572b3a
bpo-39434: Improve float __floordiv__ performance and error message (…
corona10 Jan 30, 2020
a3cac63
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18…
vstinner Jan 30, 2020
9b7a357
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-…
shihai1991 Jan 30, 2020
c581b24
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
ZackerySpytz Jan 31, 2020
f77b6a7
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
JulienPalard Jan 31, 2020
eac0c5f
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
aeros Jan 31, 2020
d79b3fa
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
vstinner Feb 1, 2020
f7f3c34
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
vstinner Feb 1, 2020
d05cf0a
Update sum comment. (#18240)
brandtbucher Feb 1, 2020
8d60162
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
asvetlov Feb 1, 2020
e84c151
fixes typos in http.client documentation (#18300)
jameshcorbett Feb 1, 2020
34a072d
bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270)
alexhenrie Feb 1, 2020
6c957db
Fix import path for asyncio.TimeoutError (#17691)
asvetlov Dec 24, 2019
48b2d2f
Fix 5-space indentation and trailing whitespace (GH-18311)
mdickinson Feb 2, 2020
869059f
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
aeros Feb 2, 2020
8232da1
bpo-39492: Fix a reference cycle between reducer_override and a Pickl…
pierreglaser Feb 2, 2020
1441b94
bpo-39450 Stripped whitespace before parsing the docstring in TestCas…
scirelli Feb 3, 2020
d8e9120
bpo-36051: Fix compiler warning. (GH-18325)
methane Feb 3, 2020
89cdc63
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
vstinner Feb 3, 2020
85c5510
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
vstinner Feb 3, 2020
09ebac2
Fixes in sorting descriptions (GH-18317)
pochmann Feb 3, 2020
e131f3e
bpo-39542: Simplify _Py_NewReference() (GH-18332)
vstinner Feb 3, 2020
3134f83
bpo-38558: Link to further docs from walrus operator mention in tutor…
adorilson Feb 3, 2020
b10bf42
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217…
cjw296 Feb 4, 2020
bbbe0c2
bpo-38076 Clear the interpreter state only after clearing module glob…
eduardo-elizondo Feb 4, 2020
a85e37d
Restore PyObject_IsInstance() comment (GH-18345)
vstinner Feb 4, 2020
62a76ee
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbo…
scoder Feb 4, 2020
ad7aa40
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH…
phi-gamma Feb 4, 2020
b046fbd
Fix MinGW library generation command (GH-17917)
Baljak Feb 5, 2020
d67d395
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
vstinner Feb 5, 2020
3e92213
bpo-39184: Add audit events to command execution functions in os and …
gousaiyang Feb 5, 2020
9295681
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild…
tonybaloney Feb 5, 2020
c75e7a2
bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)
jstasiak Feb 5, 2020
1509e18
Merge remote-tracking branch 'origin/master' into pr_17690
terryjreedy Feb 5, 2020
58ae4f7
Remove blurb for another issue.
terryjreedy Feb 5, 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
2 changes: 1 addition & 1 deletion Include/pyhash.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extern "C" {
/* Helpers for hash functions */
#ifndef Py_LIMITED_API
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(double);
PyAPI_FUNC(Py_hash_t) _Py_HashPointer(void*);
PyAPI_FUNC(Py_hash_t) _Py_HashPointer(const void*);
PyAPI_FUNC(Py_hash_t) _Py_HashBytes(const void*, Py_ssize_t);
#endif

Expand Down
2 changes: 1 addition & 1 deletion Python/pyhash.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ _Py_HashDouble(double v)
}

Py_hash_t
_Py_HashPointer(void *p)
_Py_HashPointer(const void *p)
{
Py_hash_t x;
size_t y = (size_t)p;
Expand Down