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
*
typo fix
Andrew M. Kuchling
2008-09-02
1
-1/+1
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
1
-0/+50
*
Describe the __hash__ changes
Andrew M. Kuchling
2008-09-02
1
-1/+25
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
1
-5/+6
*
Bug #3738: Documentation is now more accurate in describing handler close met...
Vinay Sajip
2008-09-01
1
-4/+6
*
Added section about configuring logging in a library. Thanks to Thomas Heller...
Vinay Sajip
2008-09-01
1
-0/+39
*
#3749: fix c'n'p errors.
Georg Brandl
2008-09-01
1
-3/+3
*
Update patch/bug count
Andrew M. Kuchling
2008-08-31
1
-2/+2
*
Last batch of edits; remove the 'other changes' section
Andrew M. Kuchling
2008-08-31
1
-101/+102
*
Edit the library section, rearranging items to flow better and making lots of...
Andrew M. Kuchling
2008-08-31
1
-263/+277
*
Issue 2235: document the ability to block inheritance of __hash__ in the lang...
Nick Coghlan
2008-08-31
1
-2/+18
*
More edits
Andrew M. Kuchling
2008-08-31
1
-56/+57
*
More edits; markup fixes
Andrew M. Kuchling
2008-08-30
1
-75/+75
*
Fix markup.
Georg Brandl
2008-08-30
1
-1/+1
*
Edit four more sections
Andrew M. Kuchling
2008-08-30
1
-41/+54
*
Correction from Antoine Pitrou: BufferedWriter and Reader support seek()
Andrew M. Kuchling
2008-08-30
1
-7/+8
*
Tidy up some sentences
Andrew M. Kuchling
2008-08-30
1
-14/+14
*
Partial edits from revision and tidying pass
Andrew M. Kuchling
2008-08-30
1
-61/+84
*
super() actually returns a super object.
Georg Brandl
2008-08-30
1
-1/+2
*
#3569: eval() also accepts "exec"able code objects.
Georg Brandl
2008-08-30
1
-4/+4
*
#3716: fix typo.
Georg Brandl
2008-08-30
1
-1/+1
*
#3730: mention "server" attribute explicitly.
Georg Brandl
2008-08-30
1
-0/+5
*
#3711: .dll isn't a valid Python extension anymore.
Georg Brandl
2008-08-28
1
-4/+8
*
Add various items
Andrew M. Kuchling
2008-08-27
1
-8/+20
*
Add an item and a note
Andrew M. Kuchling
2008-08-27
1
-5/+6
*
Trim whitespace; add a few updates
Andrew M. Kuchling
2008-08-27
1
-66/+105
*
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Benjamin Peterson
2008-08-26
1
-0/+8
*
Clarify that some attributes/methods are listed somewhat separately because t...
Brett Cannon
2008-08-24
1
-1/+2
*
remove note about unimplemented feature
Benjamin Peterson
2008-08-24
1
-5/+1
*
fix warning
Benjamin Peterson
2008-08-23
1
-1/+1
*
Small updates to types member docs, backport from r65994.
Georg Brandl
2008-08-23
1
-14/+8
*
fix up the multiprocessing docs a little
Benjamin Peterson
2008-08-20
1
-34/+22
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
1
-9/+0
*
allow keyword args to be passed in after *args #3473
Benjamin Peterson
2008-08-19
1
-9/+10
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
6
-15/+15
*
Fix grammar.
Georg Brandl
2008-08-18
1
-1/+1
*
update the threading docs to account for recent changes
Benjamin Peterson
2008-08-18
1
-22/+21
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
1
-4/+4
*
Fix typo
Nick Coghlan
2008-08-18
1
-1/+1
*
Issue 2235: document PyObject_HashNotImplemented
Nick Coghlan
2008-08-18
2
-0/+18
*
a few improvements
Benjamin Peterson
2008-08-17
1
-2/+2
*
Review symtable docs.
Georg Brandl
2008-08-16
1
-11/+10
*
add some documentation for symtable
Benjamin Peterson
2008-08-16
2
-0/+189
*
note how os.utime should be used for emulating touch
Benjamin Peterson
2008-08-16
1
-9/+10
*
fix markup
Benjamin Peterson
2008-08-16
1
-0/+1
*
document that waitpid raises OSError
Gregory P. Smith
2008-08-15
1
-0/+3
*
#3558: Attribute reference binds more tightly than subscription and call.
Georg Brandl
2008-08-15
1
-3/+3
*
Fix markup for various binary operation examples where the operands were bolded
Brett Cannon
2008-08-14
1
-6/+6
*
update ssl documentation
Bill Janssen
2008-08-12
1
-0/+9
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
2
-2/+18
[next]