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
*
[3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)
Łukasz Langa
2021-10-13
17
-600/+496
*
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (...
Miss Islington (bot)
2021-10-13
3
-0/+6
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Miss Islington (bot)
2021-10-13
2
-0/+23
*
[3.9] bpo-45405: Prevent ``internal configure error`` when running ``configur...
Miss Islington (bot)
2021-10-13
3
-6/+12
*
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
Slight correct grammar (GH-28860)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
bpo-45441: Update some moved URLs in documentation (GH-28861)
Miss Islington (bot)
2021-10-12
4
-6/+6
*
bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)
Miss Islington (bot)
2021-10-12
1
-0/+1
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875)
Miss Islington (bot)
2021-10-12
1
-0/+8
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Miss Islington (bot)
2021-10-11
1
-2/+2
*
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
Miss Islington (bot)
2021-10-11
1
-0/+3
*
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...
Miss Islington (bot)
2021-10-11
2
-4/+25
*
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit...
Miss Islington (bot)
2021-10-11
1
-1/+1
*
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
[next]