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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix duplicated test case for re. (GH-12662)
MakDon
2019-04-04
1
-1/+1
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
1
-2/+4
*
bpo-36440: include node names in ParserError messages, instead of numeric IDs...
tyomitch
2019-04-03
1
-0/+16
*
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Jeroen Demeyer
2019-04-02
2
-0/+12
*
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...
Thomas Perl
2019-04-02
1
-1/+19
*
bpo-13120: fix typo with test_issue13120() method name (GH-12250)
Daniel Hahler
2019-04-01
1
-3/+3
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-0/+17
*
bpo-36026: make descr error message consistent (GH-11930)
Inada Naoki
2019-04-01
1
-2/+29
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
6
-0/+83
*
bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)
Joel Croteau
2019-03-30
1
-9/+3
*
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
Serhiy Storchaka
2019-03-30
1
-0/+37
*
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)
Serhiy Storchaka
2019-03-30
1
-0/+9
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-0/+48
*
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner
2019-03-29
1
-2/+13
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-0/+19
*
bpo-36452: dictiter: track maximum iteration count (GH-12596)
Thomas Perl
2019-03-28
1
-0/+9
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-4/+1
*
bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
hliu0
2019-03-27
1
-2/+2
*
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...
Vladimir Surjaninov
2019-03-27
1
-0/+16
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
1
-0/+1
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
1
-29/+0
*
bpo-36301: Test Python init with isolated (GH-12569)
Victor Stinner
2019-03-26
1
-0/+20
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
1
-8/+9
*
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Inada Naoki
2019-03-26
1
-3/+18
*
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
1
-17/+28
*
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner
2019-03-25
2
-46/+79
*
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...
Pablo Galindo
2019-03-25
1
-110/+9
*
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Raymond Hettinger
2019-03-25
2
-1/+10
*
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Rémi Lapeyre
2019-03-25
1
-0/+5
*
bpo-36401: Have help() show readonly properties separately (GH-12517)
Raymond Hettinger
2019-03-25
1
-1/+1
*
bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (...
Brett Cannon
2019-03-22
1
-2/+22
*
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre
2019-03-22
1
-0/+7
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
1
-9/+9
*
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
Pablo Galindo
2019-03-22
1
-1/+1
*
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo
2019-03-21
1
-0/+4
*
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower
2019-03-21
1
-5/+10
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
1
-5/+6
*
bpo-36324: NormalDist() add more tests and update comments (GH-12476)
Raymond Hettinger
2019-03-20
1
-24/+44
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
1
-0/+141
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka
2019-03-20
1
-0/+9
*
bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377)
Raymond Hettinger
2019-03-19
1
-0/+63
*
bpo-36332: Allow compile() to handle AST objects with assignment expressions ...
Pablo Galindo
2019-03-18
1
-0/+11
*
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Raymond Hettinger
2019-03-18
1
-6/+6
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
3
-179/+30
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
1
-0/+72
*
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Victor Stinner
2019-03-15
1
-1/+1
*
bpo-36272: Logging now propagates RecursionError (GH-12312)
Rémi Lapeyre
2019-03-15
1
-1/+16
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-0/+1263
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum
2019-03-13
1
-44/+62
[next]