| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Move other test to more proper place.
(cherry picked from commit e8ed96550c6aa9a1e39c36e67e892994e25e2c41)
|
|
|
| |
(cherry picked from commit 6c6d3a46087bacb9c767c8cf2185505348d3796d)
|
|
|
| |
(cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8)
|
|
|
|
|
| |
(GH-5034) (#5036)
(cherry picked from commit e5f7dccefaa8d97ab53b3051acbb4a4d49379dc4)
|
|
|
|
|
| |
In pydoc.py, the reference to Python' documentation was in http.
The link has been updated to use https.
(cherry picked from commit e5681b9822c633c77ddfeb94585d58895e0ecff5)
|
|
|
|
|
| |
(GH-4991). (#5016)
(cherry picked from commit 53f9135667226f33e049e327db60fb033afbd77a)
|
|
|
|
|
|
| |
* Fix typos
* Change warning text
* Add test
(cherry picked from commit a8f4e15f3d33084862ddd3a7d58cd00034e94f16)
|
|
|
|
|
| |
(#5007)
(cherry picked from commit 1b3029ac8370ac76fa9571aef540e10aed0667ff)
|
|
|
| |
(cherry picked from commit 4f146f9ed133b9ad56d4ee7a653396836af34067)
|
|
|
| |
(cherry picked from commit d11e8e0d11c759cd0f96aebb59de914e4d62b8cd)
|
|
|
|
|
|
|
|
|
| |
(GH-4977) (#4979)
This is more complicated than it should be because we need to preserve the
useful mtime-based regeneration feature that lib2to3.pgen2.driver.load_grammar
has. We only look for the pickled grammar file with pkgutil.get_data and only if
the source file does not exist.
(cherry picked from commit 8a5877165e993afb2633cd48da5222326d3f6e0e)
|
|
|
|
|
|
|
|
| |
Skip the test failing randomly because of known race condition.
Skip the test to fix macOS buildbots until a decision is made on the
proper fix for the race condition.
(cherry picked from commit 550ee051d605b909dd75ef686d8e1244a0994394)
|
|
|
|
|
| |
shutdown (GH-4956) (#4962)
(cherry picked from commit 4a02543cf97e8cbf9293741379f977b85531e4c2)
|
|
|
|
|
| |
(GH-4867) (#4959)
(cherry picked from commit fbd605151fcf2899b14575f4ddb9ce3c55e684ab)
|
|
|
| |
(cherry picked from commit a8d25a16452f7ee8dfc350cd028b3ae172d28ada)
|
|
|
| |
(cherry picked from commit 83cb778b4a3f856f2243b0f0d36fefb5c44b388f)
|
|
|
|
| |
The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.
(cherry picked from commit a7a751dd7b08a5bb6cb399c1b2a6ca7b24aba51d)
|
|
|
|
|
| |
Mention that the format-specifier mini language in f-strings
is the same one used by str.format.
(cherry picked from commit f4e21a2a72f76d75a6cc6f74faf910a5f3108482)
|
|
|
|
|
|
|
|
| |
(#4929)
* Fix GH-32377: improve __del__ docs and fix mention about resurrection
* Mention that CPython only calls __del__ once.
(cherry picked from commit 4b965930e8625f77cb0e821daf5cc40e85b45f84)
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| | |
(cherry picked from commit c3e070f84931c847d1b35e7fb36aa71edd6215f6)
|
| |
| |
| | |
(cherry picked from commit 9ab11b3a029fba36c1a7e869be87fb4f31ebcf24)
|
| |
| |
| |
| | |
It was introduced in bpo-27169.
(cherry picked from commit bd6ec4d79e8575df3d08f8a89ba721930032714c)
|
| |
| |
| | |
(cherry picked from commit e796b2fe26f220107ac50667de6cc86c82b465e3)
|
| |
| |
| | |
(cherry picked from commit 6693d7af6670f8bda331e0b63bb77fce2e3efe9c)
|
| |
| |
| |
| | |
Link to the Format Specification Mini Language section from f-strings' documentation.
(cherry picked from commit d924fa523df766dbf2f8b6a28ae502eb3433bfe5)
|
| |
| |
| |
| |
| | |
Run the child process with -E option to ignore the PYTHONWARNINGS
environment variable.
(cherry picked from commit 9402c8367bf6ada1b84f620ad957750c33adbaf9)
|
| |
| |
| | |
Fix a compiler warning.
|
| |
| |
| | |
(cherry picked from commit 297fd876aad8ef443d8992618de22c46dbda258b)
|
| |
| |
| |
| |
| |
| |
| | |
It no longer spends much time doing complex calculations and no
longer consumes much memory for creating large constants that will
be dropped later.
This fixes also bpo-21074.
|
| |
| |
| |
| |
| |
| | |
time. (GH-4880) (#4882)
This fixes also bpo-22091..
(cherry picked from commit 3325a6780c81f1ea51190370b5454879c4862a37)
|
| |
| |
| |
| | |
sys.flags.hash_randomization is now properly set to 0 when hash
randomization is turned off by PYTHONHASHSEED=0.
|
| |
| |
| |
| |
| | |
(GH-4797) (#4869)
(cherry picked from commit 233ef249cc5c18d796fb581747179c5e062b4083)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(#4864)
* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803)
* Fix multiple typos in code comments
* Add spacing in comments (test_logging.py, test_math.py)
* Fix spaces at the beginning of comments in test_logging.py.
(cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3)
|
| |
| |
| |
| | |
CRT v142 is binary compatible with CRT v140.
(cherry picked from commit 9e7c136ad8bc8e8eec50c2a8ae5ff02752f695a2)
|
| |
| |
| |
| |
| |
| |
| | |
"make regen-all" requires a working python3.6 or python3. Without
"python: 3.6", Travis CI provides a "python3.6" script which ony
write an error.
Use "python3" instead.
|
| |
| |
| | |
(cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121)
|
| |
| |
| |
| | |
* Test atexit shutdown mechanism in a subprocess.
(cherry picked from commit fc5db95e0063eafa2bfb7f487fcaad5a7c4b65a1)
|
| |
| |
| | |
(cherry picked from commit c3e070f84931c847d1b35e7fb36aa71edd6215f6)
|
| |
| |
| | |
(cherry picked from commit b748e3b2586e44bfc7011b601bce9cc6d16d89f1)
|
| |
| |
| |
| | |
It is failed with an advanced optimizer.
(cherry picked from commit 0e069a1597ce6791a5f0da8329da2c446766c80e)
|
| |
| |
| |
| |
| | |
Sequence.index method (GH-4277) (#4811)
(cherry picked from commit 5ce0a2a100909104836f53a2c8823006ec46f8ad)
|
| |
| |
| |
| |
| |
| | |
(GH-4769) (#4810)
This allows to distinguish an empty row from a row consisting of a single empty field.
(cherry picked from commit 2001900b0c02a397d8cf1d776a7cc7fcb2a463e3)
|
| |
| |
| |
| |
| | |
(#4809)
(cherry picked from commit e570211406f9bfbe16eff8d10e614d90497e08df)
|
| |
| |
| |
| |
| |
| | |
(#4796)
Original patch written by Martin Panter, enhanced by Sanyam Khurana.
(cherry picked from commit 1b74f9b77a6fa1d7828986cb79d5b10942ff9141)
|
| |
| |
| |
| |
| | |
Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
(cherry picked from commit 48d4dd974f0c8d47c54990eedd322b96b19c60ec)
|