| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
(GH-11201) (GH-11231)
(cherry picked from commit 82d73554e4764350bfd8f13957c5e024ac95c4af)
Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
|
| |
|
|
|
|
|
| |
(GH-11224)
(cherry picked from commit afe17a7bee1bcb39dc56f2949431204918568ac1)
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
|
| | |
|
| |
|
|
|
|
|
|
| |
GH- Fixed missing colun in library/sys.po
[bpo-35492](https://bugs.python.org/issue35492): Fixed missing colun in library/sys.po
(cherry picked from commit cb0f5e29e37c081e9bba91a9858370e2504e9e8e)
Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
|
| |
|
| |
Also adds the PC/layout script for generating layouts on Windows.
|
| |
|
|
|
| |
(cherry picked from commit de9e9b476ec4abfb0b9161cff0e86bb7085ca8c6)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
|
| |
|
|
| |
Windows (GH-11029)
|
| |
|
|
|
| |
(cherry picked from commit e328753d91379274b699b93decff45de07854617)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
| |
|
|
|
| |
(GH-9423) (GH-10344)
(cherry picked from commit c03bf0ae794c3bec9b56f38164535fd1f5bfc04a)
|
| |
|
|
|
|
|
| |
Python 2. (GH-11017) (GH-11022)
encoding='latin1' should be used for successful decoding.
(cherry picked from commit 8452ca15f41061c8a6297d7956df22ab476d4df4)
|
| |
|
|
|
| |
(cherry picked from commit c9566b8c454120e3d0ddb5ab970f262a6cd80077)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit 91f259b478ae8bfb4c73e5b5a767e4bf0ee9257f)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
| |
|
|
|
|
|
| |
Escape the \t and \n.
Follow up from https://github.com/python/cpython/pull/10814..
(cherry picked from commit 2d8f976cde4794d174b44ff7d5fd970aa89c65e8)
Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
Add a missing word `as` in `as well as an`.
Linkify `threading.Thread`.
(cherry picked from commit 40a61da40d252626f8b9ff524d76c1f0ccb3a4f7)
Co-authored-by: Matt Wheeler <m@funkyhat.org>
|
| |
|
|
|
| |
(cherry picked from commit 55f41e45b4318cbe19209f5144641344d0049fb8)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit 1ce853f37783575e2b3aaa159ddcebc8660830ef)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
|
| |
|
|
|
|
|
|
| |
Fixes `loop.add_writer` and `loop.add_signal_handler` method documentation to correctly reference the callback parameter from method signature.
https://bugs.python.org/issue35395
(cherry picked from commit 17473347942353946fe455f797a2197cb89c1090)
Co-authored-by: Naglis <naglis@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
Also refactor the call recording imolementation and add some notes
about its limitations.
(cherry picked from commit 8ca0fa9d2f4de6e69f0902790432e0ab2f37ba68)
Co-authored-by: Chris Withers <chris@withers.org>
|
| |
|
|
|
| |
(cherry picked from commit 68b56d02ef20479b87c65e523cf3dec1b7b77d40)
Co-authored-by: Ismo Toijala <ismo.toijala@gmail.com>
|
| |
|
|
|
|
| |
(GH-10824)
(cherry picked from commit b7c2182604d5796b5af4c837991aa0b8c8a2d41f)
|
| |
|
|
|
| |
(cherry picked from commit a40700439195a119878150f4f0d425c42ca957ef)
Co-authored-by: Kevin Adler <kadler@us.ibm.com>
|
| |
|
|
|
|
| |
PyType_GetFlags() return type is unsigned long, not long.
(cherry picked from commit 9fbcfc08e5814d7aa9287740187e461425a99f67)
Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(GH-9607)
Unconditional forcing of ``CHECKED_HASH`` invalidation was introduced in
3.7.0 in bpo-29708. The change is bad, as it unconditionally overrides
*invalidation_mode*, even if it was passed as an explicit argument to
``py_compile.compile()`` or ``compileall``. An environment variable
should *never* override an explicit argument to a library function.
That change leads to multiple test failures if the ``SOURCE_DATE_EPOCH``
environment variable is set.
This changes ``py_compile.compile()`` to only look at
``SOURCE_DATE_EPOCH`` if no explicit *invalidation_mode* was specified.
I also made various relevant tests run with explicit control over the
value of ``SOURCE_DATE_EPOCH``.
While looking at this, I noticed that ``zipimport`` does not work
with hash-based .pycs _at all_, though I left the fixes for
subsequent commits.
(cherry picked from commit a6b3ec5b6d4f6387820fccc570eea08b9615620d)
Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
|
| |
|
|
| |
(GH-10487) (GH-10767)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(GH-10722)
(cherry picked from commit 5719f275b7153a00a800f5481271a6fc26659c65)
Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
https://bugs.python.org/issue35255
|
| | |
|
| |
|
|
|
|
|
| |
(GH-10592)
(cherry picked from commit 4bb186d7e253ad4def875305e06690181e923dfd)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278)
Co-authored-by: takey <taketakeyyy@gmail.com>
|
| |
|
|
|
|
|
| |
languages. (GH-10558)
(cherry picked from commit 6b73bb523a176123a819e4ebac3727d31d861515)
Co-authored-by: Julien Palard <julien@palard.fr>
|
| |
|
|
|
|
| |
I'll watch for 404 on the old URL and will setup an HTTP redirection if needed.
(cherry picked from commit 361e8683e7340c600b22f4a514b81448ccec66dc)
Co-authored-by: Zhiming Wang <github@zmwang.pw>
|
| |
|
|
|
|
|
| |
(GH-10604) (GH-10629)
(cherry picked from commit d936a8f8e0964de1147656f1435532f0170f8b6c)
Co-authored-by: Julien Palard <julien@palard.fr>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale.localeconv() now sets temporarily the LC_CTYPE locale to the
LC_MONETARY locale if the two locales are different and monetary
strings are non-ASCII. This temporary change affects other threads.
Changes:
* locale.localeconv() can now set LC_CTYPE to LC_MONETARY to decode
monetary fields.
* Add LocaleInfo.grouping_buffer: copy localeconv() grouping string
since it can be replaced anytime if a different thread calls
localeconv().
(cherry picked from commit 02e6bf7f2025cddcbde6432f6b6396198ab313f4)
|
| |
|
|
|
|
|
| |
(GH-10330)
(cherry picked from commit 6c48bf2d9e1e18dfbfa35f7582ddd32f11f75129)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as (GH-10580) (GH-10586)
Source of T_STRING: https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Python/structmember.cGH-L51
Source of PyUnicode_FromString
https://github.com/python/cpython/blob/master/Include/unicodeobject.hGH-L702
https://bugs.python.org/issue25438
(cherry picked from commit 689d555ec135d4115574addd063c358ac4897cc4)
Co-authored-by: Windson yang <wiwindson@outlook.com>
https://bugs.python.org/issue25438
|
| |
|
|
|
| |
(cherry picked from commit 4edeaeac4c194ba5d09187640b5cfca5e03be617)
Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit a48e0eb9673ec96d1decb8a230331533cfb6138b)
Co-authored-by: wim glenn <wim.glenn@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit c2ccac7b9f9a1132ca36255b0ddfeecef4371aa3)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit b65413b497a07f521d835b799be7dd0afcedbd65)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
| |
|
|
|
|
|
| |
Remove an unnecessary "that":
... will execute that the body ... -> ... will execute the body ...
(cherry picked from commit 25221b328339fb1726b58742e91b6e49c178023a)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
(cherry picked from commit 64313478bcbd0a708c3ce5d4d14f977da56e4be9)
Co-authored-by: Julien Palard <julien@palard.fr>
https://bugs.python.org/issue32613
|
| |
|
|
|
| |
(cherry picked from commit 8e0b05e2f4b9fd703cbe1ae8d058852ef3781f44)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit bf1355b4240173a306dd46e720ae4b696277bb41)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961)
Co-authored-by: l-n-s <supervillain@riseup.net>
|
| |
|
|
|
| |
Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the
documentation. These macros are removed from Python 3.8 by the commit
1a6be91e6fd65ce9cb88cbbbb193db7e92ec6076.
|
| |
|
|
|
|
|
| |
reproduciblity -> reproducibility
PyPA are the group -> PyPA is the group
(cherry picked from commit 0dc1e45dfd242493ecdac5dbcad51dbc8f922de7)
Co-authored-by: Windson yang <wiwindson@outlook.com>
|
| |
|
|
|
|
| |
a asynchronous generator -> an asynchronous generator
(cherry picked from commit a9655b7f71b8976c369160ef362d0e706cfcd8c9)
Co-authored-by: Windson yang <wiwindson@outlook.com>
|
| |
|
|
|
| |
(cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit 9404e7737bd09bc1df154e1216d721e5168e4c68)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
|
| |
|
|
|
|
| |
Independently of -> Independent of
(cherry picked from commit cd449806fac1246cb7b4d392026fe6986ec01fb7)
Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
* universal_newlines defaulting to False would suggest, that not
specifying universal_newlines explicitly and setting text to True
should cause an error, which is not the case.
* The run function didn't have the universal_newlines parameter
documented
* The check_output function didn't have its text parameter documented
(cherry picked from commit 7432f0929f2e90bde30e089da8e1efc580ccade1)
Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
|