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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...
Serhiy Storchaka
2023-08-22
1
-0/+3
*
[3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874...
Victor Stinner
2022-10-04
1
-2/+2
*
[3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)
Miss Islington (bot)
2022-10-04
1
-2/+8
*
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
Gregory P. Smith
2022-09-05
1
-1/+64
*
[3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-...
Jelle Zijlstra
2022-05-16
1
-9/+11
*
[3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)
Dennis Sweeney
2022-05-12
1
-1/+4
*
[3.9] Remove effbot urls (GH-26308). (#92162)
Thaddeus1499
2022-05-02
1
-1/+2
*
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Miss Islington (bot)
2022-05-02
2
-23/+52
*
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31...
Oleg Iarygin
2022-04-19
2
-5/+7
*
gh-91421: Use constant value check during runtime (GH-91422) (GH-91493)
Miss Islington (bot)
2022-04-14
1
-1/+1
*
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Miss Islington (bot)
2022-03-31
1
-4/+10
*
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...
Miss Islington (bot)
2022-03-31
1
-8/+1
*
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
Miss Islington (bot)
2022-03-14
1
-3/+3
*
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...
Victor Stinner
2022-02-25
2
-17/+17
*
[3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474)
Miss Islington (bot)
2022-02-21
1
-1/+1
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312)
Dennis Sweeney
2022-02-13
1
-8/+39
*
bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30790)
Miss Islington (bot)
2022-01-22
1
-11/+16
*
docs: correct outdated MappingProxyType docstrings (GH-30281)
Miss Islington (bot)
2022-01-19
1
-3/+3
*
bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
Miss Islington (bot)
2021-12-30
1
-3/+5
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)
Miss Islington (bot)
2021-11-06
1
-3/+1
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
Miss Islington (bot)
2021-11-04
1
-6/+14
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-20/+44
*
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...
Serhiy Storchaka
2021-10-14
1
-12/+37
*
[3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)
Christian Clauss
2021-10-07
6
-7/+7
*
[3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780)
Dong-hee Na
2021-10-07
1
-39/+41
*
[3.9] Remove trailing spaces (GH-28710)
Serhiy Storchaka
2021-10-03
1
-1/+1
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
1
-1/+1
*
bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28368)
Miss Islington (bot)
2021-09-15
1
-0/+2
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
1
-16/+18
*
[3.9] bpo-45083: Include the exception class qualname when formatting an exce...
Miss Islington (bot)
2021-09-03
1
-0/+8
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)
Miss Islington (bot)
2021-08-27
1
-1/+1
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855)
Miss Islington (bot)
2021-08-20
1
-2/+2
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...
Miss Islington (bot)
2021-08-17
1
-21/+7
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Miss Islington (bot)
2021-08-11
1
-1/+5
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691)
Irit Katriel
2021-08-10
1
-2/+2
*
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292...
Miss Islington (bot)
2021-07-29
1
-2/+9
*
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-2...
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-...
Miss Islington (bot)
2021-07-26
1
-8/+15
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Miss Islington (bot)
2021-07-24
1
-0/+6
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Miss Islington (bot)
2021-07-15
1
-2/+9
*
bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27...
Miss Islington (bot)
2021-07-15
1
-3/+11
*
[3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Gene...
Ken Jin
2021-07-05
1
-4/+4
*
Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Ge...
Pablo Galindo
2021-07-04
1
-3/+3
*
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...
Miss Islington (bot)
2021-07-04
1
-3/+3
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Miss Islington (bot)
2021-06-29
1
-16/+2
*
Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)
Miss Islington (bot)
2021-06-13
1
-0/+1
*
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...
Jakub Kulík
2021-05-21
1
-0/+40
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Miss Islington (bot)
2021-05-16
1
-4/+4
*
bpo-44114: Remove redundant cast. (GH-26098)
Miss Islington (bot)
2021-05-13
1
-2/+2
*
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
Petr Viktorin
2021-05-04
1
-6/+11
[next]