Terry Jan Reedy
ea718d377d
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 ( #9568 )
2018-09-25 12:09:43 -04:00
Terry Jan Reedy
dac712d516
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 ( #9567 )
2018-09-25 12:08:54 -04:00
Victor Stinner
46f40be8b9
bpo-33937: Catch ENOMEM error in test_socket ( #9557 )
...
Fix test_socket.SendmsgSCTPStreamTest: catch ENOMEM error.
testSendmsgTimeout() and testSendmsgDontWait() randomly fail on
Travis CI with: "OSError: [Errno 12] Cannot allocate memory".
2018-09-25 08:30:15 -07:00
Victor Stinner
6ea29c5e90
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
2018-09-25 11:27:08 -04:00
Joe Pamer
c8c0249c9e
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
...
https://bugs.python.org/issue32557
2018-09-25 07:57:36 -07:00
Tal Einat
604e7b9931
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
2018-09-25 15:10:14 +03:00
Géry Ogam
5b3cbcd4a0
Improved the more elaborate multiprocessing example in the logging cookbook (GH-9326)
2018-09-25 08:24:52 +01:00
Zackery Spytz
f6c8007a29
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
...
The GlobalLock() call in UpdateDropDescription() was not checked for
failure.
https://bugs.python.org/issue34770
2018-09-24 21:25:23 -07:00
Joni Kähärä
b60b4683f6
Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533)
2018-09-25 11:30:25 +08:00
Terry Jan Reedy
16fba62314
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
2018-09-24 20:11:45 -04:00
Terry Jan Reedy
5a606674ed
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
2018-09-24 19:15:40 -04:00
Ammar Askar
025eb98dc0
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
...
Also point to start of tokens in parsing errors.
Fixes bpo-34683
2018-09-24 14:12:49 -07:00
Christian Heimes
223e501fb9
bpo-34791: xml package obeys ignore env flags (GH-9544)
...
The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.
Signed-off-by: Christian Heimes <christian@python.org >
https://bugs.python.org/issue34791
2018-09-24 10:21:12 -07:00
Victor Stinner
a46467ff19
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
...
Make sure that "./python script.py" does not crash if the script
file doesn't exist.
2018-09-24 08:06:29 -07:00
Steve Dower
1b77f929f8
bpo-34582: Fixes Python version used for patch check (GH-9532)
...
https://bugs.python.org/issue34582
2018-09-24 06:03:02 -07:00
Steve Dower
680d26e3b6
Update Azure Pipelines badge (GH-9529)
2018-09-24 08:04:33 -04:00
Steve Dower
57675090b0
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
2018-09-24 07:44:50 -04:00
Petr Viktorin
2d3ff2b5ea
bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317)
2018-09-24 12:42:33 +02:00
João Júnior
558c49bcf3
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
...
* Insert the warn in the asyncio.sleep when the loop argument is used
* Insert the warn in the asyncio.wait and asyncio.wait_for when the loop argument is used
* Better format of the code
* Add news file
* change calls for get_event_loop() to calls for get_running_loop()
* Change message to be more clear in News
* Improve the comments in test_tasks
2018-09-24 05:51:22 -04:00
Tim Hoffmann
a0fd7f1b55
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
2018-09-24 10:39:02 +02:00
Lisa Roach
9718b59ee5
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
2018-09-23 17:34:59 -07:00
Tal Einat
c87d9f406b
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
...
https://bugs.python.org/issue34548
2018-09-23 05:23:15 -07:00
Serhiy Storchaka
24b447edf2
Use in-memory streams instead of NamedTemporaryFile. (GH-9508)
2018-09-23 14:10:07 +03:00
Christian Heimes
17b1d5d4e3
bpo-17239: Disable external entities in SAX parser (GH-9217)
...
The SAX parser no longer processes general external entities by default
to increase security. Before, the parser created network connections
to fetch remote files or loaded local files from the file system for DTD
and entities.
Signed-off-by: Christian Heimes <christian@python.org >
https://bugs.python.org/issue17239
2018-09-23 00:50:25 -07:00
Christian Heimes
9fb051f032
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
...
Add SSLContext.post_handshake_auth and
SSLSocket.verify_client_post_handshake for TLS 1.3 post-handshake
authentication.
Signed-off-by: Christian Heimes <christian@python.org >q
https://bugs.python.org/issue34670
2018-09-22 23:32:31 -07:00