Serhiy Storchaka
|
5adfac2c1b
|
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Original patch by Andreas Stührk.
|
2016-12-02 08:42:43 +02:00 |
Serhiy Storchaka
|
028ace1ccb
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
|
2016-12-07 10:56:39 +02:00 |
Serhiy Storchaka
|
419967b832
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
|
2016-12-06 00:13:34 +02:00 |
Łukasz Langa
|
47a9a4beda
|
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
|
2016-11-26 14:00:39 -08:00 |
Martin Panter
|
6e723d2d11
|
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Based on suggestion by Eryk Sun.
|
2016-11-20 07:58:35 +00:00 |
Martin Panter
|
395733d46b
|
Issue #10656: Fix out-of-tree building on AIX
The ld_so_aix script and python.exp file are created in the build directory.
Patch by Tristan Carel and Michael Haubenwallner.
|
2016-11-20 07:56:37 +00:00 |
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
|
1016b2ff00
|
Rename the new --with-optimiations flag to --enable-optimizations.
|
2016-11-20 21:07:42 +00:00 |
Serhiy Storchaka
|
6770f8a487
|
Issue #28666: Now test.support.rmtree is able to remove unwritable or
unreadable directories.
|
2016-11-20 16:16:06 +02:00 |
Steve Dower
|
11f4326ca1
|
Issue #28732: Fix crash in os.spawnv() with no elements in args
Prevents crashes in some other posixmodule.c functions
|
2016-11-19 18:33:39 -08:00 |
Yury Selivanov
|
0ed20cdfb7
|
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
|
2016-11-15 15:20:34 -05:00 |
Martin Panter
|
c9e08d8cb5
|
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Patch by Matthieu S.
|
2016-11-14 04:26:36 +00:00 |
Ned Deily
|
7ae4112649
|
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Patch by Gareth Rees.
|
2016-11-12 16:35:48 -05:00 |
Serhiy Storchaka
|
6b4b6e956e
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:35:46 +02:00 |
Serhiy Storchaka
|
84293aff9f
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:29:48 +02:00 |
Serhiy Storchaka
|
b626643734
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters.
|
2016-11-12 14:28:06 +02:00 |
Serhiy Storchaka
|
62e32d6352
|
Issue #19398: Extra slash no longer added to sys.path components in case of
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I
modes.
|
2016-11-11 12:05:01 +02:00 |
Serhiy Storchaka
|
daeddc48a4
|
Issue #23839: Various caches now are cleared before running every test file.
|
2016-11-11 11:42:47 +02:00 |
Yury Selivanov
|
46a02db90b
|
Issue #28653: Fix a refleak in functools.lru_cache.
|
2016-11-09 18:55:45 -05:00 |
Yury Selivanov
|
a1a8b7d3d7
|
Issue #28652: Make loop methods reject socket kinds they do not support.
|
2016-11-09 15:47:00 -05:00 |
Yury Selivanov
|
d2fd3599ab
|
ssue #27942: Fix memory leak in codeobject.c
|
2016-11-09 09:42:14 -05:00 |
Yury Selivanov
|
c0215dfbc1
|
Issue #28639: Fix inspect.isawaitable to always return bool
Patch by Justin Mayfield.
|
2016-11-08 19:57:44 -05:00 |
Serhiy Storchaka
|
1c3fdd900d
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module. The expression parser now
supports exact syntax supported by GNU gettext.
|
2016-11-08 21:20:09 +02:00 |
Serhiy Storchaka
|
07bcf05fcf
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module. The expression parser now
supports exact syntax supported by GNU gettext.
|
2016-11-08 21:17:46 +02:00 |
Martin Panter
|
88281ceed0
|
Issue #28485: Check for negative workers even without ProcessPoolExecutor
This matches the documentation, and passes the test suite when multithreading
is disabled.
|
2016-11-05 01:11:36 +00:00 |
Ned Deily
|
da4887a88d
|
Issue #28616: Correct help for sys.version_info releaselevel component.
Patch by Anish Tambe.
|
2016-11-04 17:03:34 -04:00 |
Yury Selivanov
|
600a349781
|
Issue #28613: Fix get_event_loop() to return the current loop
when called from coroutines or callbacks.
|
2016-11-04 14:29:28 -04:00 |
Yury Selivanov
|
491a912659
|
Issue #28600: Optimize loop.call_soon().
Run expensive type checks only in debug mode. In addition, stop
supporting passing handles to loop.run_in_executor.
|
2016-11-03 15:09:24 -07:00 |
Serhiy Storchaka
|
a7c972e03b
|
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.
|
2016-11-03 15:37:01 +02:00 |
Serhiy Storchaka
|
92c1a90462
|
Issue #28513: Documented command-line interface of zipfile.
|
2016-11-02 12:06:15 +02:00 |
Ned Deily
|
38adbfa710
|
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Original patch by Mariatta Wijaya.
|
2016-10-31 19:51:58 -04:00 |
Serhiy Storchaka
|
04f17f103a
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
given empty data twice. Patch by Benjamin Fogle.
|
2016-10-31 08:30:09 +02:00 |
Serhiy Storchaka
|
0bcd89b859
|
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
|
2016-10-30 22:52:06 +02:00 |
Serhiy Storchaka
|
a89d22aff3
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression. Otherwise
it had 50% chance failed with ignore_zeros=True.
|
2016-10-30 20:52:29 +02:00 |
Serhiy Storchaka
|
c9b750d249
|
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
browsers. Based on patch by Oleg Broytman.
|
2016-10-30 19:16:33 +02:00 |
Serhiy Storchaka
|
32c0d3ada5
|
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by representing the scale as float value internally in Tk. tkinter.IntVar
now works if float value is set to underlying Tk variable.
|
2016-10-30 18:49:52 +02:00 |
Serhiy Storchaka
|
0438683939
|
Backed out changeset 9f7505019767 (issue #27275).
|
2016-10-30 17:17:24 +02:00 |
Xavier de Gaye
|
84968b74c8
|
Issue #28444: Fix missing extensions modules when cross compiling.
|
2016-10-29 16:57:20 +02:00 |
Martin Panter
|
4afdca056b
|
Issue #26240: Clean up the subprocess module doc string
Patch by Tim Mitchell.
|
2016-10-25 22:20:48 +00:00 |
Serhiy Storchaka
|
4832580596
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
subclasses of accelerated OrderedDict.
|
2016-10-25 15:33:23 +03:00 |
Serhiy Storchaka
|
7ff51bd2b8
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
at the start of new line after printing a month's calendar. Patch by
Xiang Zhang.
|
2016-10-25 15:00:52 +03:00 |
Serhiy Storchaka
|
f3ebc9fe3f
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
Based on patch by Kaarle Ritvanen.
|
2016-10-25 14:44:54 +03:00 |
Serhiy Storchaka
|
42bababba6
|
Issue #28353: os.fwalk() no longer fails on broken links.
|
2016-10-25 14:28:38 +03:00 |
Serhiy Storchaka
|
839023f12c
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
|
2016-10-25 10:13:43 +03:00 |
Serhiy Storchaka
|
77eede35fc
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
|
2016-10-25 10:07:51 +03:00 |
Serhiy Storchaka
|
071dec2027
|
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
a workaround to Tix library bug.
|
2016-10-24 23:47:28 +03:00 |
Serhiy Storchaka
|
666de77727
|
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
|
2016-10-23 15:55:09 +03:00 |
Martin Panter
|
1002a621c1
|
Issue #28435: Avoid no_proxy environment variable interfering with tests
Patch by Piotr Szczepaniak.
|
2016-10-22 01:42:06 +00:00 |
Yury Selivanov
|
e8a6045fea
|
Issue #26796: Don't configure the number of workers for default threadpool executor.
Initial patch by Hans Lawrenz.
|
2016-10-21 17:40:42 -04:00 |
Yury Selivanov
|
3d67615a48
|
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done.
Patch by Johannes Ebke.
|
2016-10-21 17:22:17 -04:00 |
Brett Cannon
|
10a7dbdd5d
|
Issue #28396: Remove any mention of .pyo files from the man page.
Thanks to Ville Skyttä for the patch.
|
2016-10-21 12:15:14 -07:00 |