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