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
...
*
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
*
#3540: fix exception name.
Georg Brandl
2008-08-11
1
-1/+1
*
accept issue 3436
Skip Montanaro
2008-08-08
1
-0/+12
*
Remove mention of backquotes in the tutorial.
Georg Brandl
2008-08-08
1
-6/+1
*
#3519: callee is an expression too.
Georg Brandl
2008-08-08
1
-1/+1
*
Add some items
Andrew M. Kuchling
2008-08-07
1
-5/+23
*
Fix longstringitem definition. #3505.
Georg Brandl
2008-08-06
1
-1/+1
*
more cleanup ups of the recently added warnings in the subprocess docs.
Gregory P. Smith
2008-08-04
1
-5/+6
*
Issue 643841: better documentation of the special method lookup process, espe...
Nick Coghlan
2008-08-04
1
-43/+147
*
Clarify the meaning of the select() parameters and sync
Georg Brandl
2008-08-04
1
-12/+18
*
Template is always "tmp".
Georg Brandl
2008-08-04
1
-2/+1
*
Fix markup.
Georg Brandl
2008-08-04
1
-15/+12
*
issue1606: Add warnings to the subprocess documentation about common pitfalls
Gregory P. Smith
2008-08-04
1
-0/+16
*
#3495: use current version.
Georg Brandl
2008-08-03
1
-2/+2
*
Issue #3039: Fix TarFileCompat.writestr() which always raised an
Lars Gustäbel
2008-08-02
1
-0/+4
*
revert last revision; code was right
Benjamin Peterson
2008-08-02
1
-3/+3
*
fix indentation that caused logic bug
Benjamin Peterson
2008-08-02
1
-3/+3
*
This should really be a comment.
Georg Brandl
2008-08-01
1
-4/+7
*
Add the grammar to the reference manual, since the new docs don't
Georg Brandl
2008-08-01
2
-1/+8
*
Tone down math.fsum warning.
Mark Dickinson
2008-08-01
1
-23/+2
*
Alter recipe to show how to call izip_longest() with
Raymond Hettinger
2008-07-31
1
-2/+1
*
Add note about problems with math.fsum on x86 hardware.
Mark Dickinson
2008-07-30
1
-0/+26
*
Rename math.sum to math.fsum
Mark Dickinson
2008-07-30
2
-11/+11
*
getrandombits is actually getrandbits
Benjamin Peterson
2008-07-30
1
-2/+2
*
Neaten-up the itertools recipes.
Raymond Hettinger
2008-07-30
1
-6/+4
*
the from __future__ import with_statement isn't needed in 2.6
Benjamin Peterson
2008-07-29
1
-1/+1
*
Clarify wording
Andrew M. Kuchling
2008-07-28
1
-1/+1
*
clarify Popen argument
Benjamin Peterson
2008-07-27
1
-3/+4
*
Shorten some overlong lines.
Georg Brandl
2008-07-26
1
-3/+6
*
Remove extra words
Andrew M. Kuchling
2008-07-26
1
-1/+1
*
This sentence continues to bug me; rewrite it for the second time
Andrew M. Kuchling
2008-07-26
1
-2/+3
*
fix indentation
Benjamin Peterson
2008-07-25
1
-1/+1
*
document default value for fillvalue
Benjamin Peterson
2008-07-25
1
-3/+4
[prev]
[next]