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
*
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...
Miss Islington (bot)
2022-09-15
1
-1/+2
*
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)
Miss Islington (bot)
2022-09-13
1
-1/+1
*
gh-96678: Fix UB of null pointer arithmetic (GH-96782)
Miss Islington (bot)
2022-09-13
2
-1/+2
*
[3.10] gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96...
Erlend E. Aasland
2022-09-13
1
-97/+95
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
Miss Islington (bot)
2022-09-12
2
-1/+5
*
gh-94972: document that shield users need to keep a reference to their task (...
Miss Islington (bot)
2022-09-10
3
-7/+23
*
gh-96710: Make the test timing more lenient for the int/str DoS regression te...
Miss Islington (bot)
2022-09-09
1
-6/+8
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Miss Islington (bot)
2022-09-08
3
-19/+36
*
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
Miss Islington (bot)
2022-09-08
3
-1/+7
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
3
-0/+9
*
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
Miss Islington (bot)
2022-09-08
2
-1/+4
*
[3.10] gh-88287: Add BufferingFormatter documentation. (GH-96608) (GH-96674)
Miss Islington (bot)
2022-09-08
1
-0/+29
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Miss Islington (bot)
2022-09-07
2
-2/+3
*
[doc] Update example in traceback doc (GH-96600) (GH-96605)
Irit Katriel
2022-09-07
1
-15/+11
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
2
-3/+3
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
3
-0/+16
*
Merge remote-tracking branch 'upstream/3.10' into 3.10
Pablo Galindo
2022-09-06
5
-1/+26
|
\
|
*
Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)
Miss Islington (bot)
2022-09-05
2
-0/+18
|
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)
Miss Islington (bot)
2022-09-05
3
-1/+8
*
|
Post 3.10.7
Pablo Galindo
2022-09-06
1
-1/+1
*
|
Python 3.10.7
v3.10.7
Pablo Galindo
2022-09-05
23
-90/+237
|
/
*
[3.10] gh-84095: Fill documentation gap regarding user-defined objects. (GH-â...
Vinay Sajip
2022-09-05
1
-1/+20
*
Docs: alphabetically order sqlite3.Cursor attrs (GH-96565)
Miss Islington (bot)
2022-09-04
1
-30/+31
*
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...
Gregory P. Smith
2022-09-04
4
-7/+107
*
gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...
Miss Islington (bot)
2022-09-04
4
-4/+36
*
gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)
Miss Islington (bot)
2022-09-04
1
-7/+0
*
doc typo: spell limitation (GH-96542)
Miss Islington (bot)
2022-09-04
1
-1/+1
*
[3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...
Vinay Sajip
2022-09-03
2
-2/+33
*
[3.10] gh-89087: Update logging.QueueHandler documentation to clarify recordâ...
Miss Islington (bot)
2022-09-03
1
-0/+14
*
gh-75500: Update idlelib/help.html (GH-96523)
Miss Islington (bot)
2022-09-03
1
-7/+8
*
bpo-30419: DOC: Update missing information in bdb docs (GH-1687)
Miss Islington (bot)
2022-09-02
2
-65/+133
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
27
-21/+780
*
gh-96168: Improve sqlite3 dict_factory example (GH-96457)
Miss Islington (bot)
2022-09-01
1
-18/+9
*
[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
[next]