GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
HEAD
master
Erlend Egeberg Aasland
2021-02-16
4
-3
/
+11
*
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
Zackery Spytz
2021-02-16
2
-0
/
+2
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
Dustin Rodrigues
2021-02-16
3
-0
/
+32
*
Add a warning block around the get_referrers() documentation (GH-24511)
Pablo Galindo
2021-02-15
1
-4
/
+5
*
bpo-43231: Correctly calculate the curses color pair limit when checking for ...
Pablo Galindo
2021-02-15
1
-1
/
+1
*
bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under ...
Pablo Galindo
2021-02-15
1
-0
/
+7
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
5
-14
/
+19
*
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
Erlend Egeberg Aasland
2021-02-15
3
-4
/
+9
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
12
-47
/
+186
*
bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
Erlend Egeberg Aasland
2021-02-14
1
-1
/
+1
*
bpo-43152: Update assert statement to remove unused warning (GH-24473)
Dong-hee Na
2021-02-14
1
-2
/
+1
*
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
Terry Jan Reedy
2021-02-13
1
-7
/
+7
*
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Zackery Spytz
2021-02-12
1
-2
/
+3
*
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith
2021-02-12
5
-15
/
+62
*
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...
Erlend Egeberg Aasland
2021-02-12
4
-4
/
+4
*
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
Terry Jan Reedy
2021-02-11
1
-4
/
+2
*
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Inada Naoki
2021-02-12
2
-0
/
+2
*
bpo-40956: Fix segfault when Connection.backup is called without target (GH-2...
Erlend Egeberg Aasland
2021-02-11
4
-22
/
+18
*
Fix link to sqlite3 enable_shared_cache documentation (GH-24496)
Tom Forbes
2021-02-10
1
-1
/
+1
*
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Inada Naoki
2021-02-10
5
-3847
/
+3847
*
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo
2021-02-09
3
-1
/
+16
*
bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)
Steve Dower
2021-02-09
1
-3
/
+3
*
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
Ken Jin
2021-02-08
1
-0
/
+2
*
Improve docs of PEP 604 Union (#24301)
Ken Jin
2021-02-08
3
-19
/
+20
*
bpo-43162: [Enum] deprecate enum member.member access (GH-24486)
Ethan Furman
2021-02-08
3
-4
/
+39
*
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber
2021-02-08
6
-207
/
+275
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
6
-10
/
+49
*
bpo-43147: Remove archaic terminology. (GH-24462)
Raymond Hettinger
2021-02-07
2
-10
/
+8
*
bpo-43149: Improve error message for exception group without parentheses (GH-...
Pablo Galindo
2021-02-07
4
-352
/
+611
*
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
Terry Jan Reedy
2021-02-07
1
-1
/
+2
*
Simple typo fix (GH-24448)
Andrew Tennikoff
2021-02-05
1
-1
/
+1
*
Fix a typo in a deprecation warning (GH-24423)
Zackery Spytz
2021-02-05
1
-1
/
+1
*
bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ...
Zackery Spytz
2021-02-05
1
-6
/
+17
*
Minor readability improvements. Also note performance impact of __slots__. (...
Raymond Hettinger
2021-02-04
1
-8
/
+11
*
Reduce overhead on random timings (GH-24455)
Raymond Hettinger
2021-02-04
1
-1
/
+1
*
bpo-35295: Remove outdated comment. (GH-24453)
Inada Naoki
2021-02-05
1
-7
/
+0
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
Raymond Hettinger
2021-02-04
3
-1
/
+8
*
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
Ken Jin
2021-02-04
1
-1
/
+1
*
Fix signed/unsigned comparison to avoid compilation warning (GH-24441)
Ken Jin
2021-02-04
1
-1
/
+1
*
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)
dependabot[bot]
2021-02-04
2
-2
/
+2
*
Fix dependabot.yml file (GH-24443)
Mariatta Wijaya
2021-02-04
1
-4
/
+0
*
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
Dong-hee Na
2021-02-04
4
-1
/
+28
*
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Pablo Galindo
2021-02-03
4
-8
/
+29
*
Fix typo (GH-23019)
Harry
2021-02-03
1
-1
/
+1
*
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
dependabot[bot]
2021-02-03
1
-1
/
+1
*
Post 3.10.0a5
Pablo Galindo
2021-02-03
1
-1
/
+1
*
Merge tag 'v3.10.0a5'
Pablo Galindo
2021-02-03
71
-147
/
+716
|
\
|
*
Fix Sphynx syntax in the memory.rst document
v3.10.0a5
Pablo Galindo
2021-02-02
4
-12
/
+46
|
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
67
-135
/
+670
*
|
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)
diegoe
2021-02-02
1
-1
/
+1
[next]