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 #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+3
*
#19319: fix ctypes docs: sizeof is an operator in C, not a function.
Ezio Melotti
2013-10-21
1
-2/+2
*
#19238, #19289: fix description of the align and fill values of the format sp...
Ezio Melotti
2013-10-20
1
-6/+6
*
Fix markup.
Serhiy Storchaka
2013-10-18
1
-2/+2
*
Fix inaccurate versionchanged tag for compressobj(): most parameter were ther...
Georg Brandl
2013-10-17
1
-2/+1
*
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
|
\
|
*
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
36
-120/+134
|
/
*
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
-34/+36
*
Improve #19204: Improved cross-references in the urllib package documentation.
Serhiy Storchaka
2013-10-13
4
-25/+30
*
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 #17827: Document codecs.encode and codecs.decode
Nick Coghlan
2013-10-13
1
-0/+19
*
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
Georg Brandl
2013-10-13
1
-0/+4
*
Issue #19202: Add cross-reference and a rough code equivalent
Raymond Hettinger
2013-10-12
2
-0/+15
*
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
Georg Brandl
2013-10-12
1
-4/+11
*
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ...
Georg Brandl
2013-10-12
1
-5/+7
*
#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
*
Fix wrong link.
Georg Brandl
2013-10-08
1
-1/+1
*
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...
Georg Brandl
2013-10-06
1
-1/+5
*
Use the platform-independent way of calling a script from the shell: "python ...
Georg Brandl
2013-10-06
1
-4/+4
*
Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@.
Georg Brandl
2013-10-06
1
-2/+2
*
Fix: >= and so on are usually called "comparison operators", not "logical ope...
Georg Brandl
2013-10-06
1
-3/+3
*
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
Georg Brandl
2013-10-06
1
-2/+2
*
Fix typo in function name.
Georg Brandl
2013-10-06
1
-1/+1
*
Closes #15432: GzipFile mtime argument is new in 3.1.
Georg Brandl
2013-10-06
1
-5/+3
*
Closes #15228: remove reference to Unix "touch"; it is confusing since the pa...
Georg Brandl
2013-10-06
1
-2/+0
*
Closes #11807: document argparse add_subparsers method better.
Georg Brandl
2013-10-06
1
-1/+28
*
Closes #15213: update comment for _PyOS_URandom
Georg Brandl
2013-10-06
1
-2/+3
*
The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
Georg Brandl
2013-10-06
1
-2/+4
*
Closes #19177: replace dead link to SSL/TLS introduction with the version fro...
Georg Brandl
2013-10-06
1
-3/+3
*
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ft...
Georg Brandl
2013-10-06
1
-13/+13
*
Closes #12350: clarify blocks/block size members of stat result.
Georg Brandl
2013-10-06
1
-2/+2
*
Fix typo. Spotted by Bo Bayles on docs@.
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
*
Fix missing class name in markup. Found by Tanky Woo on docs@.
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
*
Fix method name: ensure_directories, not create_directories. Found by Michael...
Georg Brandl
2013-10-06
1
-2/+2
*
PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
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
*
Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on ...
Georg Brandl
2013-10-06
1
-1/+1
*
Counter: fix recipe for "n least common elements". Found by Mikhail Golubev o...
Georg Brandl
2013-10-06
1
-1/+1
*
Fix typo.
Georg Brandl
2013-10-06
1
-1/+1
*
Closes #15956: improve documentation of named groups and how to reference them.
Georg Brandl
2013-10-06
1
-14/+26
*
Closes #13951: Add a "faulthandler" reference in the ctypes docs talking abou...
Georg Brandl
2013-10-06
1
-1/+3
*
Closes #18927: Lock.acquire only accepts -1 or positive values for timeout.
Georg Brandl
2013-10-06
1
-1/+1
*
Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ke...
Georg Brandl
2013-10-06
1
-1/+1
[next]