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
*
Add more examples to the wsgiref docs.
Georg Brandl
2007-11-29
2
-1/+89
*
Add examples to the ConfigParser documentation.
Georg Brandl
2007-11-29
2
-0/+88
*
Fix reference target.
Georg Brandl
2007-11-29
1
-1/+1
*
Added py3kwarning to the documentation of the sys module.
Christian Heimes
2007-11-28
1
-0/+6
*
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
Christian Heimes
2007-11-27
1
-0/+8
*
Bug #1494: Document that appendChild removes first.
Martin v. Löwis
2007-11-24
1
-2/+3
*
#1735632: add O_NOATIME constant to os module.
Georg Brandl
2007-11-24
1
-8/+10
*
#1355: remove mention of PyXML from xml.dom docs.
Georg Brandl
2007-11-24
1
-9/+8
*
#1467: fix documentation for TestResult.add{Error,Failure}.
Georg Brandl
2007-11-24
1
-4/+6
*
#1344: document that you need to open std{in,out,err} with PIPE if you want
Georg Brandl
2007-11-24
1
-1/+6
*
Add item
Andrew M. Kuchling
2007-11-23
1
-0/+4
*
Fixed detail in add_type() explanation (issue 1463).
Facundo Batista
2007-11-19
1
-2/+2
*
Use a slightly more recent version than 1.5.2b2.
Neal Norwitz
2007-11-19
1
-2/+2
*
Remove a confusing sentence about pth files and which directories are searched
Brett Cannon
2007-11-17
1
-2/+1
*
Fix signature in example
Raymond Hettinger
2007-11-17
1
-1/+1
*
Add example for use cases requiring default values.
Raymond Hettinger
2007-11-15
1
-0/+9
*
Example of multiple replacements.
Raymond Hettinger
2007-11-15
1
-2/+2
*
Fixup example in docs.
Raymond Hettinger
2007-11-15
1
-1/+1
*
Small improvement to the implementation of __replace__().
Raymond Hettinger
2007-11-15
1
-1/+1
*
Accept Issac Morland's suggestion for __replace__ to allow multiple replacements
Raymond Hettinger
2007-11-15
1
-13/+24
*
Remove dead link from random docs.
Georg Brandl
2007-11-14
1
-5/+0
*
Remove duplication of "this".
Georg Brandl
2007-11-11
1
-1/+1
*
Fix misleading example.
Georg Brandl
2007-11-09
1
-1/+2
*
Fix seealso link to sets docs. Do not merge to Py3k.
Georg Brandl
2007-11-09
1
-1/+1
*
Add set.isdisjoint()
Raymond Hettinger
2007-11-08
1
-0/+7
*
Fix marshal's incorrect handling of subclasses of builtin types (backport can...
Raymond Hettinger
2007-11-07
1
-6/+0
*
Fixes Issue 1385: The hmac module now computes the correct hmac when using
Gregory P. Smith
2007-11-06
1
-1/+9
*
Clarified the fact that you can have comments for individual archive
Mark Summerfield
2007-11-05
1
-5/+7
*
Added cross-references between the various archive file formats.
Mark Summerfield
2007-11-05
5
-8/+21
*
Fix syntax for versionchanged markup.
Georg Brandl
2007-11-04
1
-4/+3
*
Note change to get_dialect semantics in 2.5. Will backport to 2.5.
Skip Montanaro
2007-11-04
1
-0/+5
*
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...
Georg Brandl
2007-11-02
9
-61/+84
*
Added more file-handling related cross-references.
Mark Summerfield
2007-11-02
4
-5/+15
*
Fix markup glitch.
Georg Brandl
2007-11-01
1
-1/+1
*
#1364: os.lstat is available on Windows too, as an alias to os.stat.
Georg Brandl
2007-11-01
1
-2/+3
*
Sets are marshalable.
Raymond Hettinger
2007-10-31
1
-1/+1
*
Clarify the reasons why pickle is almost always better than marshal
Raymond Hettinger
2007-10-31
1
-1/+9
*
Make example about hiding None return values at the prompt clearer.
Georg Brandl
2007-10-30
1
-1/+2
*
Use correct markup.
Georg Brandl
2007-10-30
1
-2/+2
*
Update URL for Pygments. 0.8.1 is no longer available
Neal Norwitz
2007-10-27
1
-1/+1
*
Bug #1287: make os.environ.pop() work as expected.
Georg Brandl
2007-10-24
1
-2/+3
*
Update name
Andrew M. Kuchling
2007-10-23
1
-2/+2
*
Update Pygments version from externals.
Georg Brandl
2007-10-23
1
-1/+1
*
Bug #1313, fix typo (wrong variable name) in example.
Neal Norwitz
2007-10-23
1
-1/+1
*
Add phuang patch from Issue 708374 which adds offset parameter to mmap module.
Travis E. Oliphant
2007-10-23
1
-2/+11
*
Add :term:s for "new-style class".
Georg Brandl
2007-10-21
11
-20/+27
*
Add :term:s for iterator.
Georg Brandl
2007-10-21
20
-45/+48
*
Add :term: for generators.
Georg Brandl
2007-10-21
17
-46/+47
*
Unify "file-descriptor" to "file descriptor".
Georg Brandl
2007-10-21
3
-3/+3
*
Add :term:s for descriptors.
Georg Brandl
2007-10-21
10
-29/+30
[next]