- 27 Eyl, 2017 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3774) (cherry picked from commit 30b61b51)
-
Serhiy Storchaka yazdı
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) (cherry picked from commit 6db70331)
-
Miss Islington (bot) yazdı
(cherry picked from commit 31aca4bf)
-
- 26 Eyl, 2017 2 kayıt (commit)
-
-
Miss Islington (bot) yazdı
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770) (cherry picked from commit c740e4fe)
-
Serhiy Storchaka yazdı
(cherry picked from commit 0e950dd2)
-
- 25 Eyl, 2017 6 kayıt (commit)
-
-
Miss Islington (bot) yazdı
- Remove the second mention about the `u` prefix - Remove the second mention about numeric literals do not include a sign (cherry picked from commit 4a2d00cb)
-
Victor Stinner yazdı
Non-regression tests for the Expat 2.2.3 UTF-8 decoder bug. (cherry picked from commit e6d9fcbb)
-
Miss Islington (bot) yazdı
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743) (cherry picked from commit 57c2561c)
-
Miss Islington (bot) yazdı
(cherry picked from commit 49392c63)
-
Miss Islington (bot) yazdı
[3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (GH-3739) (#3742) (cherry picked from commit 0d4497b9)
-
Miss Islington (bot) yazdı
(cherry picked from commit 0bf287b6)
-
- 24 Eyl, 2017 6 kayıt (commit)
-
-
Miss Islington (bot) yazdı
The dunderless functions are preferred; dunder are retained for back compatilibity. Patch by Sanket Dasgupta. (cherry picked from commit 5b9299d8)
-
Miss Islington (bot) yazdı
[3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (GH-3717) (#3730) (cherry picked from commit 5d3e8002)
-
Miss Islington (bot) yazdı
A `"` was missing from an `<a href>` tag. (cherry picked from commit 8337239d)
-
Miss Islington (bot) yazdı
Defer removing old behavior to 3.8. Document new feature of selection_set() and friends. (cherry picked from commit 2fad1023)
-
Miss Islington (bot) yazdı
Mention that ``NewType`` can derive from another ``NewType``. (cherry picked from commit 039b25d8)
-
Miss Islington (bot) yazdı
(cherry picked from commit d6238a76)
-
- 23 Eyl, 2017 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (GH-3704) (#3710) The original module-level class and method browser became a module browser, with the addition of module-level functions, years ago. Nested classes and functions were added yesterday. For back- compatibility, the virtual event <<open-class-browser>>, which appears on the Keys tab of the Settings dialog, is not changed. Patch by Cheryl Sabella. (cherry picked from commit cd99e79d)
-
Miss Islington (bot) yazdı
Order dependence caused leak-test buildbots to fail when running test_idle repeatedly. (cherry picked from commit 99167f85)
-
Miss Islington (bot) yazdı
(cherry picked from commit aecc08ac)
-
- 22 Eyl, 2017 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Original patches for code and tests by Guilherme Polo and Cheryl Sabella, respectively. (cherry picked from commit 058de113)
-
Zachary Ware yazdı
Use prefixed macro names for the `authoraddress` function, add T2A to the font encoding in LaTeX sources to support Cyrillic characters in the PDF documentation, and replace the deprecated `font_size` config option with `pointsize`. (cherry picked from commit da9b4cfb)
-
Miss Islington (bot) yazdı
Previously ensurepip would always report success, even if the pip installation failed. (cherry picked from commit 9adda0cd) * Update version changed notice for backport
-
- 21 Eyl, 2017 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
(cherry picked from commit a96c96f5)
-
Miss Islington (bot) yazdı
Fix a memory corruption in getpath.c due to mixed memory allocators between Py_GetPath() and Py_SetPath(). The fix use the Raw allocator to mimic the windows version. This patch should be used from python3.6 to the current version for more details, see the bug report and https://github.com/pyinstaller/pyinstaller/issues/2812 (cherry picked from commit 3d1e2ab5)
-
- 20 Eyl, 2017 1 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 19e4d934)
-
- 19 Eyl, 2017 11 kayıt (commit)
-
-
Miss Islington (bot) yazdı
This one line of Serhiy Storchacka's bpo-31500 patch for is needed for other issues. (cherry picked from commit d6e2f26f)
-
Miss Islington (bot) yazdı
(cherry picked from commit 9b47af65)
-
Steve Dower yazdı
-
Miss Islington (bot) yazdı
(cherry picked from commit 132a7d7c)
-
Miss Islington (bot) yazdı
(cherry picked from commit a92941ff)
-
Miss Islington (bot) yazdı
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (GH-3227) (#3654) (cherry picked from commit 865e4b4f)
-
Miss Islington (bot) yazdı
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (GH-3257) (#3653) (cherry picked from commit 9974e1bc)
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 18 Eyl, 2017 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
* bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash xml.etree: xmlparser_gc_clear() now sets self.parser to NULL to prevent a crash in xmlparser_dealloc() if xmlparser_gc_clear() was called previously by the garbage collector, because the parser was part of a reference cycle. Co-Authored-By:
Serhiy Storchaka <storchaka@gmail.com> (cherry picked from commit e727d41f)
-
Miss Islington (bot) yazdı
(cherry picked from commit 55679e0e)
-
Miss Islington (bot) yazdı
This reverses a never-released regression resulting from bpo-31287. (cherry picked from commit 0efc7c67)
-