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
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707)
Pablo Galindo
2019-10-10
1
-0/+2
*
bpo-38379: don't claim objects are collected when they aren't (#16658)
Tim Peters
2019-10-09
1
-0/+1
*
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
Antonio Gutierrez
2019-10-08
1
-0/+1
*
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
Victor Stinner
2019-10-07
1
-0/+3
*
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
Dong-hee Na
2019-10-06
1
-0/+2
*
bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515)
Victor Stinner
2019-10-01
1
-0/+3
*
Clear weakrefs in garbage found by the GC (#16495)
Neil Schemenauer
2019-09-30
1
-0/+3
*
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Yury Selivanov
2019-09-30
1
-0/+2
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner
2019-09-29
1
-0/+2
*
bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467)
Brandt Bucher
2019-09-29
1
-0/+1
*
bpo-38219: Optimize dict creating and updating by a dict. (GH-16268)
Serhiy Storchaka
2019-09-25
1
-0/+2
*
bpo-36871: Handle spec errors in assert_has_calls (GH-16005)
Samuel Freilich
2019-09-24
1
-0/+3
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-0/+2
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Andrew Svetlov
2019-09-17
1
-0/+3
*
bpo-38116: Convert select module to PEP-384 (#15971)
Dino Viehland
2019-09-14
1
-0/+1
*
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1...
Serhiy Storchaka
2019-09-13
1
-0/+1
*
bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)
Dino Viehland
2019-09-13
1
-0/+1
*
bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)
Sergey Fedoseev
2019-09-12
1
-0/+3
*
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Benjamin Peterson
2019-09-11
1
-0/+2
*
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Dino Viehland
2019-09-11
1
-0/+1
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
1
-0/+2
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-0/+1
*
bpo-38073: Make pwd module PEP-384 compatible (GH-15790)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Jeroen Demeyer
2019-09-10
1
-0/+3
*
bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38072: PEP-384 grpmodule (GH-15788)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-0/+1
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-0/+2
*
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
1
-0/+2
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-0/+1
*
replace inline function `is_small_int` with a macro version (GH-15710)
animalize
2019-09-06
1
-2/+1
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-0/+3
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-0/+2
*
bpo-8425: Fast path for set inplace difference when the second set is large (...
Raymond Hettinger
2019-08-29
1
-0/+3
*
bpo-37947: Adjust correctly the recursion level in symtable for named express...
Pablo Galindo
2019-08-26
1
-0/+2
*
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg
2019-08-26
1
-0/+2
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-0/+7
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+3
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
1
-0/+3
*
bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...
Greg Price
2019-08-24
1
-0/+3
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-0/+3
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Steve Dower
2019-08-21
1
-0/+2
*
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Jordon Xu
2019-08-21
1
-0/+1
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+3
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-0/+3
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
1
-0/+3
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-0/+1
[next]