index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-05
1
-1/+1
*
bpo-19610: Warn if distutils is provided something other than a list to some ...
Neil Schemenauer
2017-12-05
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-29
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
*
bpo-30487: automatically create a venv and install Sphinx when running make (...
Caleb Hattingh
2017-11-26
2
-21/+30
*
bpo-32071: Add unittest -k option (#4496)
Jonas Haag
2017-11-25
1
-0/+34
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
1
-3/+8
*
Improve Scheduler Objects documentation. (GH-4556)
Mariatta
2017-11-25
1
-1/+1
*
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)
Mandeep Bhutani
2017-11-25
1
-3/+3
*
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
Ashley Camba
2017-11-24
1
-2/+2
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
2
-4/+213
*
Improve the String tutorial docs (GH-4541)
Will White
2017-11-24
1
-7/+7
*
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas
2017-11-24
2
-4/+4
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
Berker Peksag
2017-11-23
1
-4/+4
*
bpo-32099 Add deque variant of roundrobin() recipe (#4497)
Raymond Hettinger
2017-11-23
1
-0/+19
*
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
Berker Peksag
2017-11-23
3
-12/+37
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
1
-18/+22
*
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...
AraHaan
2017-11-21
1
-0/+3
*
bpo-31672 - Add one last minor clarification for idpattern (#4483)
Barry Warsaw
2017-11-21
1
-2/+4
*
Add comment and improve variable name in roundrobin() (#4486)
Raymond Hettinger
2017-11-21
1
-4/+5
*
bpo-32043: Rephrase -X dev documentation (#4478)
Victor Stinner
2017-11-21
1
-4/+5
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-6/+6
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
1
-3/+15
*
bpo-32050: Fix -x option documentation (#4475)
Victor Stinner
2017-11-20
1
-2/+0
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
2
-5/+14
*
Remove outdated .pyo reference from msilib docs (GH-4461)
Berker Peksag
2017-11-19
1
-1/+1
*
Document parameters of BaseServer.finish_request() (GH-4445)
Masayuki Yamamoto
2017-11-19
1
-1/+1
*
[Doc] Update opcode for var-positional arguments (#4446)
Moses Koledoye
2017-11-18
1
-1/+1
*
Fix typo in atexit documentation. (GH-4419)
Erik Bray
2017-11-16
1
-1/+1
*
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka
2017-11-16
2
-5/+12
[next]