Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0a1
/
Misc
fd75708
Python 3.9.0a1
by Łukasz Langa
· 6 years ago
v3.9.0a1
24555ce
bpo-21767: explicitly mention abc support in functools.singledispatch docs (#17171)
by Batuhan Taşkaya
· 6 years ago
fe75b62
bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#17160)
by Tomás Farías
· 6 years ago
00923c6
bpo-38622: Add missing audit events for ctypes module (GH-17158)
by Steve Dower
· 6 years ago
e243bae
bpo-38722: Runpy use io.open_code() (GH-17234)
by jsnklln
· 6 years ago
ee703cb
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
by Tal Einat
· 6 years ago
04394df
bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232)
by Victor Stinner
· 6 years ago
59c8088
Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219)
by Victor Stinner
· 6 years ago
2bc3434
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
by Zackery Spytz
· 6 years ago
111772f
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)
by Toke Høiland-Jørgensen
· 6 years ago
645005e
bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151)
by Andrey Doroschenko
· 6 years ago
a065232
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
by Serhiy Storchaka
· 6 years ago
bd44a7e
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
by Serhiy Storchaka
· 6 years ago
5fd5cb8
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
by Serhiy Storchaka
· 6 years ago
73cdb0c
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
by Eric Snow
· 6 years ago
abde52c
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
by Steve Dower
· 6 years ago
b220300
bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)
by Phil Connell
· 6 years ago
e8acc86
bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)
by Andrey Doroschenko
· 6 years ago
3ccdd9b
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
by Benjamin Peterson
· 6 years ago
dad6be5
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Andrew Svetlov
· 6 years ago
61289d4
bpo-38786: Add parsing of https links to pydoc (GH-17143)
by Kirill
· 6 years ago
9c28449
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
by Zackery Spytz
· 6 years ago
d6d6e2a
Add Ilya Kulakov to Misc/ACKS. (GH-17130)
by Ilya Kulakov
· 6 years ago
74fa9f7
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112)
by Benjamin Peterson
· 6 years ago
d593881
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
by jsnklln
· 6 years ago
c8b53dc
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
by Zackery Spytz
· 6 years ago
051ff52
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
by Manjusaka
· 6 years ago
a0ed99b
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
by Brandt Bucher
· 6 years ago
84ac437
bpo-38761: Register WeakSet as a MutableSet (GH-17104)
by Raymond Hettinger
· 6 years ago
6cbc84f
bpo-38613: Optimize set operations of dict keys. (GH-16961)
by Inada Naoki
· 6 years ago
519cb87
bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072)
by l0rb
· 6 years ago
5c0c325
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
by Benjamin Peterson
· 6 years ago
6c4c45e
bpo-38692: Add os.pidfd_open. (GH-17063)
by Benjamin Peterson
· 6 years ago
bf17d41
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
by Jeroen Demeyer
· 6 years ago
b396663
bpo-35381 Remove all static state from posixmodule (GH-15892)
by Eddie Elizondo
· 6 years ago
62161ce
closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056)
by Benjamin Peterson
· 6 years ago
f4b1e3d
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
by Victor Stinner
· 6 years ago
6552563
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
by Alexandru Ardelean
· 6 years ago
8d4fef4
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
by Ram Rachum
· 6 years ago
b32cb97
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
by Anthony Sottile
· 6 years ago
b15100f
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
by Lucas Cimon
· 6 years ago
a4ed6ed
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)
by Victor Stinner
· 6 years ago
6c3e66a
bpo-38640: Allow break and continue in always false while loops (GH-16992)
by Pablo Galindo
· 6 years ago
24c6258
bpo-38614: Add timeout constants to test.support (GH-16964)
by Victor Stinner
· 6 years ago
865c3b2
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
by Serhiy Storchaka
· 6 years ago
da6ce58
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
by Daniel Hillier
· 6 years ago
0ac6137
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
by Steve Dower
· 6 years ago
edb172a
bpo-38519: Internal include files missing on Windows (GH-16921)
by Zackery Spytz
· 6 years ago
e471e72
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
by Victor Stinner
· 6 years ago
3bfc8e0
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
by Dong-hee Na
· 6 years ago
85c6f8c
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)
by Marco Rougeth
· 6 years ago
5c32af7
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
by Serhiy Storchaka
· 6 years ago
e3f90b2
bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)
by Terry Jan Reedy
· 6 years ago
26ae9f6
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861)
by Serhiy Storchaka
· 6 years ago
96b06ae
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
by Zsolt Dollenstein
· 6 years ago
a01ba33
bpo-30618: add readlink to pathlib.Path (GH-8285)
by Girts
· 6 years ago
1b53a24
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
by Victor Stinner
· 6 years ago
028f734
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
by Victor Stinner
· 6 years ago
f548a3e
bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)
by Tyler Kieft
· 6 years ago
10ecbad
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
by Serhiy Storchaka
· 6 years ago
5bc6a7c
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
by Serhiy Storchaka
· 6 years ago
2eba6ad
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
by Dong-hee Na
· 6 years ago
06cd5b6
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
by Hai Shi
· 6 years ago
58ccd20
bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)
by Raymond Hettinger
· 6 years ago
24dc2f8
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846)
by Dong-hee Na
· 6 years ago
5eabec0
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)
by Raymond Hettinger
· 6 years ago
ecb035c
bpo-38502: regrtest uses process groups if available (GH-16829)
by Victor Stinner
· 6 years ago
5a88d50
bpo-27657: Fix urlparse() with numeric paths (#661)
by Tim Graham
· 6 years ago
fbe3c76
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
by Steve Dower
· 6 years ago
f33c57d5
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
by Gregory P. Smith
· 6 years ago
9c11029
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
by Inada Naoki
· 6 years ago
7aebbd1
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
by Steve Dower
· 6 years ago
fab4ef2
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
by Victor Stinner
· 6 years ago
3cd21aa
bpo-38468 : Refactor python-config (#16749)
by Joannah Nanjekye
· 6 years ago
8d59eb1
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
by Julien Danjou
· 6 years ago
f3ef06a
bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800)
by Pablo Galindo
· 6 years ago
eb1dda2
bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)
by Victor Stinner
· 6 years ago
0b60f64
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
by Vinay Sajip
· 6 years ago
aad2ee0
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
by Stein Karlsen
· 6 years ago
fd5c414
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755)
by Pablo Galindo
· 6 years ago
466326d
bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687)
by Pablo Galindo
· 6 years ago
793cb85
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
by Samuel Colvin
· 6 years ago
140a7d1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
by Serhiy Storchaka
· 6 years ago
f3751ef
bpo-38417: Add umask support to subprocess (GH-16726)
by Gregory P. Smith
· 6 years ago
822922a
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
by Samuel Colvin
· 6 years ago
19a3d87
bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724)
by Abhilash Raj
· 6 years ago
2b7dc40
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
by Ruediger Pluem
· 6 years ago
320dd50
bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707)
by Pablo Galindo
· 6 years ago
7bb1431
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
by Ronan Lamy
· 6 years ago
ecbf35f
bpo-38379: don't claim objects are collected when they aren't (#16658)
by Tim Peters
· 6 years ago
594e2ed
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
by Antonio Gutierrez
· 6 years ago
0ec618a
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Victor Stinner
· 6 years ago
10cd00a
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
by Pablo Galindo
· 6 years ago
03ab6b4
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
by Victor Stinner
· 6 years ago
13abda4
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
by Serhiy Storchaka
· 6 years ago
b690a27
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
by Serhiy Storchaka
· 6 years ago
d05b000
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
by Serhiy Storchaka
· 6 years ago
0d3fe8a
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
by Antonio Gutierrez
· 6 years ago
1b18455
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
by Victor Stinner
· 6 years ago
e310af9
bpo-38344: Fix syntax in activate.bat (GH-16533)
by James Abel
· 6 years ago
Next »