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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871)
Ville Skyttä
2017-12-15
1
-4
/
+8
*
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
2017-12-15
1
-4
/
+21
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-14
1
-30
/
+24
*
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
2017-12-15
1
-2
/
+3
*
bpo-32143: add f_fsid to os.statvfs() (#4571)
Giuseppe Scrivano
2017-12-14
1
-1
/
+4
*
bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov
2017-12-14
1
-9
/
+22
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1
/
+1
*
bpo-32225: Implementation of PEP 562 (#4731)
Ivan Levkivskyi
2017-12-14
2
-0
/
+63
*
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
2017-12-14
1
-0
/
+3
*
bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412)
Jelle Zijlstra
2017-12-13
2
-2
/
+14
*
trivial: link updates in documentation (#2765)
jimmy
2017-12-13
4
-5
/
+5
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
5
-4
/
+63
*
bpo-32284: Fix documentation of BinaryIO and TextIO (#4832)
Sebastian Rittau
2017-12-13
1
-3
/
+3
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
3
-13
/
+38
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-2
/
+2
*
bpo-31942: Document optional support of start and stop attributes in Sequence...
Nitish Chandra
2017-12-12
1
-3
/
+3
*
bpo-32227: functools.singledispatch supports registering via type annotations...
Łukasz Langa
2017-12-11
1
-7
/
+21
*
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov
2017-12-11
6
-72
/
+60
*
Add asyncio.get_running_loop() function. (#4782)
Yury Selivanov
2017-12-11
1
-0
/
+7
*
bpo-32272: Remove asyncio.async() function. (#4784)
Yury Selivanov
2017-12-11
2
-9
/
+0
*
bpo-22671: Clarify and test default read method implementations (#4568)
Sanyam Khurana
2017-12-11
1
-5
/
+8
*
bpo-32114: Updated the documentation for get_event_loop to reflect the policy...
Pablo Galindo
2017-12-10
1
-4
/
+9
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
7
-4
/
+158
*
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov
2017-12-09
1
-42
/
+52
*
bpo-32212: Updated logging documentation to make parameter names more consist...
Vinay Sajip
2017-12-09
1
-20
/
+21
*
bpo-32208: update threading.Semaphore docs and add unit test (#4709)
Garrett Berg
2017-12-07
1
-13
/
+13
*
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana
2017-12-06
24
-39
/
+39
*
Add a missing space in tkinter documentation. (GH-4692)
Julien Palard
2017-12-04
1
-1
/
+1
*
bpo-19610: Warn if distutils is provided something other than a list to some ...
Neil Schemenauer
2017-12-04
2
-7
/
+5
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-3
/
+2
*
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...
Serhiy Storchaka
2017-12-04
2
-30
/
+37
*
bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940)
Julien Palard
2017-12-02
1
-3
/
+2
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-2
/
+3
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-3
/
+2
*
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH...
Serhiy Storchaka
2017-12-01
2
-8
/
+65
*
bpo-20891: Fix PyGILState_Ensure() (#4650)
Victor Stinner
2017-11-30
1
-2
/
+3
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
4
-4
/
+26
*
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...
Jesse-Bakker
2017-11-30
2
-6
/
+16
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
2
-19
/
+47
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
1
-4
/
+12
*
Use raw strings in the re module examples. (#4616)
Serhiy Storchaka
2017-11-28
1
-4
/
+4
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
4
-12
/
+9
*
bpo-32071: Fix regression and add What's New entry (#4589)
Jonas Haag
2017-11-28
1
-0
/
+9
*
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
Dong-hee Na
2017-11-28
1
-1
/
+1
*
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka
2017-11-28
1
-1
/
+1
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
1
-0
/
+5
*
Revert "bpo-30487: automatically create a venv and install Sphinx when runnin...
Ned Deily
2017-11-27
2
-30
/
+21
*
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
Jason Yang
2017-11-27
1
-2
/
+2
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
1
-0
/
+4
*
bpo-29879: Update typing documentation. (GH-4573)
Ivan Levkivskyi
2017-11-26
1
-0
/
+12
[next]