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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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 description of the input range of unichr()
Fred Drake
2005-05-25
1
-1/+2
*
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
*
Incorporate a lightly edited version of the SocketServer module's docstring
Skip Montanaro
2005-05-12
1
-1/+82
*
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
*
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
*
Minor wording fix.
Michael W. Hudson
2005-03-30
1
-2/+3
*
Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.
Martin v. Löwis
2005-03-28
1
-1/+3
*
SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT
Greg Ward
2005-03-28
1
-8/+9
*
Fix whitespace.
Raymond Hettinger
2005-03-27
1
-1/+1
*
SF patch #1171417: bug fix for islice() in docs
Raymond Hettinger
2005-03-27
1
-9/+7
*
correct ontosys url - closes 1167329
Skip Montanaro
2005-03-21
1
-1/+1
*
Fill-in missing argspec.
Raymond Hettinger
2005-03-19
1
-1/+1
*
Add a remove() method to collections.deque objects.
Raymond Hettinger
2005-03-18
1
-0/+6
*
add UnicodeReader and UnicodeWriter example classes
Skip Montanaro
2005-03-18
1
-0/+35
*
Revised the itertools quantifier recipes to match the performance of the
Raymond Hettinger
2005-03-11
1
-8/+8
*
Add two new functions, any() and all().
Raymond Hettinger
2005-03-11
1
-0/+26
*
Fix test for socket.getfqdn() to also include the name returned by
Brett Cannon
2005-03-11
1
-2/+2
*
operator.itemgetter() and operator.attrgetter() now support extraction
Raymond Hettinger
2005-03-09
1
-4/+11
*
hmmm... moving def'n of version makes the __init__ unnecessary for the
Skip Montanaro
2005-03-09
1
-2/+0
*
Correct description/example of how to override User-agent.
Skip Montanaro
2005-03-09
1
-4/+4
*
Make functional.partial() more closely match the spec by emulating some usefu...
Raymond Hettinger
2005-03-08
1
-0/+8
*
SF #818006: merge from release24-maint branch: add useful read-only
Greg Ward
2005-03-07
1
-1/+16
*
Patch #918101: Add tarfile open mode r|* for auto-detection of the
Martin v. Löwis
2005-03-05
1
-1/+2
*
Patch #1043890: tarfile: add extractall() method.
Martin v. Löwis
2005-03-04
1
-0/+25
*
minor edits:
Fred Drake
2005-03-03
1
-3/+4
*
Patches #749830, #1144555: allow UNIX mmap size to default to current
Martin v. Löwis
2005-03-03
1
-2/+4
*
Document quiet parameter to decode. Fixes #803413.
Martin v. Löwis
2005-03-03
1
-1/+5
*
Noted that the module is new in version 2.5.
Raymond Hettinger
2005-03-02
1
-0/+1
*
Improve (?) description of system dependence of access to the pw_passwd
Skip Montanaro
2005-03-02
1
-2/+5
*
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Raymond Hettinger
2005-02-28
2
-0/+73
*
Update an example to match current output.
Raymond Hettinger
2005-02-23
1
-3/+1
*
Document missing opcodes.
Raymond Hettinger
2005-02-21
1
-0/+8
[prev]
[next]