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
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
17
-52/+51
*
bpo-41005: Fixed perrmission error (GH-20936)
Krishna Chivukula
2020-06-22
2
-1/+2
*
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
Serhiy Storchaka
2020-06-22
3
-1/+8
*
bpo-26407: Do not mask errors in csv. (GH-20536)
Serhiy Storchaka
2020-06-22
3
-9/+30
*
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...
Serhiy Storchaka
2020-06-22
4
-1/+21
*
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Christian Heimes
2020-06-22
3
-4/+5
*
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Gregory P. Smith
2020-06-22
2
-4/+3
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Gregory P. Smith
2020-06-22
2
-1/+2
*
Skip tests to fix bot (GH-20777)
Joannah Nanjekye
2020-06-21
2
-0/+4
*
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou
2020-06-21
8
-79/+52
*
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
Dong-hee Na
2020-06-21
4
-1/+47
*
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
Serhiy Storchaka
2020-06-21
8
-157/+4
*
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
Serhiy Storchaka
2020-06-21
3
-14/+42
*
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-...
Lysandros Nikolaou
2020-06-21
4
-26/+38
*
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith
2020-06-20
3
-5/+5
*
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...
Gregory P. Smith
2020-06-20
2
-6/+7
*
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou
2020-06-20
24
-3534/+5
*
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Batuhan Taskaya
2020-06-20
2
-1/+15
*
Add link to .pypirc specification (GH-20680)
Brian Rutledge
2020-06-20
1
-0/+3
*
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
Lysandros Nikolaou
2020-06-20
2
-2/+2
*
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...
Vincent Férotin
2020-06-20
1
-0/+14
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
24
-31/+37
*
bpo-41040: Fix test_modulefinder. (GH-20991)
Serhiy Storchaka
2020-06-19
1
-1/+2
*
bpo-40636: Documentation for zip-strict (#20961)
Ram Rachum
2020-06-19
2
-44/+87
*
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
Victor Stinner
2020-06-19
1
-8/+9
*
bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
Dong-hee Na
2020-06-19
3
-174/+240
*
Improve blake2 comment for Victor (GH-20981)
Christian Heimes
2020-06-19
1
-5/+7
*
Improve readability of `formataddr` docstring (GH-20963)
Jürgen Gmach
2020-06-19
1
-1/+1
*
bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)
Guido van Rossum
2020-06-19
3
-8/+238
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
6
-102/+87
*
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou
2020-06-18
6
-1454/+1849
*
Update CODEOWNERS to account for the new parser location (GH-20971)
Pablo Galindo
2020-06-18
1
-3/+3
*
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
Serhiy Storchaka
2020-06-18
5
-47/+175
*
bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)
Bar Harel
2020-06-18
4
-9/+57
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
9
-12/+48
*
bpo-41006: What's New: less => fewer modules (GH-20955)
Victor Stinner
2020-06-17
1
-1/+1
*
bpo-41006: Remove init_sys_streams() hack (GH-20954)
Victor Stinner
2020-06-17
2
-13/+2
*
bpo-41006: Document the runpy optimization (GH-20953)
Victor Stinner
2020-06-17
1
-0/+5
*
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner
2020-06-17
4
-51/+55
*
bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937)
stratakis
2020-06-17
1
-1/+1
*
bpo-41006: pkgutil imports lazily re (GH-20939)
Victor Stinner
2020-06-17
1
-4/+10
*
bpo-41006: collections imports lazily heap (GH-20940)
Victor Stinner
2020-06-17
1
-2/+4
*
bpo-41009: fix requires_OS_version() class decorator (GH-20942)
Christian Heimes
2020-06-17
2
-20/+21
*
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)
Victor Stinner
2020-06-17
4
-12/+29
*
bpo-36346: Make unicodeobject.h C89 compatible (GH-20934)
Inada Naoki
2020-06-17
1
-1/+2
*
bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931)
Victor Stinner
2020-06-17
1
-14/+34
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
6
-23/+75
*
bpo-32604: Clean up test.support.interpreters. (gh-20926)
Eric Snow
2020-06-17
3
-204/+413
*
bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
Dong-hee Na
2020-06-16
3
-197/+281
*
bpo-40958: Avoid buffer overflow in the parser when indexing the current line...
Pablo Galindo
2020-06-16
3
-13/+13
[next]