Alex Davies traverseda
  • Joined on 2020-11-24
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-21 16:15:20 -04:00
711381dfb0 Fix typo in docstring (GH-23515)
f2dbfd7e20 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
d515c610c6 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-21 16:15:20 -04:00
b4b323ce1a Fix typo in docstring (GH-23515)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-21 08:05:20 -04:00
37a6d5f802 [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-20 23:55:08 -04:00
81f706d2db bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-20 23:55:08 -04:00
409ce4a09e bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-20 23:55:08 -04:00
ab74c014ae bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-20 15:45:07 -04:00
c95f8bc270 bpo-42669: Document that `except` rejects nested tuples (GH-23822)
b0398a4b7f bpo-42572: Improve argparse docs for the type parameter. (GH-23849)
Compare 2 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-20 15:45:07 -04:00
40b4c405f9 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) (GH-23869)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-20 07:35:10 -04:00
4b155967b3 bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) (GH-23866)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-19 23:25:07 -04:00
a44ce6c9f7 bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708)
09a36cdfb7 bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-19 23:25:07 -04:00
b01091a3e7 bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708)
24862b02df bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23863)
Compare 2 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-19 23:25:07 -04:00
a34ab8188e bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23862)
597ebc8cf6 [3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852)
Compare 2 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-19 15:15:07 -04:00
6ad5fd1482 bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) (GH-23788)
87e7a14ee3 [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-19 15:15:07 -04:00
c56f9df049 [doc] Mention with and except clauses in globals() (GH-13232)
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-19 15:15:07 -04:00
80c445cafb [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-19 07:05:11 -04:00
d458d8dab0 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) (GH-23851)
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-19 07:05:11 -04:00
3d569fd6dc bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
1e27b57dbc bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665)
e009612476 Fixed typo in itertools documentation (GH-23816)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2020-12-18 22:55:13 -04:00
782665885c bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) (GH-23850)
eef33e6d49 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-23824)
4b412e830d bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
82dbfd5a04 bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)
Compare 4 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2020-12-18 22:55:13 -04:00
5646414ae1 bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
51f4688254 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
fb34096140 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
e8d2264210 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
8c5d0347ef bpo-34398: Allow glossary results to show up on search page (GH-8773)
Compare 5 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2020-12-18 14:45:20 -04:00
d21d29ab5b [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)
a3dec9d8ec bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)
Compare 2 commits »