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
/
reference
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
2
-35/+40
|
\
|
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
2
-35/+40
*
|
merge with 3.3
Georg Brandl
2013-10-08
1
-3/+3
|
\
\
|
|
/
|
*
Clarify two points about division and shifting. Suggested by Albert Hofkamp o...
Georg Brandl
2013-10-08
1
-3/+3
*
|
merge with 3.3
Georg Brandl
2013-10-08
1
-1/+1
|
\
\
|
|
/
|
*
Add "->" as a delimiter token. Found by James Harding on docs@.
Georg Brandl
2013-10-08
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
2
-11/+12
|
\
\
|
|
/
|
*
Use "lambda expression" as preferred to "lambda form".
Georg Brandl
2013-10-06
2
-11/+12
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
1
-0/+14
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-6/+4
*
|
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
1
-4/+15
|
\
\
|
|
/
|
*
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
1
-4/+15
*
|
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon
2013-07-04
1
-6/+6
*
|
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon
2013-06-13
1
-6/+6
*
|
merge
Brett Cannon
2013-05-25
1
-1/+5
|
\
\
|
|
/
|
*
Mention __cached__ in the import ref.
Brett Cannon
2013-05-25
1
-1/+5
*
|
#17938: merge with 3.3.
Ezio Melotti
2013-05-09
1
-16/+0
|
\
\
|
|
/
|
*
#17938: remove duplicate paragraphs.
Ezio Melotti
2013-05-09
1
-16/+0
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-2/+2
*
|
merge with 3.3
Georg Brandl
2013-04-14
1
-8/+7
|
\
\
|
|
/
|
*
Clarify point in name mangling doc.
Georg Brandl
2013-04-14
1
-8/+7
*
|
Merge with 3.3.
Georg Brandl
2013-03-28
3
-3/+4
|
\
\
|
|
/
|
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
3
-3/+4
*
|
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
1
-7/+9
*
|
evaluate positional defaults before keyword-only defaults (closes #16967)
Benjamin Peterson
2013-02-10
1
-8/+9
*
|
Merge from 3.3: add links and index entries for "argument" and "parameter."
Chris Jerdonek
2012-12-25
2
-11/+21
|
\
\
|
|
/
|
*
Merge from 3.2: add links and index entries for "argument" and "parameter."
Chris Jerdonek
2012-12-25
2
-11/+21
|
|
\
|
|
*
Add additional links and index entries for "argument" and "parameter".
Chris Jerdonek
2012-12-25
2
-11/+21
*
|
|
#16677: merge with 3.3.
Ezio Melotti
2012-12-25
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
#16677: merge with 3.2.
Ezio Melotti
2012-12-25
1
-5/+5
|
|
\
\
|
|
|
/
|
|
*
#16677: rename section header and fix markup.
Ezio Melotti
2012-12-25
1
-5/+5
|
|
*
Fix label in docs (from issue #13538).
Chris Jerdonek
2012-11-21
1
-1/+1
|
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-10/+18
*
|
|
Merge from 3.3: link to "yield from" examples in yield documentation.
Chris Jerdonek
2012-12-23
1
-1/+11
|
\
\
\
|
|
/
/
|
*
|
Link to "yield from" examples in yield documentation.
Chris Jerdonek
2012-12-23
1
-1/+11
*
|
|
Merge from 3.3: Add a str class entry to the string section (issue #16209).
Chris Jerdonek
2012-11-28
1
-5/+7
|
\
\
\
|
|
/
/
|
*
|
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek
2012-11-28
1
-5/+7
*
|
|
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Chris Jerdonek
2012-11-21
1
-10/+18
|
\
\
\
|
|
/
/
|
*
|
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-10/+18
*
|
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-9/+15
|
\
\
\
|
|
/
/
|
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-9/+15
*
|
|
Merge issue #16144: Fix misleading sentence in reference/import.
Andrew Svetlov
2012-11-15
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #16144: Fix misleading sentence in reference/import.
Andrew Svetlov
2012-11-15
1
-5/+5
*
|
|
Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages.
Chris Jerdonek
2012-10-28
1
-3/+0
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
Chris Jerdonek
2012-10-28
1
-3/+0
|
|
\
\
|
|
|
/
|
|
*
Remove unneeded "Release" and "Date" markers from doc index pages.
Chris Jerdonek
2012-10-28
1
-3/+0
*
|
|
Merge from 3.3: fix formatting of syntax description of function definition.
Chris Jerdonek
2012-10-26
1
-2/+1
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: fix formatting of syntax description of function definition.
Chris Jerdonek
2012-10-26
1
-2/+1
|
|
\
\
|
|
|
/
|
|
*
Fix formatting of syntax description of function definition.
Chris Jerdonek
2012-10-26
1
-2/+1
|
*
|
merge 3.2
Benjamin Peterson
2012-10-12
2
-15/+16
|
|
\
\
|
|
|
/
[next]