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.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (#96453)
Erlend E. Aasland
2022-08-31
14
-283/+308
*
Docs: normalise sqlite3 placeholder how-to heading (GH-96413)
Miss Islington (bot)
2022-08-30
1
-2/+2
*
Docs: Improve clarity for bytes.hex() (GH-95257)
Miss Islington (bot)
2022-08-30
1
-3/+4
*
[3.10] Clean up junk & fix typo in 3.10.6 release notes (#95997)
Marti Raudsepp
2022-08-30
1
-6/+1
*
[3.10] gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)...
Miss Islington (bot)
2022-08-30
1
-0/+7
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
Miss Islington (bot)
2022-08-30
1
-3/+6
*
[3.10] Docs: normalize SQL style in sqlite3 docs (GH-96403). (#96409)
Erlend E. Aasland
2022-08-30
1
-6/+6
*
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Miss Islington (bot)
2022-08-30
2
-1/+4
*
[3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)
Christian Heimes
2022-08-29
9
-19/+26
*
[3.10] gh-95432: Add doctests for the sqlite3 docs (GH-96225) (#96379)
Erlend E. Aasland
2022-08-29
2
-48/+91
*
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Miss Islington (bot)
2022-08-29
1
-1/+1
*
[3.10] gh-96191: Update the configure file to use GitHub issue (gh-96211) (gh...
Dong-hee Na
2022-08-29
2
-15/+15
*
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)
Miss Islington (bot)
2022-08-29
1
-0/+28
*
[3.10] gh-95994: Clarify escaped newlines. (GH-96066) (#96360)
Ezio Melotti
2022-08-28
1
-11/+21
*
gh-96021: Explicitly tear down the IsolatedAsyncioTestCase loop in tests (GH-...
Miss Islington (bot)
2022-08-28
1
-2/+7
*
[3.10] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...
Miss Islington (bot)
2022-08-27
2
-1/+9
*
[3.10] gh-92007: Handle elevation errors in NTEventLogHandler more grace… (...
Miss Islington (bot)
2022-08-27
1
-1/+10
*
[3.10] gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324) (...
Miss Islington (bot)
2022-08-27
1
-0/+82
*
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
Miss Islington (bot)
2022-08-27
1
-1/+1
*
fix threading.Event.isSet() docstring (GH-96297)
Miss Islington (bot)
2022-08-27
1
-1/+1
*
gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)
Miss Islington (bot)
2022-08-26
1
-0/+2
*
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
Miss Islington (bot)
2022-08-26
1
-1/+1
*
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...
Steve Dower
2022-08-25
2
-28/+30
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
Miss Islington (bot)
2022-08-25
1
-3/+3
*
[3.10] gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-9...
Miss Islington (bot)
2022-08-25
1
-0/+6
*
gh-95243: Mitigate the race condition in testSockName (GH-96173)
Miss Islington (bot)
2022-08-25
2
-2/+16
*
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
Miss Islington (bot)
2022-08-24
2
-1/+2
*
gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...
Miss Islington (bot)
2022-08-24
1
-0/+2
*
[3.10] gh-94635: Frame sqlite3 how-to headings as such & move default adapter...
Erlend E. Aasland
2022-08-24
1
-43/+45
*
[3.10] GH-96071: add regression test for GH-96071 (GH-96137) (#96205)
Kumar Aditya
2022-08-23
1
-0/+14
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...
Miss Islington (bot)
2022-08-23
3
-1/+18
*
[3.10] GH-96187: Prevent _PyCode_GetExtra to return garbage for negative inde...
Pablo Galindo Salgado
2022-08-23
2
-1/+3
*
[3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...
Kristján Valur Jónsson
2022-08-23
3
-4/+35
*
[3.10] gh-96159: Fix significant performance degradation in logging.TimedRota...
Miss Islington (bot)
2022-08-23
2
-3/+8
*
gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (GH-96134)
Miss Islington (bot)
2022-08-23
1
-4/+14
*
gh-95432: Add doctest for sqlite3 tutorial (GH-96193)
Miss Islington (bot)
2022-08-23
1
-16/+47
*
gh-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (GH-96122)
Miss Islington (bot)
2022-08-22
2
-70/+18
*
gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...
Miss Islington (bot)
2022-08-21
3
-1/+26
*
Docs: Fix markup of module name in sqlite3 docs (GH-96115)
Miss Islington (bot)
2022-08-19
1
-3/+3
*
Doc: Use consistent markup for example Point class in sqlite3 (GH-96095)
Miss Islington (bot)
2022-08-19
1
-3/+3
*
Docs: group sqlite3.Connection attributes and methods (GH-96090)
Miss Islington (bot)
2022-08-19
1
-39/+37
*
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
Miss Islington (bot)
2022-08-19
1
-3/+0
*
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-959...
Miss Islington (bot)
2022-08-19
1
-1/+21
*
[3.10] Docs: Escape lone stars in sqlite3 docs (GH-96081). (#96085)
Erlend E. Aasland
2022-08-18
1
-2/+2
*
gh-95271: Rework sqlite3 tutorial (GH-95749)
Miss Islington (bot)
2022-08-18
1
-50/+138
*
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
Miss Islington (bot)
2022-08-15
1
-1/+1
*
gh-94439: typing docs: Add minimum version to `__required_keys__` and `__opti...
Miss Islington (bot)
2022-08-13
1
-0/+5
*
Fix typo in internal/pycore_atomic.h (GH-95939)
Miss Islington (bot)
2022-08-13
1
-1/+1
*
[3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
3
-4/+11
*
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, ...
Shantanu
2022-08-12
5
-6/+15
[next]