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
*
Fix markup errors.
Ezio Melotti
2010-04-05
3
-3/+3
*
Fix markup, punctuation and whitespaces in _winreg.rst.
Ezio Melotti
2010-04-05
1
-73/+75
*
#8212: rephrase the webservers howto and fix some mistakes.
Ezio Melotti
2010-04-05
1
-374/+421
*
Document signal handling functions in unittest.rst
Michael Foord
2010-04-05
1
-8/+33
*
Adding documentation for new unittest.main() parameters
Michael Foord
2010-04-04
1
-3/+7
*
Fix markup in decimal.rst.
Ezio Melotti
2010-04-04
1
-1/+1
*
unittest documentation formatting changes
Michael Foord
2010-04-04
1
-13/+37
*
Add tests for functools.total_ordering.
Raymond Hettinger
2010-04-04
1
-2/+1
*
Add versionchanged entry for Decimal(float) construction.
Mark Dickinson
2010-04-04
1
-7/+15
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
3
-6/+6
*
Add functools.CmpToKey()
Raymond Hettinger
2010-04-04
1
-0/+22
*
Documentation nit
Raymond Hettinger
2010-04-04
1
-0/+2
*
Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and...
Ezio Melotti
2010-04-04
1
-3/+1
*
Add a versionadded to Counter.subtract() doc.
Ezio Melotti
2010-04-04
1
-0/+2
*
Issue 5479: Add functools.total_ordering class decorator.
Raymond Hettinger
2010-04-04
1
-0/+20
*
Fix wording / typography, and a slightly misleading statement
Antoine Pitrou
2010-04-03
1
-5/+5
*
Add count() method to collections.deque().
Raymond Hettinger
2010-04-03
1
-0/+6
*
Documenting new features in unittest
Michael Foord
2010-04-03
1
-6/+168
*
Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.
Mark Dickinson
2010-04-03
1
-3/+8
*
Add subtract() method to collections.Counter() objects.
Raymond Hettinger
2010-04-03
1
-0/+11
*
Issue #8227: Fix C API documentation, argument parsing
Victor Stinner
2010-04-03
1
-10/+10
*
Implement #1220212. Add os.kill support for Windows.
Brian Curtin
2010-04-02
3
-3/+25
*
Issue #8294: Allow float and Decimal arguments in Fraction constructor.
Mark Dickinson
2010-04-02
1
-11/+38
*
removed documentation on code that was reverted and pushed into distutils2
Tarek Ziadé
2010-04-02
2
-110/+0
*
Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.
Brian Curtin
2010-04-02
1
-3/+101
*
Issue 8257: Decimal constructor to accept float.
Raymond Hettinger
2010-04-02
1
-9/+13
*
#6647: add note to two examples
Andrew M. Kuchling
2010-04-02
1
-2/+7
*
#6647: document that catch_warnings is not thread-safe
Andrew M. Kuchling
2010-04-02
1
-0/+8
*
#8012: clarification in generator glossary entry.
Georg Brandl
2010-04-02
1
-1/+3
*
Document PyImport_ExecCodeModuleEx().
Georg Brandl
2010-04-02
2
-0/+21
*
Remove col-spanning cells in logging docs.
Georg Brandl
2010-04-02
1
-4/+4
*
Issue #2531: Make float-to-decimal comparisons return correct results.
Mark Dickinson
2010-04-02
1
-0/+18
*
Fix typo in unicode character name.
Georg Brandl
2010-04-02
1
-1/+1
*
#2768: add a note on how to get a file descriptor.
Georg Brandl
2010-04-02
1
-0/+4
*
Cleanup itertools recipes
Raymond Hettinger
2010-04-02
1
-8/+8
*
Add and update itertools recipes.
Raymond Hettinger
2010-04-02
1
-1/+23
*
Document link to Sorting HowTo
Raymond Hettinger
2010-04-01
1
-0/+3
*
A couple small grammar fixes in test.rst, and rewrite the
R. David Murray
2010-04-01
1
-38/+46
*
Fix typo
Florent Xicluna
2010-03-31
1
-1/+1
*
Revert r79179 and merge r75584 to explain how to implement a queue using coll...
Ezio Melotti
2010-03-31
1
-14/+13
*
add inspect.getcallargs, which binds function arguments like a normal call #3135
Benjamin Peterson
2010-03-30
1
-0/+26
*
Backport of weakref.WeakSet and tests from Python 3.
Michael Foord
2010-03-29
1
-0/+8
*
Update itertools recipe for consume().
Raymond Hettinger
2010-03-28
1
-1/+7
*
Add a note on optimizing the itertools recipes for production.
Raymond Hettinger
2010-03-28
1
-0/+6
*
Update itertools recipes.
Raymond Hettinger
2010-03-28
1
-7/+28
*
Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.
Brian Curtin
2010-03-25
1
-173/+176
*
Add various items
Andrew M. Kuchling
2010-03-25
1
-14/+66
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
5
-34/+230
*
Various edits
Andrew M. Kuchling
2010-03-24
1
-19/+23
*
logging: Updated SysLogHandler documentation.
Vinay Sajip
2010-03-24
1
-0/+8
[next]