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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().
Andrew M. Kuchling
2008-01-19
1
-4/+13
*
Clarify thread.join() docs. #1873.
Georg Brandl
2008-01-19
1
-6/+7
*
Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...
Andrew M. Kuchling
2008-01-19
1
-1/+15
*
Polish sentence
Andrew M. Kuchling
2008-01-19
1
-2/+2
*
Amend curses docs by info how to write non-ascii characters.
Georg Brandl
2008-01-19
1
-0/+13
*
Fix markup.
Georg Brandl
2008-01-19
1
-56/+56
*
Several tweaks: add construction from strings and .from_decimal(), change
Jeffrey Yasskin
2008-01-19
1
-2/+12
*
Better variable name in an example.
Raymond Hettinger
2008-01-18
1
-2/+2
*
Added section on passing contextual information to logging and documentation ...
Vinay Sajip
2008-01-18
1
-27/+134
*
Typo fix
Andrew M. Kuchling
2008-01-18
1
-1/+1
*
Fix markup
Raymond Hettinger
2008-01-17
1
-0/+2
*
Fix-up Timer() example.
Raymond Hettinger
2008-01-17
1
-3/+4
*
Add advice on choosing between scheduler and threading.Timer().
Raymond Hettinger
2008-01-17
1
-0/+25
*
Issue #1861: Add read-only attribute listing upcoming events in the order th...
Raymond Hettinger
2008-01-17
1
-1/+6
*
Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339
Gregory P. Smith
2008-01-17
1
-0/+26
*
Note versionadded.
Raymond Hettinger
2008-01-17
1
-0/+4
*
Make starmap() match its pure python definition and accept any itertable inpu...
Raymond Hettinger
2008-01-17
1
-4/+6
*
Minor wordsmithing.
Raymond Hettinger
2008-01-16
2
-9/+29
*
Fix MSDN library URL. (#1854)
Georg Brandl
2008-01-16
1
-1/+1
*
Markup fix
Andrew M. Kuchling
2008-01-16
1
-1/+1
*
Fix-up half-written paragraph in the docs
Raymond Hettinger
2008-01-15
1
-7/+3
*
Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...
Raymond Hettinger
2008-01-15
1
-0/+8
*
Add rational.Rational as an implementation of numbers.Rational with infinite
Jeffrey Yasskin
2008-01-15
2
-0/+66
*
Small grammar nit
Raymond Hettinger
2008-01-15
1
-2/+2
*
Better (?) text describing the lack of guarantees provided by qsize(),
Skip Montanaro
2008-01-15
1
-6/+11
*
Markup fix
Andrew M. Kuchling
2008-01-15
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-01-15
1
-1/+1
*
Now that I've learnt about structseq objects I felt like converting sys.float...
Christian Heimes
2008-01-14
1
-2/+2
*
Applied patch #1816: sys.flags patch
Christian Heimes
2008-01-14
1
-0/+38
*
Clarify the effect of text mode.
Georg Brandl
2008-01-13
1
-1/+3
*
Fix editing glitch.
Georg Brandl
2008-01-12
1
-5/+2
*
Move OSError docs to exceptions doc, remove obsolete descriptions
Georg Brandl
2008-01-12
3
-65/+44
*
Issue 1780: Allow leading and trailing whitespace in Decimal constructor,
Mark Dickinson
2008-01-12
1
-3/+11
*
Update the opcode docs for STORE_MAP and BUILD_MAP
Raymond Hettinger
2008-01-11
1
-3/+7
*
Bug #1790: update link; remove outdated paragraph
Andrew M. Kuchling
2008-01-11
1
-9/+3
*
Documentation for r5990[3567].
Georg Brandl
2008-01-11
4
-3/+29
*
Run doctests on the collections module
Raymond Hettinger
2008-01-11
1
-1/+1
*
Neaten-up the named tuple docs
Raymond Hettinger
2008-01-10
1
-7/+7
*
Closing issue1761.
Amaury Forgeot d'Arc
2008-01-10
1
-1/+3
*
Clarify how to add a field to a named tuple.
Raymond Hettinger
2008-01-10
1
-1/+1
*
Examples for named tuple subclassing should include __slots__
Raymond Hettinger
2008-01-10
1
-3/+4
*
Fix typo
Raymond Hettinger
2008-01-09
1
-1/+1
*
Syntax highlighting only works when >>> lines are accompanied by ... lines
Raymond Hettinger
2008-01-09
1
-8/+8
*
Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs
Georg Brandl
2008-01-08
1
-11/+16
*
Added __enter__ and __exit__ functions to HKEY object
Christian Heimes
2008-01-08
1
-0/+18
*
Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
Andrew M. Kuchling
2008-01-08
1
-2/+6
*
Docs on named tuple's naming conventions and limits of subclassing
Raymond Hettinger
2008-01-08
1
-1/+7
*
Documentation nits.
Raymond Hettinger
2008-01-07
1
-5/+5
*
Use get() instead of pop() for the optimized version of _replace().
Raymond Hettinger
2008-01-07
1
-1/+1
*
Minor markup fix
Raymond Hettinger
2008-01-07
1
-1/+1
[next]