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
...
*
|
Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Ge...
Georg Brandl
2013-10-09
1
-1/+1
*
|
#19194: Improved cross-references in the fcntl module documentation.
Serhiy Storchaka
2013-10-09
1
-20/+24
|
\
\
|
|
/
|
*
#19194: Improved cross-references in the fcntl module documentation.
Serhiy Storchaka
2013-10-09
1
-20/+24
*
|
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
2
-50/+53
|
\
\
|
|
/
|
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
2
-50/+53
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
1
-7/+15
*
|
merge with 3.3
Georg Brandl
2013-10-08
1
-1/+1
|
\
\
|
|
/
|
*
Fix wrong link.
Georg Brandl
2013-10-08
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+5
|
\
\
|
|
/
|
*
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...
Georg Brandl
2013-10-06
1
-1/+5
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-4/+4
|
\
\
|
|
/
|
*
Use the platform-independent way of calling a script from the shell: "python ...
Georg Brandl
2013-10-06
1
-4/+4
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+2
|
\
\
|
|
/
|
*
Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@.
Georg Brandl
2013-10-06
1
-2/+2
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-3/+3
|
\
\
|
|
/
|
*
Fix: >= and so on are usually called "comparison operators", not "logical ope...
Georg Brandl
2013-10-06
1
-3/+3
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+2
|
\
\
|
|
/
|
*
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
Georg Brandl
2013-10-06
1
-2/+2
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in function name.
Georg Brandl
2013-10-06
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-5/+3
|
\
\
|
|
/
|
*
Closes #15432: GzipFile mtime argument is new in 3.1.
Georg Brandl
2013-10-06
1
-5/+3
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+0
|
\
\
|
|
/
|
*
Closes #15228: remove reference to Unix "touch"; it is confusing since the pa...
Georg Brandl
2013-10-06
1
-2/+0
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+28
|
\
\
|
|
/
|
*
Closes #11807: document argparse add_subparsers method better.
Georg Brandl
2013-10-06
1
-1/+28
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+3
|
\
\
|
|
/
|
*
Closes #15213: update comment for _PyOS_URandom
Georg Brandl
2013-10-06
1
-2/+3
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+4
|
\
\
|
|
/
|
*
The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
Georg Brandl
2013-10-06
1
-2/+4
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-3/+3
|
\
\
|
|
/
|
*
Closes #19177: replace dead link to SSL/TLS introduction with the version fro...
Georg Brandl
2013-10-06
1
-3/+3
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-13/+13
|
\
\
|
|
/
|
*
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ft...
Georg Brandl
2013-10-06
1
-13/+13
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+2
|
\
\
|
|
/
|
*
Closes #12350: clarify blocks/block size members of stat result.
Georg Brandl
2013-10-06
1
-2/+2
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo. Spotted by Bo Bayles on docs@.
Georg Brandl
2013-10-06
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edw...
Georg Brandl
2013-10-06
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix missing class name in markup. Found by Tanky Woo on docs@.
Georg Brandl
2013-10-06
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix example in backreference description. Found by Alexander Heger on docs@.
Georg Brandl
2013-10-06
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+2
|
\
\
|
|
/
|
*
Fix method name: ensure_directories, not create_directories. Found by Michael...
Georg Brandl
2013-10-06
1
-2/+2
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
Georg Brandl
2013-10-06
1
-1/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix minor bug in httplib example. Found by Alex MacAulay on docs@.
Georg Brandl
2013-10-06
1
-1/+1
[prev]
[next]