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
*
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon
2013-10-18
1
-0/+7
*
Fix markup.
Serhiy Storchaka
2013-10-18
1
-2/+2
|
\
|
*
Fix markup.
Serhiy Storchaka
2013-10-18
1
-2/+2
*
|
Issue #19272: slight clarification of pickle docs with regard to lambda.
Ethan Furman
2013-10-18
1
-2/+6
*
|
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman
2013-10-18
1
-3/+3
*
|
merge with 3.3
Georg Brandl
2013-10-17
1
-2/+1
|
\
\
|
|
/
|
*
Fix inaccurate versionchanged tag for compressobj(): most parameter were ther...
Georg Brandl
2013-10-17
1
-2/+1
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
1
-8/+18
*
|
#18891: Complete new provisional email API.
R David Murray
2013-10-17
4
-15/+465
*
|
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-11/+65
*
|
Issue #18725: The textwrap module now supports truncating multiline text.
Serhiy Storchaka
2013-10-15
1
-12/+16
*
|
Issue #19189: Improved cross-references in the pickle module documentation.
Serhiy Storchaka
2013-10-14
1
-18/+23
|
\
\
|
|
/
|
*
Issue #19189: Improved cross-references in the pickle module documentation.
Serhiy Storchaka
2013-10-14
1
-18/+23
|
*
Merge heads
Serhiy Storchaka
2013-10-13
1
-2/+1
|
|
\
*
|
\
Merge heads
Serhiy Storchaka
2013-10-13
2
-2/+3
|
\
\
\
|
*
|
|
Fix spacing of toplevel items.
Georg Brandl
2013-10-13
1
-0/+2
|
*
|
|
merge with 3.3
Georg Brandl
2013-10-13
1
-2/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Wing IDE is switching to PyQt...
Georg Brandl
2013-10-13
1
-2/+1
*
|
|
|
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
39
-124/+139
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
36
-120/+134
|
|
/
*
|
Closes #17730: in code.interact(), when banner="", do not print anything.
Georg Brandl
2013-10-13
1
-1/+4
*
|
Issue #19197: Improved cross-references in the shlex module documentation.
Serhiy Storchaka
2013-10-13
1
-51/+59
|
\
\
|
|
/
|
*
Issue #19197: Improved cross-references in the shlex module documentation.
Serhiy Storchaka
2013-10-13
1
-51/+59
*
|
Issue #19207: Improved cross-references in the os, os.path, and posix modules
Serhiy Storchaka
2013-10-13
3
-35/+37
|
\
\
|
|
/
|
*
Issue #19207: Improved cross-references in the os, os.path, and posix modules
Serhiy Storchaka
2013-10-13
3
-34/+36
*
|
Improve #19204: Improved cross-references in the urllib package documentation.
Serhiy Storchaka
2013-10-13
4
-25/+30
|
\
\
|
|
/
|
*
Improve #19204: Improved cross-references in the urllib package documentation.
Serhiy Storchaka
2013-10-13
4
-25/+30
*
|
merge with 3.3
Georg Brandl
2013-10-13
2
-3/+6
|
\
\
|
|
/
|
*
Refer to strftime(3) manpage for platform specific format codes.
Georg Brandl
2013-10-13
2
-3/+6
*
|
Issue #19198: Improved cross-references in the cgi module documentation.
Serhiy Storchaka
2013-10-13
1
-17/+19
|
\
\
|
|
/
|
*
Issue #19198: Improved cross-references in the cgi module documentation.
Serhiy Storchaka
2013-10-13
1
-17/+19
*
|
Issue #17827: document codecs.encode and codecs.decode
Nick Coghlan
2013-10-13
1
-0/+19
|
\
\
|
|
/
|
*
Issue #17827: Document codecs.encode and codecs.decode
Nick Coghlan
2013-10-13
1
-0/+19
*
|
Docs tweaks for contextlib additions
Nick Coghlan
2013-10-13
1
-2/+12
*
|
merge with 3.3
Georg Brandl
2013-10-13
1
-0/+4
|
\
\
|
|
/
|
*
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
Georg Brandl
2013-10-13
1
-0/+4
*
|
Back out accidentally pushed changeset b51218966201.
Georg Brandl
2013-10-13
1
-28/+0
*
|
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
Georg Brandl
2013-10-13
1
-0/+28
*
|
Issue #19218: Rename collections.abc to _collections_abc in order to speed up...
Christian Heimes
2013-10-13
1
-1/+1
*
|
merge
Raymond Hettinger
2013-10-12
2
-0/+15
|
\
\
|
|
/
|
*
Issue #19202: Add cross-reference and a rough code equivalent
Raymond Hettinger
2013-10-12
2
-0/+15
*
|
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Christian Heimes
2013-10-12
1
-0/+43
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-4/+11
|
\
\
|
|
/
|
*
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
Georg Brandl
2013-10-12
1
-4/+11
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-5/+7
|
\
\
|
|
/
|
*
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ...
Georg Brandl
2013-10-12
1
-5/+7
*
|
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger
2013-10-11
1
-3/+3
*
|
#18764: p(rint) -> p in pdb docs.
R David Murray
2013-10-10
1
-1/+7
*
|
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-4/+4
*
|
18764: remove the problematic 'print' alias for the PDB 'p' command.
R David Murray
2013-10-10
1
-3/+3
[next]