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
*
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
2
-0/+40
*
|
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
*
|
merge 3.4 (#24049)
Benjamin Peterson
2015-04-24
1
-4/+0
|
\
\
|
|
/
|
*
remove dead *-import checking code (closes #24049)
Benjamin Peterson
2015-04-24
1
-4/+0
*
|
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw
2015-04-22
1
-0/+35
|
\
\
|
|
/
|
*
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw
2015-04-22
1
-0/+35
*
|
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
2
-0/+18
*
|
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
5
-5/+5
*
|
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
2
-2/+12
*
|
#7159: generalize urllib prior auth support.
R David Murray
2015-04-16
2
-17/+67
*
|
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
R David Murray
2015-04-16
1
-0/+4
*
|
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
2
-0/+12
*
|
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
2
-11/+30
*
|
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
2
-119/+178
*
|
issue9859: add the missing versionadded tag to the documentation.
Gregory P. Smith
2015-04-14
1
-0/+2
*
|
Merge: #23957: fix typo.
R David Murray
2015-04-14
1
-1/+1
|
\
\
|
|
/
|
*
#23957: fix typo.
R David Murray
2015-04-14
1
-1/+1
*
|
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
Gregory P. Smith
2015-04-14
1
-0/+9
*
|
issue9014: Include more formatting on :c:type:`PyObject` etc.
Gregory P. Smith
2015-04-14
1
-3/+3
|
\
\
|
|
/
|
*
issue9014: Include more formatting on :c:type:`PyObject` etc.
Gregory P. Smith
2015-04-14
1
-3/+3
*
|
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
Gregory P. Smith
2015-04-14
1
-29/+41
|
\
\
|
|
/
|
*
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
Gregory P. Smith
2015-04-14
1
-29/+41
*
|
remove trailing space
Gregory P. Smith
2015-04-14
1
-1/+1
|
\
\
|
|
/
|
*
remove trailing space :)
Gregory P. Smith
2015-04-14
1
-1/+1
*
|
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
|
\
\
|
|
/
|
*
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
*
|
#21146: give a more efficient recipe in gzip docs
Andrew Kuchling
2015-04-14
1
-1/+2
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
|
\
\
|
|
/
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
*
|
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings
2015-04-13
2
-0/+15
*
|
Closes #23730: merge with 3.4
Zachary Ware
2015-04-13
1
-0/+2
|
\
\
|
|
/
[next]