Alex Davies traverseda
  • Joined on 2020-11-24
traverseda pushed to master at traverseda/djangoBase 2021-07-16 13:11:20 -03:00
6ea1e9af42 Initial commit
traverseda created repository traverseda/djangoBase 2021-07-16 13:08:07 -03:00
traverseda created pull request rrcarlosr/Jetpack#1 2021-03-15 12:13:17 -03:00
Add Jetpack 4.4.1 sources
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2021-01-05 07:35:08 -04:00
a087a97438 [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
3b6dcb8630 Fix broken NEWS markup (GH-24110)
d05b470d6a bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670)
Compare 3 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2021-01-05 07:35:08 -04:00
e40e2a2cc9 bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
59f9b4e450 bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
27f9dafc2b bpo-40636: Remove overly-strict zip pickling tests (GH-24109)
cde988e893 Fix broken NEWS markup (GH-24110)
Compare 4 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2021-01-05 07:35:08 -04:00
d82392face [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
30e9ee3f43 Fix broken NEWS markup (GH-24110)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2021-01-04 23:25:12 -04:00
f7f0ed59bc bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
0b858cdd5d bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
958acd2da0 Post 3.10.0a4
ef2d371dee Python 3.10.0a4
af4cd16479 Do not remove x bit from published directories (GH-24101)
Compare 6 commits »
traverseda synced new reference v3.10.0a4 to traverseda/cpython from mirror 2021-01-04 23:25:12 -04:00
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2021-01-04 23:25:11 -04:00
80e5732d31 bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
def7dc3b71 Do not remove x bit from published directories (GH-24101)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2021-01-04 23:25:11 -04:00
0ccac5ff58 bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
a87bf5fd36 Do not remove x bit from published directories (GH-24101)
Compare 2 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2021-01-04 15:15:09 -04:00
218ed0b013 Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24093)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2021-01-04 15:15:09 -04:00
e6d0107e13 Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24092)
traverseda synced commits to master at traverseda/cpython from mirror 2021-01-04 15:15:09 -04:00
127dde5916 bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
de833b6013 Fix 'make suspicious' for the itertools module (GH-24097)
c8a87addb1 bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
bf06b209da Delete the now unused c_do_not_emit_bytecode field. (#24094)
Compare 4 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2021-01-04 07:05:09 -04:00
f24ac45552 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084)
ed2d3d15b2 Update Sphinx version for macOS installer build. (GH-24082) (GH-24088)
82794cacc6 [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079)
Compare 3 commits »
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2021-01-04 07:05:09 -04:00
eedeaef1f2 bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090)
76489dd299 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083)
fd235de6d3 Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
cb882f97bc bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
Compare 4 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2021-01-04 07:05:09 -04:00
df21f502fd bpo-42692: fix __builtin_available check on older compilers (GH-23873)
b6fc0c406e bpo-42789: Enable using /dev/tty in test_curses. (GH-24085)
0f3b96b368 Update Sphinx version for macOS installer build. (GH-24082)
a38e04b566 bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
14097a2785 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
Compare 6 commits »
traverseda synced commits to 3.8 at traverseda/cpython from mirror 2021-01-03 22:55:12 -04:00
645174abe0 [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) (GH-24078)
traverseda synced commits to 3.9 at traverseda/cpython from mirror 2021-01-03 22:55:12 -04:00
b0ee2b492d [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077)
0303008ebc [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076)
Compare 2 commits »
traverseda synced commits to master at traverseda/cpython from mirror 2021-01-03 22:55:12 -04:00
1470edd613 bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
traverseda synced commits to master at traverseda/cpython from mirror 2021-01-03 14:45:07 -04:00
7c83eaa536 bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)
b8eb376590 bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
6613676861 bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
5d3553b0a8 bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
Compare 4 commits »