Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0b3
/
Misc
tag
108336b63a31356dc9c1f35f91843d6893e26e00
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jul 29 13:26:24 2019
object
4336222407f4aab5944b8c90a08d9cf644db7aa2
Python 3.8.0b3
4336222
Python 3.8.0b3
by Łukasz Langa
· 6 years ago
v3.8.0b3
f96334c
bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)
by Miss Islington (bot)
· 6 years ago
c94386d
bpo-37692: Improve highlight config sample (GH-14983)
by Miss Islington (bot)
· 6 years ago
76821ba
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984)
by Miss Islington (bot)
· 6 years ago
1710193
bpo-37628: Fix IDLE config sample sizes (GH-14958)
by Miss Islington (bot)
· 6 years ago
06e8fc9
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
by Miss Islington (bot)
· 6 years ago
25cb4fd
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
by Miss Islington (bot)
· 6 years ago
69802f6
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
by Miss Islington (bot)
· 6 years ago
4b7ce10
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
by Miss Islington (bot)
· 6 years ago
0cdb21d
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
by Miss Islington (bot)
· 6 years ago
1da6a31
bpo-17535: IDLE editor line numbers (GH-14030)
by Miss Islington (bot)
· 6 years ago
bf8e82f
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782)
by Jeroen Demeyer
· 6 years ago
2406672
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
by Miss Islington (bot)
· 6 years ago
22fd679
bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) (GH-14902)
by Miss Islington (bot)
· 6 years ago
24b5b36
[3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)
by Kyle Stanley
· 6 years ago
52ee929
bpo-37627: Add acknowledgment (GH-14883)
by Miss Islington (bot)
· 6 years ago
9325f40
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)
by Miss Islington (bot)
· 6 years ago
c613c33
bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) (GH-14875)
by Miss Islington (bot)
· 6 years ago
86eb5da
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846)
by Miss Islington (bot)
· 6 years ago
028f1d2
bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14829)
by Miss Islington (bot)
· 6 years ago
6357433
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
by Miss Islington (bot)
· 6 years ago
6816ca3
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794)
by Miss Islington (bot)
· 6 years ago
1fc43a3
bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)
by Miss Islington (bot)
· 6 years ago
6cf7c45
bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)
by Miss Islington (bot)
· 6 years ago
178f09f
bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802)
by Miss Islington (bot)
· 6 years ago
6a2aec0
Fix infinite loop in email folding logic (GH-12732)
by Miss Islington (bot)
· 6 years ago
1ff4c42
bpo-37284: Add note to sys.implementation doc (GH-14328)
by Miss Islington (bot)
· 6 years ago
cf9a63c
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)
by Miss Islington (bot)
· 6 years ago
b1e4d1b
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759)
by Miss Islington (bot)
· 6 years ago
b815669
bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163)
by Miss Islington (bot)
· 6 years ago
143672c
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726)
by Miss Islington (bot)
· 6 years ago
36101c2
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
by Miss Islington (bot)
· 6 years ago
bfb709b
[3.8] bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) (GH-14724)
by Miss Islington (bot)
· 6 years ago
3d58b78
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
by Miss Islington (bot)
· 6 years ago
58f2c7f
bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)
by Miss Islington (bot)
· 6 years ago
c7be35c
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
by Miss Islington (bot)
· 6 years ago
cdada40
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645)
by Miss Islington (bot)
· 6 years ago
66905d1
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)
by Miss Islington (bot)
· 6 years ago
4e6bfc4
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14629)
by Miss Islington (bot)
· 6 years ago
90631f9
bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)
by Miss Islington (bot)
· 6 years ago
ad37203
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)
by Miss Islington (bot)
· 6 years ago
d4af553
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
by Miss Islington (bot)
· 6 years ago
ea9c8ca
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
by Miss Islington (bot)
· 6 years ago
4bc6bb9
Fix some typos (GH-14435)
by Miss Islington (bot)
· 6 years ago
229f6e8
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
by Miss Islington (bot)
· 6 years ago
b4cd6ba
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
by Miss Islington (bot)
· 6 years ago
cd400a1
Merge tag 'v3.8.0b2' into 3.8
by Łukasz Langa
· 6 years ago
957656e
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
by Miss Islington (bot)
· 6 years ago
21dd01d
Python 3.8.0b2
by Łukasz Langa
· 6 years ago
v3.8.0b2
0aefba7
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
by Miss Islington (bot)
· 6 years ago
79665c6
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
by Miss Islington (bot)
· 6 years ago
a2a807f
bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)
by Miss Islington (bot)
· 6 years ago
3cba3d3
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
by Miss Islington (bot)
· 6 years ago
632cb36
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
by Miss Islington (bot)
· 6 years ago
518dc94
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
by Miss Islington (bot)
· 6 years ago
bd92b94
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
by Miss Islington (bot)
· 6 years ago
746992c
bpo-37363: Add audit events on startup for the run commands (GH-14524)
by Miss Islington (bot)
· 6 years ago
96f581c
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
by Miss Islington (bot)
· 6 years ago
2683ded
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
by Miss Islington (bot)
· 6 years ago
be5bb52
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
by Miss Islington (bot)
· 6 years ago
cb083f7
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505)
by Miss Islington (bot)
· 6 years ago
f22c4cf
[3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)
by Christian Heimes
· 6 years ago
ee72dda
[3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14495)
by Miss Islington (bot)
· 6 years ago
c2684c6
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)
by Miss Islington (bot)
· 6 years ago
bf8cb31
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344)
by Miss Islington (bot)
· 6 years ago
323e743
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467)
by Steve Dower
· 6 years ago
515a026
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
by Miss Islington (bot)
· 6 years ago
6fbed53
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
by Miss Islington (bot)
· 6 years ago
7fe81ce
bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)
by Miss Islington (bot)
· 6 years ago
82654a0
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14411)
by Miss Islington (bot)
· 6 years ago
5c4ce3e
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
by Miss Islington (bot)
· 6 years ago
bdbd5e8
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
by Miss Islington (bot)
· 6 years ago
63429c8
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
by Miss Islington (bot)
· 6 years ago
c6e3282
[3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH-14119) (GH-14380)
by Abhilash Raj
· 6 years ago
12d174b
bpo-37400: Fix test_os.test_chown() (GH-14374)
by Miss Islington (bot)
· 6 years ago
25fbe33
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375)
by Steve Dower
· 6 years ago
d917cfe
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
by Jeroen Demeyer
· 6 years ago
d32594a
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
by Miss Islington (bot)
· 6 years ago
26fe6c3
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
by Miss Islington (bot)
· 6 years ago
210358b
bpo-36546: Mark first argument as position only (GH-14363) (GH-14364)
by Miss Islington (bot)
· 6 years ago
5bf3b89
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
by Miss Islington (bot)
· 6 years ago
dad8f79
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
by Miss Islington (bot)
· 6 years ago
76b72f6
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
by Miss Islington (bot)
· 6 years ago
8763d43
bpo-37363: Add audit events for a range of modules (GH-14301)
by Miss Islington (bot)
· 6 years ago
2ec4545
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)
by Victor Stinner
· 6 years ago
874ff65
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)
by Miss Islington (bot)
· 6 years ago
fa23bd2
bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)
by Steve Dower
· 6 years ago
35202c7
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
by Miss Islington (bot)
· 6 years ago
3523e0c
bpo-37362: test_gdb now ignores stderr (GH-14287)
by Miss Islington (bot)
· 6 years ago
6c79477
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
by Steve Dower
· 6 years ago
0bda894
Fix bpo number in News file. (GH-14260) (GH-14261)
by Miss Islington (bot)
· 6 years ago
f5b89af
bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH-13877)
by Serhiy Storchaka
· 6 years ago
b626b11
bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)
by Miss Islington (bot)
· 6 years ago
35aa0b0
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
by Miss Islington (bot)
· 6 years ago
a7072ff
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
by Miss Islington (bot)
· 6 years ago
bd75abf
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
by Miss Islington (bot)
· 6 years ago
ae526ee
bpo-5680: IDLE: Customize running a module (GH-13763)
by Miss Islington (bot)
· 6 years ago
8cb8d5d
bpo-37189: Export old PyRun_XXX() functions (GH-14142)
by Miss Islington (bot)
· 6 years ago
02f7f74
bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
by Miss Islington (bot)
· 6 years ago
4b68a8e
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168)
by Miss Islington (bot)
· 6 years ago
Next »