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
*
#4478: document that copyfile() can raise Error.
Georg Brandl
2008-12-05
1
-1/+2
*
#4441 followup: Add link to open() docs for Windows.
Georg Brandl
2008-12-05
1
-2/+2
*
Use markup.
Georg Brandl
2008-12-05
1
-2/+2
*
#4441: improve doc for os.open() flags.
Georg Brandl
2008-12-05
1
-12/+10
*
#4409: fix asterisks looking like footnotes.
Georg Brandl
2008-12-05
1
-6/+6
*
#4408: document regex.groups.
Georg Brandl
2008-12-05
1
-0/+5
*
rename the new check_call_output to check_output. its less ugly.
Gregory P. Smith
2008-12-05
1
-3/+3
*
Clarification to avoid confusing output with file descriptors.
Georg Brandl
2008-12-04
1
-1/+1
*
Adds a subprocess.check_call_output() function to return the output from a
Gregory P. Smith
2008-12-04
1
-0/+24
*
Add another heapq example.
Georg Brandl
2008-12-04
1
-0/+15
*
Issue #4384: Added logging integration with warnings module using captureWarn...
Vinay Sajip
2008-12-03
1
-0/+15
*
StringIO.close() stops you from using the buffer, too
Benjamin Peterson
2008-11-30
1
-1/+2
*
mp docs - fix issues 4012,3518,4193
Jesse Noller
2008-11-28
1
-20/+108
*
fix typo in sqlite3 docs
Benjamin Peterson
2008-11-26
1
-2/+2
*
#4404: make clear what "path" is.
Georg Brandl
2008-11-24
1
-4/+4
*
Fix typo.
Georg Brandl
2008-11-24
1
-1/+1
*
replace reference to debugger-hooks
Benjamin Peterson
2008-11-24
1
-2/+3
*
#4399: fix typo.
Georg Brandl
2008-11-23
1
-1/+1
*
#4392: fix parameter name.
Georg Brandl
2008-11-23
1
-4/+4
*
#4364: fix attribute name on ctypes object.
Georg Brandl
2008-11-22
1
-2/+2
*
Fixed issue #4233.
Amaury Forgeot d'Arc
2008-11-20
1
-2/+4
*
fix indentation and a sphinx warning
Benjamin Peterson
2008-11-20
1
-5/+4
*
move useful sys.settrace information to the function's documentation from the...
Benjamin Peterson
2008-11-20
2
-65/+50
*
Clarify the docs for the 'strict' argument to httplib.HTTPConnection.
Brett Cannon
2008-11-15
1
-1/+2
*
#4324: fix getlocale() argument.
Georg Brandl
2008-11-15
1
-1/+1
*
use correct name
Benjamin Peterson
2008-11-11
1
-1/+1
*
clarify what was added
Benjamin Peterson
2008-11-08
1
-1/+1
*
move context clue to versionchanged tag
Benjamin Peterson
2008-11-08
1
-8/+11
*
a few compile() and ast doc improvements
Benjamin Peterson
2008-11-08
2
-15/+15
*
#4245: move Thread section to the top.
Georg Brandl
2008-11-06
1
-160/+160
*
#4267: small fixes in sqlite3 docs.
Georg Brandl
2008-11-06
1
-8/+7
*
#4268: Use correct module for two toplevel functions.
Georg Brandl
2008-11-06
1
-0/+1
*
#4167: fix markup glitches.
Georg Brandl
2008-11-04
1
-4/+4
*
clarify by splitting into multiple paragraphs
Benjamin Peterson
2008-11-03
1
-5/+9
*
rephrase has_key doc
Benjamin Peterson
2008-10-31
1
-1/+2
*
finish backporting binary literals and new octal literals docs
Benjamin Peterson
2008-10-30
1
-8/+9
*
backport bin() documentation
Benjamin Peterson
2008-10-30
1
-0/+9
*
mention the version gettempdir() was added
Benjamin Peterson
2008-10-29
1
-0/+2
*
Use the correct names of the stateless codec functions (Fixes issue 4178).
Walter Dörwald
2008-10-23
1
-3/+3
*
and another typo...
Benjamin Peterson
2008-10-22
1
-2/+1
*
fix a few typos
Benjamin Peterson
2008-10-22
1
-7/+7
*
mention -n
Benjamin Peterson
2008-10-19
1
-2/+2
*
Fix duplicate word.
Georg Brandl
2008-10-17
1
-1/+1
*
clarify CALL_FUNCTION #4141
Benjamin Peterson
2008-10-17
1
-1/+2
*
part of #4012: kill off old name "processing".
Georg Brandl
2008-10-16
1
-5/+5
*
#4131: FF3 doesn't write cookies.txt files.
Georg Brandl
2008-10-16
1
-0/+5
*
document that deque indexing is O(n) #4123
Benjamin Peterson
2008-10-16
1
-1/+3
*
add a much requested newline
Benjamin Peterson
2008-10-15
1
-1/+2
*
document how to disable fixers
Benjamin Peterson
2008-10-13
1
-6/+10
*
talk about how you can unzip with zip
Benjamin Peterson
2008-10-10
1
-0/+12
[next]