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
*
Issue 3270: document Listener address restrictions on windows
Jesse Noller
2009-04-01
1
-0/+6
*
Fix multiprocessing.event to match the new threading.Event API
Jesse Noller
2009-04-01
1
-0/+6
*
Fix for failing asyncore tests.
Josiah Carlson
2009-04-01
1
-1/+2
*
Dont shout to users.
Georg Brandl
2009-03-31
1
-1/+1
*
Improve examples for collections.deque()
Raymond Hettinger
2009-03-31
1
-25/+24
*
#5018: remove confusing paragraph.
Georg Brandl
2009-03-31
1
-7/+5
*
#5583 Added optional Extensions in Distutils
Tarek Ziadé
2009-03-31
1
-0/+4
*
#3427: document correct return type for urlopen().info().
Georg Brandl
2009-03-31
1
-1/+1
*
#5563: more documentation for bdist_msi.
Georg Brandl
2009-03-31
1
-1/+9
*
#5598: document DocFileSuite *args argument.
Georg Brandl
2009-03-31
1
-32/+34
*
#1530012: move TQS section before raw strings.
Georg Brandl
2009-03-31
1
-15/+14
*
#1674032: return value of flag from Event.wait(). OKed by Guido.
Georg Brandl
2009-03-31
1
-3/+9
*
Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
Gregory P. Smith
2009-03-31
1
-0/+21
*
#5618: fix typo.
Georg Brandl
2009-03-31
1
-1/+1
*
#4411: document mro() and __mro__. (I hope I got it right.)
Georg Brandl
2009-03-31
1
-1/+16
*
Fix-up unwanted change.
Georg Brandl
2009-03-31
1
-1/+1
*
#1096310: document usage of sys.__std*__ a bit better.
Georg Brandl
2009-03-31
1
-3/+8
*
#4882: document named group behavior a bit better.
Georg Brandl
2009-03-31
1
-7/+9
*
#5241: document missing U in regex howto.
Georg Brandl
2009-03-31
1
-0/+12
*
#5227: note that Py_Main doesnt return on SystemExit.
Georg Brandl
2009-03-31
1
-0/+4
*
#5245: note that PyRun_SimpleString doesnt return on SystemExit.
Georg Brandl
2009-03-31
1
-0/+4
*
#837577: note cryptic return value of spawn*e on invalid env dicts.
Georg Brandl
2009-03-31
1
-1/+3
*
#970783: document PyObject_Generic[GS]etAttr.
Georg Brandl
2009-03-31
1
-0/+21
*
#992207: document that the parser only accepts \\n newlines.
Georg Brandl
2009-03-31
1
-1/+6
*
The unittest.TestCase.assertEqual() now displays the differences in lists,
Gregory P. Smith
2009-03-31
1
-21/+205
*
#5417: replace references to undocumented functions by ones to documented fun...
Georg Brandl
2009-03-31
1
-12/+13
*
#1386675: specify WindowsError as the exception, because it has a winerror at...
Georg Brandl
2009-03-31
1
-9/+8
*
#5529: backport new docs of import semantics written by Brett to 2.x.
Georg Brandl
2009-03-31
3
-52/+177
*
#5581: fget argument of abstractproperty is optional as well.
Georg Brandl
2009-03-31
1
-1/+2
*
#5566: fix versionadded from PyLong ssize_t functions.
Georg Brandl
2009-03-31
1
-3/+3
*
#5519: remove reference to Kodos, which seems dead.
Georg Brandl
2009-03-31
1
-7/+1
*
Add various items
Andrew M. Kuchling
2009-03-31
1
-9/+55
*
Add more items
Andrew M. Kuchling
2009-03-30
1
-4/+46
*
typo fix
Andrew M. Kuchling
2009-03-30
1
-1/+1
*
#5039: make it clear that the impl. note refers to CPython.
Georg Brandl
2009-03-30
1
-2/+3
*
A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),
Barry Warsaw
2009-03-30
1
-1/+2
*
Many edits
Andrew M. Kuchling
2009-03-30
1
-75/+74
*
Add several items and placeholders
Andrew M. Kuchling
2009-03-30
1
-42/+90
*
Remove comment
Andrew M. Kuchling
2009-03-30
1
-2/+0
*
Typo fixes
Andrew M. Kuchling
2009-03-30
1
-2/+2
*
#5199: make warning about vars() assignment more visible.
Georg Brandl
2009-03-30
1
-2/+6
*
Fix for issue 13095
Ronald Oussoren
2009-03-30
1
-1/+1
*
Fix for issue 896199 (some Carbon modules aren't present in the documentation)
Ronald Oussoren
2009-03-30
1
-0/+262
*
there's actually three methods here #5600
Benjamin Peterson
2009-03-30
1
-2/+2
*
use the awesome new status iterator
Benjamin Peterson
2009-03-29
1
-1/+3
*
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
Mark Dickinson
2009-03-29
1
-1/+1
*
fix consistency
Benjamin Peterson
2009-03-29
1
-2/+2
*
stop the versionchanged directive from hiding the docs
Benjamin Peterson
2009-03-29
1
-5/+7
*
a more realistic example
Benjamin Peterson
2009-03-29
1
-1/+15
*
Add section numbering to some of the larger subdocuments.
Georg Brandl
2009-03-28
7
-0/+7
[next]