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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set bug/patch count. Take a bow, everyone!
Andrew M. Kuchling
2006-07-29
1
-1/+1
*
[Bug #1528258] Mention that the 'data' argument can be None.
Andrew M. Kuchling
2006-07-29
1
-3/+13
*
Fix typo
Matt Fleming
2006-07-29
1
-1/+1
*
Tweak wording
Andrew M. Kuchling
2006-07-29
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2006-07-29
1
-1/+1
*
[Bug #1530382] Document SSL.server(), .issuer() methods
Andrew M. Kuchling
2006-07-29
1
-0/+52
*
[Bug #1414697] Change docstring of set/frozenset types to specify that the co...
Andrew M. Kuchling
2006-07-29
1
-2/+2
*
Fix docstring punctuation
Andrew M. Kuchling
2006-07-29
1
-2/+2
*
[Bug #1519571] Document some missing functions: setup(), title(), done()
Andrew M. Kuchling
2006-07-29
1
-0/+39
*
[Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the d...
Andrew M. Kuchling
2006-07-29
1
-4/+7
*
Reword paragraph to match the order of the subsequent sections
Andrew M. Kuchling
2006-07-29
1
-2/+2
*
Update URL
Andrew M. Kuchling
2006-07-29
1
-1/+1
*
Add example
Andrew M. Kuchling
2006-07-29
1
-0/+13
*
update target version number
Fred Drake
2006-07-29
1
-2/+2
*
Revert rev 42617, it was introduced to work around bug #1441397.
Georg Brandl
2006-07-29
1
-7/+0
*
Bug #1441397: The compiler module now recognizes module and function
Georg Brandl
2006-07-29
3
-0/+12
*
Bug #835255: The "closure" argument to new.function() is now documented.
Georg Brandl
2006-07-29
1
-2/+5
*
Patch #1529514: More openbsd platforms for ctypes.
Thomas Heller
2006-07-28
3
-84/+61
*
Fix svn merge spew.
Phillip J. Eby
2006-07-28
1
-4/+0
*
Bug #1529871: The speed enhancement patch #921466 broke Python's compliance
Phillip J. Eby
2006-07-28
4
-38/+161
*
Remove a useless XXX comment.
Thomas Heller
2006-07-28
1
-7/+7
*
Fix spelling.
Georg Brandl
2006-07-28
4
-4/+4
*
Patch #1529686: also run test_email_codecs with regrtest.py.
Georg Brandl
2006-07-28
2
-7/+11
*
Add example. Should I propagate this example to all the other DBM-ish module...
Andrew M. Kuchling
2006-07-28
1
-0/+26
*
Don't overwrite built-in name; add some blank lines for readability
Andrew M. Kuchling
2006-07-28
1
-1/+3
*
Add example
Andrew M. Kuchling
2006-07-28
1
-1/+44
*
Add example
Andrew M. Kuchling
2006-07-28
1
-0/+12
*
Typo fix
Andrew M. Kuchling
2006-07-28
1
-1/+1
*
[Patch #1529811] Correction to description of r|* mode
Andrew M. Kuchling
2006-07-28
1
-3/+3
*
Allow socketmodule to compile on NetBSD -current, whose bluetooth API
Matt Fleming
2006-07-28
3
-0/+12
*
Add UUID for upcoming 2.5b3.
Martin v. Löwis
2006-07-28
1
-0/+1
*
Try to find the MAC addr on various flavours of Unix. This seems hopeless.
Neal Norwitz
2006-07-28
1
-5/+31
*
Live with that "the hardware address" is an ill-defined
Tim Peters
2006-07-28
3
-20/+38
*
Ensure the actual number matches the expected count
Neal Norwitz
2006-07-28
1
-3/+4
*
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
Gregory P. Smith
2006-07-28
3
-9/+38
*
News about the repaired memory leak in defaultdict.
Tim Peters
2006-07-28
1
-0/+3
*
defdict_reduce(): Plug leaks.
Tim Peters
2006-07-28
1
-10/+11
*
Enable the building of the _types module on Windows.
Barry Warsaw
2006-07-27
2
-6/+12
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-07-27
0
-0/+0
*
Whitespace normalization.
Tim Peters
2006-07-27
1
-1/+1
*
Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally
Tim Peters
2006-07-27
3
-7/+11
*
Patch #1520294: Support for getset and member descriptors in types.py,
Barry Warsaw
2006-07-27
10
-10/+236
*
Add example
Andrew M. Kuchling
2006-07-27
1
-0/+12
*
Add example
Andrew M. Kuchling
2006-07-27
1
-0/+14
*
Reword paragraph
Andrew M. Kuchling
2006-07-27
1
-3/+2
*
check_node(): stop spraying mystery output to stderr.
Tim Peters
2006-07-27
1
-8/+11
*
If binhex is higher-level than binascii, it should come first in the chapter
Andrew M. Kuchling
2006-07-27
1
-1/+1
*
Mention base64 module; rewrite last sentence to be more positive
Andrew M. Kuchling
2006-07-27
1
-4/+5
*
Add punctuation mark; add some examples
Andrew M. Kuchling
2006-07-27
1
-1/+25
*
Update URL; add example
Andrew M. Kuchling
2006-07-27
1
-1/+19
[next]