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
*
Remove references to psyco, which is mostly unmaintained and doesn't work wit...
Antoine Pitrou
2011-12-03
2
-18/+4
|
\
|
*
Remove references to psyco, which is mostly unmaintained and doesn't work wit...
Antoine Pitrou
2011-12-03
2
-18/+4
*
|
Merge doc fixes from 3.2
Antoine Pitrou
2011-12-03
2
-7/+22
|
\
\
|
|
/
|
*
Mention PySide in the "other GUIs" page.
Antoine Pitrou
2011-12-03
1
-0/+5
|
*
Mention the new GTK+ 3 bindings.
Antoine Pitrou
2011-12-03
2
-7/+17
*
|
Issue #13513: IOBase docs incorrectly link to the readline module
Meador Inge
2011-12-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13513: IOBase docs incorrectly link to the readline module
Meador Inge
2011-12-03
1
-1/+1
*
|
Fix glitches in email.policy docs (#12208)
Éric Araujo
2011-12-03
1
-2/+4
*
|
Merge fix for Issue #12666 from 3.2
Jason R. Coombs
2011-12-03
2
-1/+21
|
\
\
|
|
/
|
*
Issue #12666: Added section about map changes.
Jason R. Coombs
2011-12-03
1
-0/+12
|
*
Issue #12666: Clarifying changes in map for Python 3
Jason R. Coombs
2011-08-01
1
-1/+9
*
|
#13494: merge with 3.2.
Ezio Melotti
2011-12-02
1
-3/+3
|
\
\
|
|
/
|
*
#13494: s/cast/convert/. Also add a link.
Ezio Melotti
2011-12-02
1
-3/+3
*
|
#13499: merge with 3.2.
Ezio Melotti
2011-12-02
1
-8/+8
|
\
\
|
|
/
|
*
#13499: fix example adding >>> before the comments.
Ezio Melotti
2011-12-02
1
-8/+8
*
|
c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc
Victor Stinner
2011-12-01
1
-1/+1
*
|
Issue #1040439: better document how to compile and link an embedded Python in...
Antoine Pitrou
2011-11-30
1
-31/+47
|
\
\
|
|
/
|
*
Issue #1040439: better document how to compile and link an embedded Python in...
Antoine Pitrou
2011-11-30
1
-31/+47
*
|
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
6
-6/+352
*
|
Mention hashable memoryviews, and reformat.
Antoine Pitrou
2011-11-29
1
-13/+13
*
|
Add subheaders to make PEP 393 description clearer
Antoine Pitrou
2011-11-29
1
-22/+28
*
|
Merge 3.2
Éric Araujo
2011-11-29
2
-9/+9
|
\
\
|
|
/
|
*
Mark up constants in sockets docs as such
Éric Araujo
2011-11-29
1
-8/+8
|
*
Fix typo (#13467)
Éric Araujo
2011-11-29
1
-1/+1
*
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
Victor Stinner
2011-11-25
2
-1/+16
*
|
Typo
Antoine Pitrou
2011-11-25
1
-1/+1
*
|
Update What's new for PEP 3155
Antoine Pitrou
2011-11-25
1
-0/+59
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
5
-0/+45
*
|
Clarify concatenation behaviour of immutable strings, and remove explicit
Antoine Pitrou
2011-11-25
2
-9/+38
|
\
\
|
|
/
|
*
Clarify concatenation behaviour of immutable strings, and remove explicit
Antoine Pitrou
2011-11-25
2
-9/+38
*
|
fix some typos in Doc/c-api/memoryview.rst
Eli Bendersky
2011-11-25
1
-2/+2
|
\
\
|
|
/
|
*
fix some typos in Doc/c-api/memoryview.rst
Eli Bendersky
2011-11-25
1
-2/+2
*
|
Add a "What's New" entry for #12170
Petri Lehtinen
2011-11-24
1
-0/+7
*
|
Merged documentation addition from 3.2.
Vinay Sajip
2011-11-23
1
-0/+64
|
\
\
|
|
/
|
*
Added a configuration dictionary example to the logging cookbook.
Vinay Sajip
2011-11-23
1
-0/+64
*
|
Closes #13459: Merged fix from 3.2.
Vinay Sajip
2011-11-23
1
-3/+9
|
\
\
|
|
/
|
*
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...
Vinay Sajip
2011-11-23
1
-3/+9
*
|
Merge branch 3.2
Amaury Forgeot d'Arc
2011-11-22
1
-3/+3
|
\
\
|
|
/
|
*
bytes() can't be used to get a representation of an object.
Amaury Forgeot d'Arc
2011-11-22
1
-3/+3
*
|
fix wrong credit and issue id given in previous commit
Giampaolo Rodola'
2011-11-22
1
-6/+6
*
|
Fix 13245:
Giampaolo Rodola'
2011-11-22
2
-6/+36
*
|
Issue #13411: memoryview objects are now hashable when the underlying object ...
Antoine Pitrou
2011-11-21
1
-0/+13
*
|
What's new in Python 3.3: Rephrase PEP 393 doc
Victor Stinner
2011-11-21
1
-36/+43
*
|
Document new and deprecated Unicode functions
Victor Stinner
2011-11-20
1
-11/+92
*
|
Document PyUnicode_WCHAR_KIND
Victor Stinner
2011-11-20
1
-1/+2
*
|
Issue #12245 merge.
Mark Dickinson
2011-11-19
1
-2/+6
|
\
\
|
|
/
|
*
Issue #12245: Document sys.float_info.rounds better.
Mark Dickinson
2011-11-19
1
-2/+6
*
|
#13387: merge with 3.2.
Ezio Melotti
2011-11-18
1
-0/+2
|
\
\
|
|
/
|
*
#13387: add note about checking the exact type in assertIsInstance doc.
Ezio Melotti
2011-11-18
1
-0/+2
*
|
#13426: merge with 3.2.
Ezio Melotti
2011-11-18
1
-5/+5
|
\
\
|
|
/
[next]