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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the "Finding all Adverbs" example (GH-21420) (#28840)
Miss Islington (bot)
2021-10-10
1
-2/+2
*
[3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (...
Dong-hee Na
2021-10-09
1
-0/+6
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
3
-9/+70
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Miss Islington (bot)
2021-10-07
2
-0/+4
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Miss Islington (bot)
2021-10-07
3
-9/+29
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
53
-67/+67
*
[3.9] Fix typos in the Tools directory (GH-28769) (GH-28800)
Christian Clauss
2021-10-07
5
-5/+5
*
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
Christian Clauss
2021-10-07
4
-4/+4
*
[3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)
Christian Clauss
2021-10-07
7
-8/+8
*
[3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)
Christian Clauss
2021-10-07
8
-17/+17
*
[3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)
Christian Clauss
2021-10-07
15
-17/+17
*
[3.9] Fix typos in the Include directory (GH-28745) (GH-28788)
Christian Clauss
2021-10-07
4
-5/+5
*
[3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780)
Dong-hee Na
2021-10-07
2
-39/+42
*
[doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773)
Miss Islington (bot)
2021-10-06
1
-0/+4
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...
Miss Islington (bot)
2021-10-06
2
-1/+8
*
bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...
Miss Islington (bot)
2021-10-06
1
-5/+4
*
[3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)
Christian Clauss
2021-10-06
5
-7/+7
*
[doc] Update references to NumPy (GH-22458) (GH-28749)
Miss Islington (bot)
2021-10-06
4
-8/+5
*
[3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28...
Łukasz Langa
2021-10-05
5
-6/+3
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695)
Miss Islington (bot)
2021-10-05
2
-4/+4
*
[3.9] bpo-44050: Extension modules can share state when they don't support su...
Łukasz Langa
2021-10-05
4
-1/+61
*
[doc] Fix gethostbyname_ex description (GH-28700) (GH-28743)
Miss Islington (bot)
2021-10-05
1
-2/+2
*
Update macOS installer ReadMe for 3.9.8. (GH-28701)
Ned Deily
2021-10-05
1
-10/+14
*
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
Miss Islington (bot)
2021-10-05
1
-4/+7
*
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
Miss Islington (bot)
2021-10-05
2
-1/+5
*
[3.9] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-...
John Belmonte
2021-10-05
4
-4/+76
*
[3.9] Remove trailing spaces (GH-28710)
Serhiy Storchaka
2021-10-03
8
-16/+16
*
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-2868...
Miss Islington (bot)
2021-10-02
2
-7/+7
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
Miss Islington (bot)
2021-10-01
2
-3/+6
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-...
Miss Islington (bot)
2021-10-01
5
-14/+51
*
[3.9] hashlib: Fix old message about unicode objects. (GH-28653) (GH-28679)
Miss Islington (bot)
2021-10-01
1
-1/+1
*
[3.9] bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28670)
Serhiy Storchaka
2021-10-01
1
-16/+24
*
Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615). (GH-2...
Serhiy Storchaka
2021-10-01
1
-47/+47
*
Revert "bpo-45229: Make datetime tests discoverable (GH-28615). (GH-28645)" (...
Łukasz Langa
2021-09-30
1
-47/+47
*
[3.9] bpo-45229: Make datetime tests discoverable (GH-28615). (GH-28645)
Serhiy Storchaka
2021-09-30
1
-47/+47
*
[3.9] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-286...
Serhiy Storchaka
2021-09-30
4
-51/+35
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Miss Islington (bot)
2021-09-29
3
-13/+4
*
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-2862...
Miss Islington (bot)
2021-09-29
1
-1/+1
*
[typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627)
Miss Islington (bot)
2021-09-29
1
-1/+1
*
bpo-44394: Ensure libexpat is linked against libm (GH-28617)
Miss Islington (bot)
2021-09-29
1
-1/+3
*
[3.9] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-277...
Łukasz Langa
2021-09-29
3
-0/+25
*
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28610)
Miss Islington (bot)
2021-09-28
2
-0/+10
*
[3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)
Łukasz Langa
2021-09-28
14
-24/+24
*
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) ...
Miss Islington (bot)
2021-09-28
2
-14/+15
*
[doc] fix minor typo for argparse (GH-28451)
Miss Islington (bot)
2021-09-28
1
-1/+1
*
bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28601)
Miss Islington (bot)
2021-09-28
3
-0/+16
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) (GH-28589)
Victor Stinner
2021-09-27
3
-8/+53
*
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
Miss Islington (bot)
2021-09-27
2
-4/+22
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28...
Miss Islington (bot)
2021-09-26
2
-0/+14
*
[3.9] bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28561)
Łukasz Langa
2021-09-25
5
-11/+57
[next]