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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nits.
Raymond Hettinger
2005-06-15
1
-2/+3
*
Missed this documentation change about my marshal-floats-binarywise
Michael W. Hudson
2005-06-15
1
-3/+4
*
[Bug #1219862] Document correct argument range for pair_content()
Andrew M. Kuchling
2005-06-14
1
-1/+1
*
SF bug #1219448: small output bug
Raymond Hettinger
2005-06-14
1
-1/+1
*
SF bug #1215887: String and list methods documentation deeply hidden
Raymond Hettinger
2005-06-14
1
-5/+14
*
fix typo. \var vs \variable
Gregory P. Smith
2005-06-11
1
-1/+1
*
Clarify docs about os.popen[234].
Georg Brandl
2005-06-10
1
-2/+2
*
The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from
Armin Rigo
2005-06-10
1
-12/+0
*
Add untokenize() function to allow full round-trip tokenization.
Raymond Hettinger
2005-06-10
1
-0/+52
*
[Bug #1079134] Mention change to date comparisons; bump version info and rele...
Andrew M. Kuchling
2005-06-09
1
-4/+10
*
[Bug #1149413] 'psize' argument should be 'pgsize'
Andrew M. Kuchling
2005-06-08
1
-2/+2
*
Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are
Skip Montanaro
2005-06-08
1
-5/+5
*
[Bug #1170422] Use correct option name
Andrew M. Kuchling
2005-06-07
1
-1/+1
*
Add a decimal FAQ
Raymond Hettinger
2005-06-07
1
-2/+155
*
Documentation clarified re. config socket listener protocol
Vinay Sajip
2005-06-05
1
-1/+4
*
Bug #1184380: extending&embedding example broken
Georg Brandl
2005-06-05
1
-1/+1
*
Bug #1210001: typo in email doc
Georg Brandl
2005-06-04
1
-1/+1
*
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
Hye-Shik Chang
2005-06-04
1
-1/+1
*
[Bug #1209880] Describe only the True/False return values from lock.acquire()
Andrew M. Kuchling
2005-06-02
2
-4/+3
*
[Bug #1193001] Make the notation section use the same productionlist env. as ...
Andrew M. Kuchling
2005-06-02
1
-5/+5
*
Patch #1212117: Add optional attribute st_flags to os.stat_result
Hye-Shik Chang
2005-06-02
1
-0/+1
*
added GET/SETANNOTATION methods
Piers Lauder
2005-06-01
1
-0/+10
*
[Bug #1105706] Use correct name for constant
Andrew M. Kuchling
2005-06-01
1
-2/+2
*
[Bug #1123268] Fix typo
Andrew M. Kuchling
2005-06-01
1
-1/+1
*
[Bug #1181939] Remove incorrect text about __init__; move map discussion into...
Andrew M. Kuchling
2005-06-01
1
-5/+4
*
[Bug #1194249] Fix duplicate assignment in example code
Andrew M. Kuchling
2005-06-01
1
-1/+1
*
SF bug #1209411: divmod documentation shd reference // not /
Raymond Hettinger
2005-05-31
2
-2/+2
*
SF bug #1202395: Description of string.lstrip() needs improvement
Raymond Hettinger
2005-05-31
1
-15/+33
*
SF bug #1209671: dict.popitem documentation should mention empty dict case
Raymond Hettinger
2005-05-27
1
-1/+2
*
Fix:
Michael W. Hudson
2005-05-26
1
-0/+2
*
fix description of the input range of unichr()
Fred Drake
2005-05-25
1
-1/+2
*
update documentation on what constitutes a line in a source file
Fred Drake
2005-05-25
1
-5/+12
*
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
Skip Montanaro
2005-05-16
1
-1/+5
*
Add better datetime support to xmlrpclib module. Closes patch #1120353.
Skip Montanaro
2005-05-14
1
-13/+35
*
SF bug #1201807: Glossary listing bug
Raymond Hettinger
2005-05-14
1
-1/+1
*
Incorporate a lightly edited version of the SocketServer module's docstring
Skip Montanaro
2005-05-12
1
-1/+82
*
SF bug #1190451: 6.9 First sentence is confusing
Raymond Hettinger
2005-04-28
1
-7/+8
*
Fix
Michael W. Hudson
2005-04-27
1
-2/+2
*
Fix typo.
Raymond Hettinger
2005-04-26
1
-1/+1
*
Correct swapped descriptions of empty string splits.
Raymond Hettinger
2005-04-19
1
-2/+2
*
SF patch #1180062 by George Yoshida:
Walter Dörwald
2005-04-14
2
-3/+3
*
get_method() returns a method name, not take it as an argument
Fred Drake
2005-04-13
1
-2/+2
*
SF bug #1180392: StringIO's docs should mention overwriting of initial value
Raymond Hettinger
2005-04-11
1
-0/+1
*
SF bug #1179957: Missing def'n of equality for set elements
Raymond Hettinger
2005-04-10
2
-1/+7
*
Fill out one section
Andrew M. Kuchling
2005-04-09
1
-3/+20
*
Add more text
Andrew M. Kuchling
2005-04-09
1
-7/+29
*
Add grammar change for allowing ``class B(): pass`` syntax.
Brett Cannon
2005-04-09
1
-1/+1
*
SF bug #1178269 Clarify when isMappingType/isSequenceType is True.
Raymond Hettinger
2005-04-07
1
-3/+5
*
SF bug #1178255: 256 should read 255 in operator module docs
Raymond Hettinger
2005-04-07
1
-1/+1
*
Added threadName to LogRecord
Vinay Sajip
2005-03-31
1
-0/+1
[next]