Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0a1
/
Lib
fd75708
Python 3.9.0a1
by Łukasz Langa
· 6 years ago
v3.9.0a1
9960230
bpo-22367: Update test_fcntl.py for spawn process mode (#17154)
by Dong-hee Na
· 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
59c8088
Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219)
by Victor Stinner
· 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
d0acdfc
Fix typo in Lib/socketserver.py (GH-17024)
by Jason (Perry) Taylor
· 6 years ago
a065232
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
by Serhiy Storchaka
· 6 years ago
5fd5cb8
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
by Serhiy Storchaka
· 6 years ago
7c6130c
bpo-38453: Ensure correct short path is obtained for test (GH-17184)
by Steve Dower
· 6 years ago
abde52c
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
by Steve Dower
· 6 years ago
3f8cebd
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
by Kyle Stanley
· 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
d89cea1
bpo-38781: Clear buffer in MemoryHandler flush (GH-17132)
by Daniel Andersson
· 6 years ago
9c28449
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
by Zackery Spytz
· 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
138ccbb
bpo-38738: Fix formatting of True and False. (GH-17083)
by Serhiy Storchaka
· 6 years ago
1062715
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
by Vinay Sajip
· 6 years ago
c8b53dc
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
by Zackery Spytz
· 6 years ago
733b9a3
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
by Raymond Hettinger
· 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
e27449d
bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988)
by Serhiy Storchaka
· 6 years ago
befa032
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
by Dong-hee Na
· 6 years ago
991b02d
update a deprecated assert in logging tests (GH-17079)
by l0rb
· 6 years ago
519cb87
bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072)
by l0rb
· 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
25fa3ec
Fix a typo in wave module docstring (GH-17009)
by Michael Haas
· 6 years ago
8d4fef4
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
by Ram Rachum
· 6 years ago
d0d9f7c
Slightly improve plistlib test coverage. (GH-17025)
by Jon Janzen
· 6 years ago
65c7382
Add docstring for shlex.split (GH-16740)
by MaT1g3R
· 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
79d4ed1
bpo-16575: Add checks for unions passed by value to functions. (GH-16799)
by Vinay Sajip
· 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
3c88199
bpo-38626: Add comment explaining why __lt__ is used. (GH-16978)
by Raymond Hettinger
· 6 years ago
ae7aa42
Remove code commented for more than 10 years (GH-16965)
by Victor Stinner
· 6 years ago
e471e72
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
by Victor Stinner
· 6 years ago
5c32af7
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
by Serhiy Storchaka
· 6 years ago
a8fb932
bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947)
by Terry Jan Reedy
· 6 years ago
e31a79a
bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)
by Terry Jan Reedy
· 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
10ecbad
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
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
a9ed91e
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
by Sergey Fedoseev
· 6 years ago
919f0bc
bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256)
by Serhiy Storchaka
· 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
e4c431e
bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)
by Eric Snow
· 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
f33c57d5
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
by Gregory P. Smith
· 6 years ago
d8ca235
bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891)
by Taine Zhao
· 6 years ago
a661392
bpo-37531: regrtest now catchs ProcessLookupError (GH-16827)
by Victor Stinner
· 6 years ago
392a13b
bpo-38006: Add unit test for weakref clear bug (GH-16788)
by Neil Schemenauer
· 6 years ago
fab4ef2
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
by Victor Stinner
· 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
d83fc27
bpo-38453: Resolve test directories before chdir to them (GH-16723)
by Steve Dower
· 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
b16e382
bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241)
by Zackery Spytz
· 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
46113e0
bpo-38456: Handle the case when there is no 'true' command (GH-16739)
by Pablo Galindo
· 6 years ago
67b93f8
bpo-38456: Use /bin/true in test_subprocess (GH-16736)
by Gregory P. Smith
· 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
1dbe537
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
by Dong-hee Na
· 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
e8bedbd
bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589)
by Vinay Sajip
· 6 years ago
0ec618a
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Victor Stinner
· 6 years ago
e53c580
test_dictviews: Add testcase for dictviews_sub (GH-16660)
by Dong-hee Na
· 6 years ago
10cd00a
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
by Pablo Galindo
· 6 years ago
8252c52
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
by Serhiy Storchaka
· 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
Next »