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
*
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
Éric Araujo
2012-03-05
1
-3/+2
*
Use source reST role instead of file where it makes sense.
Éric Araujo
2012-03-05
2
-4/+4
*
Remove mention of defunct file.
Éric Araujo
2012-03-05
1
-2/+1
*
Fix link to global module index.
Georg Brandl
2012-03-03
1
-1/+1
*
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...
Eli Bendersky
2012-03-02
1
-0/+8
*
sqlite3: Port relevant documentation changes from 3.2
Petri Lehtinen
2012-03-01
6
-46/+32
*
#14155: remove duplication about search vs match in re doc.
Ezio Melotti
2012-02-29
1
-52/+28
*
#10713: Improve documentation for \b and \B and add a few tests. Initial pat...
Ezio Melotti
2012-02-29
1
-5/+10
*
Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".
Larry Hastings
2012-02-28
1
-33/+40
*
Branch merge
Éric Araujo
2012-02-26
13
-61/+45
|
\
|
*
Add versionadded for sys.flags.hash_randomization variable
Éric Araujo
2012-02-26
1
-1/+2
|
*
Fix markup errors
Éric Araujo
2012-02-26
1
-2/+2
|
*
State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
Éric Araujo
2012-02-26
1
-1/+2
|
*
Avoid relying on the default reST role in logging library doc
Éric Araujo
2012-02-26
1
-3/+2
|
*
Document that shutil.make_archive does not typecheck its logger argument
Éric Araujo
2012-02-26
1
-1/+2
|
*
Fix typo (#13467)
Éric Araujo
2012-02-26
1
-1/+1
|
*
Mark up constants in socket doc as such
Éric Araujo
2012-02-26
1
-7/+7
|
*
Hide or remove user-visible XXX notes from distutils doc (#13716).
Éric Araujo
2012-02-26
1
-27/+11
|
*
Improve interlinking of archiving/compression modules docs.
Éric Araujo
2012-02-26
7
-18/+16
*
|
Issue #13999: refer to multiprocessing.Queue when needed
Sandro Tosi
2012-02-25
1
-10/+10
*
|
#14114: don't include copybutton.js in the htmlhelp output.
Ezio Melotti
2012-02-25
1
-1/+1
|
/
*
merge with 2.6
Georg Brandl
2012-02-21
1
-1/+1
|
\
|
*
Remove reST markup from --help output. Also: O(n**2) is dict construction, n...
Georg Brandl
2012-02-21
1
-1/+1
*
|
merge 2.6 with hash randomization fix
Benjamin Peterson
2012-02-21
3
-1/+48
|
\
\
|
|
/
|
*
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
Barry Warsaw
2012-02-21
3
-1/+52
*
|
logging: clarified documentation for Handler.handleError.
Vinay Sajip
2012-02-20
1
-6/+8
*
|
Add missing “::” markup and wrap overlong lines
Éric Araujo
2012-02-20
1
-18/+23
*
|
don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@
Sandro Tosi
2012-02-19
1
-3/+3
*
|
Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@
Sandro Tosi
2012-02-18
1
-66/+66
*
|
#14020: improve HTMLParser documentation.
Ezio Melotti
2012-02-17
1
-72/+209
*
|
Fix errors in sqlite3's Cursor.rowcount documentation
Petri Lehtinen
2012-02-16
2
-8/+6
*
|
Issue #11836: document multiprocessing.queues.SimpleQueue
Sandro Tosi
2012-02-15
1
-1/+18
*
|
Improve doc for atexit.register (#12297)
Éric Araujo
2012-02-15
1
-6/+6
*
|
shutil copy module reference doc fix.
Senthil Kumaran
2012-02-13
1
-15/+15
*
|
Issue #13930: Adds ability for 2to3 to write its output to a different
Gregory P. Smith
2012-02-12
1
-0/+32
*
|
Update mention of Subversion repo in the FAQ
Éric Araujo
2012-02-12
1
-1/+1
*
|
distutils 2.7’s Extension does not support optional (#13865).
Éric Araujo
2012-02-10
2
-9/+0
*
|
Issue #9021: Add an introduction to the copy module. Doc changes suggested by...
Senthil Kumaran
2012-02-09
1
-1/+5
*
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
Senthil Kumaran
2012-02-09
3
-11/+14
*
|
Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).
Nadeem Vawda
2012-02-05
1
-2/+5
*
|
Closes #13944: fix capitalization of class name.
Georg Brandl
2012-02-05
1
-5/+4
*
|
Issue #1625: Document BZ2File's lack of support for multi-stream inputs.
Nadeem Vawda
2012-02-04
1
-0/+9
*
|
Document absoluteness of sys.executable
Petri Lehtinen
2012-02-02
1
-2/+4
*
|
Clean-up docs for input()
Raymond Hettinger
2012-02-02
1
-6/+3
*
|
Add pure python equivalent code for reduce().
Raymond Hettinger
2012-02-02
1
-1/+13
*
|
Clarify the note for UserList
Raymond Hettinger
2012-02-02
1
-3/+12
*
|
Use validate SQL in the example (this was confusing to readers)
Raymond Hettinger
2012-02-01
1
-1/+1
*
|
Show the import in the sqlite3 example
Raymond Hettinger
2012-02-01
1
-0/+1
*
|
merge.
Brian Curtin
2012-02-01
1
-2/+2
|
\
\
|
*
|
merge from fb225c289bf0
Brian Curtin
2012-02-01
1
-2/+2
[next]