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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
#21800: Add RFC 6855 support to imaplib.
R David Murray
2015-05-10
1
-2/+28
*
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
2
-0/+11
*
Issue #24018: Add a collections.Generator abstract base class.
Raymond Hettinger
2015-05-09
1
-0/+10
*
Merge 3.4
Andrew Svetlov
2015-05-08
1
-2/+1
|
\
|
*
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coro...
Andrew Svetlov
2015-05-08
1
-2/+1
*
|
merge 3.4
Benjamin Peterson
2015-05-07
2
-5/+5
|
\
\
|
|
/
|
*
remove word we don't need
Benjamin Peterson
2015-05-07
1
-1/+1
|
*
Fix copy/paste errors.
Zachary Ware
2015-05-07
1
-4/+4
*
|
merge 3.4 (#24118)
Benjamin Peterson
2015-05-03
1
-6/+6
|
\
\
|
|
/
|
*
update example, since python.org is HTTPS-only now (closes #24118)
Benjamin Peterson
2015-05-03
1
-6/+6
*
|
Issue #22619: Added negative limit support in the traceback module.
Serhiy Storchaka
2015-05-03
1
-19/+33
*
|
Merge: #24108: Update fnmatch.translate example to show correct output.
R David Murray
2015-05-02
1
-1/+1
|
\
\
|
|
/
|
*
#24108: Update fnmatch.translate example to show correct output.
R David Murray
2015-05-02
1
-1/+1
*
|
Merge: #24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
2
-12/+0
|
\
\
|
|
/
|
*
#24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
2
-12/+0
*
|
Closes #24060: Merged documentation update from 3.4.
Vinay Sajip
2015-05-02
1
-1/+3
|
\
\
|
|
/
|
*
Issue #24060: Made logging.Formatter documentation a little clearer.
Vinay Sajip
2015-05-02
1
-1/+3
*
|
remove deleted method
Benjamin Peterson
2015-04-28
1
-4/+0
*
|
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
Berker Peksag
2015-04-27
1
-2/+2
|
\
\
|
|
/
|
*
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
Berker Peksag
2015-04-27
1
-2/+2
*
|
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
|
\
\
|
|
/
|
*
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
*
|
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith
2015-04-25
1
-0/+37
*
|
merge 3.4 (#24057)
Benjamin Peterson
2015-04-25
1
-2/+2
|
\
\
|
|
/
|
*
fix relative link (closes #24057)
Benjamin Peterson
2015-04-25
1
-2/+2
*
|
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...
Berker Peksag
2015-04-22
1
-2/+2
*
|
Merge from 3.4
Andrew Kuchling
2015-04-21
1
-0/+2
|
\
\
|
|
/
|
*
#15183: clarify timeit documentation to say that setup statement isn't timed
Andrew Kuchling
2015-04-21
1
-0/+2
*
|
#17445: difflib: add diff_bytes(), to compare bytes rather than str
Greg Ward
2015-04-21
1
-0/+15
*
|
merge 3.4 (#23989)
Benjamin Peterson
2015-04-20
2
-0/+10
|
\
\
|
|
/
|
*
recommend requests library (closes #23989)
Benjamin Peterson
2015-04-20
2
-0/+10
|
*
fix grammar
Benjamin Peterson
2015-04-20
1
-1/+1
*
|
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Larry Hastings
2015-04-19
2
-2/+2
*
|
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
|
\
\
|
|
/
|
*
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
*
|
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
*
|
Closes #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip
2015-04-18
1
-0/+12
|
\
\
|
|
/
|
*
Issue #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip
2015-04-18
1
-0/+12
*
|
Fix two typos in AbstractBasicAuthHandler documentation.
Berker Peksag
2015-04-17
1
-2/+3
*
|
#16914: reflow paragraph and add missing versionchanged.
R David Murray
2015-04-16
1
-3/+6
*
|
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
R David Murray
2015-04-16
1
-2/+3
*
|
#7159: generalize urllib prior auth support.
R David Murray
2015-04-16
1
-12/+60
*
|
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
1
-0/+7
*
|
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...
Steve Dower
2015-04-15
1
-2/+2
*
|
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...
Eric V. Smith
2015-04-15
1
-3/+16
*
|
properly wrap
Benjamin Peterson
2015-04-15
1
-2/+2
*
|
Add a subprocess.run() function than returns a CalledProcess instance for a
Gregory P. Smith
2015-04-14
1
-119/+170
*
|
issue9859: add the missing versionadded tag to the documentation.
Gregory P. Smith
2015-04-14
1
-0/+2
*
|
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
Gregory P. Smith
2015-04-14
1
-0/+9
[next]