index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
1
-0/+1
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson
2020-12-20
1
-0/+1
*
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...
Matti Picus
2020-12-20
1
-0/+4
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
1
-0/+4
*
bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...
masklinn
2020-12-19
1
-0/+1
*
Fixed typo in itertools documentation (GH-23816)
Casper Smet
2020-12-19
1
-0/+1
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-19
1
-0/+1
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
1
-0/+2
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
1
-0/+1
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Matt Wozniski
2020-12-18
1
-0/+1
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
5
-13/+12
*
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner
2020-12-18
1
-0/+2
*
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
Max Bernstein
2020-12-18
1
-0/+1
*
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
pxinwr
2020-12-17
1
-0/+2
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-0/+3
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
1
-0/+1
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
1
-0/+1
*
Fix reStructuredText typo in NEWS.d. (GH-23800)
Julien Palard
2020-12-16
1
-1/+1
*
bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...
Om G
2020-12-16
2
-0/+3
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Victor Stinner
2020-12-16
1
-0/+2
*
bpo-42644: Validate values in logging.disable() (#23786)
Matthias Bussonnier
2020-12-16
1
-0/+3
*
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
Jason R. Coombs
2020-12-16
1
-0/+2
*
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...
pxinwr
2020-12-15
1
-0/+1
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
1
-0/+1
*
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
E-Paine
2020-12-15
1
-0/+1
*
bpo-42641: Enhance test_select.test_select() (GH-23782)
Victor Stinner
2020-12-15
1
-0/+2
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
1
-0/+3
*
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin
2020-12-15
1
-0/+1
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-0/+3
*
bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
pxinwr
2020-12-14
1
-0/+1
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-0/+3
*
bpo-41877: Check for misspelled speccing arguments (GH-23737)
vabr-g
2020-12-14
1
-0/+1
*
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
Gregory P. Smith
2020-12-14
1
-0/+2
*
bpo-42598: Fix implicit function declarations in configure (GH-23690)
Joshua Root
2020-12-13
1
-0/+2
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
1
-0/+11
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
1
-0/+2
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
1
-0/+1
*
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
Alex Grönholm
2020-12-10
1
-0/+1
*
bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
Ethan Furman
2020-12-10
1
-0/+1
*
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
Ethan Furman
2020-12-10
1
-0/+1
*
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
vabr-g
2020-12-10
1
-0/+1
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner
2020-12-10
1
-0/+3
*
bpo-42517: [Enum] do not convert private names into members (GH-23722)
Ethan Furman
2020-12-10
1
-0/+2
*
bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
Ethan Furman
2020-12-10
1
-0/+1
*
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
pxinwr
2020-12-09
1
-0/+1
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
1
-0/+3
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-08
1
-0/+1
*
bpo-41443: Add more attribute checking in test_posix (GH-21688)
pxinwr
2020-12-08
1
-0/+1
*
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
Ethan Furman
2020-12-08
1
-0/+1
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
1
-0/+2
[next]