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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Barry Warsaw
2018-02-03
4
-5/+35
*
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...
Bar Harel
2018-02-02
2
-10/+72
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...
Miss Islington (bot)
2018-02-01
1
-0/+19
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...
Miss Islington (bot)
2018-02-01
3
-3/+19
*
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...
Miss Islington (bot)
2018-01-31
2
-1/+19
*
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...
Xiang Zhang
2018-01-31
1
-0/+52
*
[3.6] compare with difflib not diff(1) (GH-5450) (GH-5453)
Benjamin Peterson
2018-01-30
1
-13/+9
*
[3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443)
Benjamin Peterson
2018-01-30
2
-10/+15
*
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) ...
Miss Islington (bot)
2018-01-30
1
-1/+1
*
[3.6] replace dynamic import with 'exec' with importlib.import_module (GH-543...
Benjamin Peterson
2018-01-30
1
-3/+4
*
bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)
Miss Islington (bot)
2018-01-29
2
-1/+24
*
bpo-20891: Remove test_capi.test_bpo20891() (#5425)
Victor Stinner
2018-01-29
1
-13/+0
*
Add a test for pdb until command in coroutine (GH-5427) (#5428)
Miss Islington (bot)
2018-01-29
1
-0/+46
*
bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)
Miss Islington (bot)
2018-01-29
1
-0/+60
*
[3.6] bpo-32650 Add support for async generators and more test for coroutines...
Andrew Svetlov
2018-01-29
2
-7/+51
*
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-54...
Miss Islington (bot)
2018-01-29
2
-6/+61
*
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
Antoine Pitrou
2018-01-28
1
-0/+17
*
bpo-32685: Improve suggestion for print statement (GH-5380)
Miss Islington (bot)
2018-01-28
1
-0/+17
*
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
Miss Islington (bot)
2018-01-28
1
-1/+1
*
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...
Bo Bayles
2018-01-27
2
-2/+26
*
bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323)
Miss Islington (bot)
2018-01-25
2
-9/+8
*
[3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-52...
Bo Bayles
2018-01-24
2
-4/+35
*
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269)...
Miss Islington (bot)
2018-01-23
1
-3/+2
*
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
Miss Islington (bot)
2018-01-20
1
-0/+9
*
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
Steve Dower
2018-01-18
2
-7/+6
*
Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)
Miss Islington (bot)
2018-01-17
1
-3/+3
*
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219)
Miss Islington (bot)
2018-01-17
1
-1/+13
*
Skip test_readline.test_nonascii() on C locale (GH-5203) (#5204)
Miss Islington (bot)
2018-01-16
1
-0/+8
*
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
Miss Islington (bot)
2018-01-13
1
-0/+33
*
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
Miss Islington (bot)
2018-01-12
1
-1/+3
*
bpo-31802: Fix importing native path module before importing os. (GH-4017) (#...
Miss Islington (bot)
2018-01-07
4
-32/+40
*
bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5086) (#5...
Miss Islington (bot)
2018-01-04
2
-8/+7
*
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-50...
Miss Islington (bot)
2018-01-02
1
-0/+74
*
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073)
Miss Islington (bot)
2018-01-01
1
-8/+30
*
remove unused import (GH-5040) (#5042)
Miss Islington (bot)
2017-12-29
1
-1/+0
*
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (G...
Miss Islington (bot)
2017-12-29
1
-7/+7
*
bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)
Miss Islington (bot)
2017-12-28
1
-1/+1
*
[3.6] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (G...
Serhiy Storchaka
2017-12-27
1
-246/+405
*
bpo-26133: Fix typos (GH-5010) (#5014)
Miss Islington (bot)
2017-12-26
2
-2/+19
*
bpo-26133: Clear signals list on interpreter finalizing (GH-5002) (#5003)
Miss Islington (bot)
2017-12-24
1
-4/+7
*
correct wording (GH-4983) (#4984)
Miss Islington (bot)
2017-12-23
1
-1/+1
*
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-...
Miss Islington (bot)
2017-12-22
4
-2/+42
*
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)
Victor Stinner
2017-12-21
1
-0/+3
*
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...
Miss Islington (bot)
2017-12-21
1
-2/+8
*
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-...
Miss Islington (bot)
2017-12-21
2
-4/+15
*
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
Yury Selivanov
2017-12-16
5
-31/+52
*
bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887)
Miss Islington (bot)
2017-12-15
1
-1/+1
*
[3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)
Serhiy Storchaka
2017-12-15
2
-2/+10
*
[3.6] bpo-27169: The __debug__ constant is now optimized out at compile time....
Serhiy Storchaka
2017-12-15
2
-8/+9
*
bpo-32329: Fix sys.flags.hash_randomization (#4875)
Victor Stinner
2017-12-15
1
-2/+7
[next]