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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-0/+1
*
bpo-40257: Improve help for the typing module (GH-19546)
Serhiy Storchaka
2020-04-18
1
-0/+4
*
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Antoine Pitrou
2020-04-17
1
-0/+1
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
1
-0/+2
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Inada Naoki
2020-04-17
1
-0/+1
*
bpo-39793: use the same domain on make_msgid tests (#18698)
Batuhan Taşkaya
2020-04-16
1
-0/+1
*
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Raymond Hettinger
2020-04-16
1
-0/+1
*
bpo-35967 resolve platform.processor late (GH-12239)
Jason R. Coombs
2020-04-16
1
-0/+1
*
bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)
Ammar Askar
2020-04-15
1
-0/+2
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-0/+5
*
bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508)
Russell Davis
2020-04-15
1
-0/+1
*
bpo-40267: Fix message when last input character produces a SyntaxError (GH-1...
Lysandros Nikolaou
2020-04-15
1
-0/+1
*
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspectio...
Ammar Askar
2020-04-15
1
-0/+2
*
bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...
Barry
2020-04-14
1
-0/+1
*
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Batuhan Taşkaya
2020-04-14
1
-0/+2
*
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi
2020-04-14
1
-0/+2
*
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
Batuhan Taşkaya
2020-04-13
1
-0/+1
*
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
Sebastian Pedersen
2020-04-13
1
-0/+3
*
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
Batuhan Taşkaya
2020-04-13
1
-0/+1
*
bpo-40091: Fix a hang at fork in the logging module (GH-19416)
Victor Stinner
2020-04-13
1
-0/+2
*
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner
2020-04-13
1
-0/+1
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
1
-0/+2
*
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
Lysandros Nikolaou
2020-04-12
1
-0/+1
*
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...
Oren Milman
2020-04-12
1
-0/+2
*
bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355)
Alex Itkes
2020-04-12
1
-0/+1
*
bpo-39011: Preserve line endings within ElementTree attributes (GH-18468)
mefistotelis
2020-04-12
1
-0/+3
*
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Benjamin Peterson
2020-04-11
1
-0/+1
*
bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351)
Serhiy Storchaka
2020-04-11
1
-0/+3
*
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi...
Pablo Galindo
2020-04-11
1
-0/+4
*
bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)
pxinwr
2020-04-09
1
-0/+1
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
2
-0/+2
*
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner
2020-04-08
1
-0/+2
*
bpo-40170: Remove PyIndex_Check() macro (GH-19428)
Victor Stinner
2020-04-08
1
-0/+3
*
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Victor Stinner
2020-04-07
1
-0/+4
*
bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)
Victor Stinner
2020-04-07
1
-0/+3
*
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner
2020-04-07
1
-0/+4
*
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner
2020-04-07
1
-0/+6
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+1
*
bpo-40149: Implement traverse in _abc._abc_data (GH-19412)
Victor Stinner
2020-04-07
1
-0/+1
*
bpo-37388: Don't check encoding/errors during finalization (GH-19409)
Victor Stinner
2020-04-07
1
-0/+4
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Pablo Galindo
2020-04-06
1
-0/+2
*
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner
2020-04-06
1
-0/+3
*
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Batuhan Taşkaya
2020-04-05
1
-0/+1
*
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
Serhiy Storchaka
2020-04-04
1
-0/+2
*
bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344)
Hai Shi
2020-04-04
1
-0/+1
*
bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363)
Serhiy Storchaka
2020-04-04
1
-0/+2
*
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower
2020-04-04
1
-0/+1
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Tal Einat
2020-04-04
1
-0/+2
*
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
Chris Martinez
2020-04-03
1
-0/+1
*
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
Victor Stinner
2020-04-03
1
-0/+1
[next]