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
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
2
-9/+11
|
\
|
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
2
-9/+11
|
|
\
|
|
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
2
-10/+12
*
|
|
Fixes issue #16409: The reporthook callback made by the legacy
Gregory P. Smith
2012-11-10
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #16409: The reporthook callback made by the legacy
Gregory P. Smith
2012-11-10
1
-1/+2
*
|
|
Merge from 3.3: adjust set and frozenset function docs (issue #16436).
Chris Jerdonek
2012-11-10
1
-6/+13
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: adjust set and frozenset function docs (issue #16436).
Chris Jerdonek
2012-11-10
1
-6/+13
|
|
\
\
|
|
|
/
|
|
*
Link set and frozenset function docs to their class definitions (issue #16436).
Chris Jerdonek
2012-11-10
1
-6/+13
*
|
|
Merge from 3.3: improve FAQ link in documentation (for issue #16435).
Chris Jerdonek
2012-11-10
2
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: improve FAQ link in documentation (for issue #16435).
Chris Jerdonek
2012-11-10
2
-3/+4
|
|
\
\
|
|
|
/
|
|
*
Improve FAQ link in documentation (for issue #16435).
Chris Jerdonek
2012-11-10
2
-3/+4
*
|
|
#16440: merge with 3.3.
Ezio Melotti
2012-11-08
1
-9/+15
|
\
\
\
|
|
/
/
|
*
|
#16440: merge with 3.2.
Ezio Melotti
2012-11-08
1
-9/+15
|
|
\
\
|
|
|
/
|
|
*
#16440: fix exception type and clarify example.
Ezio Melotti
2012-11-08
1
-9/+15
*
|
|
Merge issue #16439: Fix markup in example for stdtypes.
Andrew Svetlov
2012-11-08
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
Merge issue #16439: Fix markup in example for stdtypes.
Andrew Svetlov
2012-11-08
1
-5/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #16439: Fix markup in example for stdtypes.
Andrew Svetlov
2012-11-08
1
-5/+5
*
|
|
Merge issue #16435: Link in tutorial now points to python3 FAQ.
Andrew Svetlov
2012-11-08
1
-7/+5
|
\
\
\
|
|
/
/
|
*
|
Merge issue #16435: Link in tutorial now points to python3 FAQ.
Andrew Svetlov
2012-11-08
1
-7/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #16435: Link in tutorial now points to python3 FAQ.
Andrew Svetlov
2012-11-08
1
-7/+5
*
|
|
#11481: merge with 3.3.
Ezio Melotti
2012-11-08
2
-5/+28
|
\
\
\
|
|
/
/
|
*
|
#11481: merge with 3.2.
Ezio Melotti
2012-11-08
2
-5/+28
|
|
\
\
|
|
|
/
|
|
*
#11481: update copyreg docs and add example.
Ezio Melotti
2012-11-08
2
-5/+28
*
|
|
#10385: merge with 3.3.
Ezio Melotti
2012-11-08
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
#10385: merge with 3.2.
Ezio Melotti
2012-11-08
1
-5/+5
|
|
\
\
|
|
|
/
|
|
*
#10385: use the mod role in subprocess docs.
Ezio Melotti
2012-11-08
1
-5/+5
*
|
|
Backed out changeset dafca4714298
Tim Golden
2012-11-06
1
-6/+5
*
|
|
issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon
Tim Golden
2012-11-06
1
-5/+6
*
|
|
Merge typo fix.
Ezio Melotti
2012-11-05
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix typo noticed by Tom Lynn.
Ezio Melotti
2012-11-05
1
-1/+1
*
|
|
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov
2012-11-05
1
-138/+0
*
|
|
#16304: merge with 3.3.
Ezio Melotti
2012-11-04
1
-3/+10
|
\
\
\
|
|
/
/
|
*
|
#16304: merge with 3.2.
Ezio Melotti
2012-11-04
1
-3/+10
|
|
\
\
|
|
|
/
|
|
*
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
Ezio Melotti
2012-11-04
1
-3/+10
*
|
|
Merge 3.3
Éric Araujo
2012-11-03
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
Avoid fd leak in example. Caught by Serhiy.
Éric Araujo
2012-11-03
1
-2/+3
*
|
|
Merge 3.3
Éric Araujo
2012-11-03
2
-0/+33
|
\
\
\
|
|
/
/
|
*
|
Add examples for opener argument of open (#13424).
Éric Araujo
2012-11-03
2
-0/+33
*
|
|
Merge from 3.3: link to mapping glossary entry in docs.
Chris Jerdonek
2012-11-03
2
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: link to mapping glossary entry in docs.
Chris Jerdonek
2012-11-03
2
-3/+3
|
|
\
\
|
|
|
/
|
|
*
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
Chris Jerdonek
2012-11-03
2
-3/+3
*
|
|
#4711: merge with 3.3.
Ezio Melotti
2012-11-03
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
#4711: merge with 3.2.
Ezio Melotti
2012-11-03
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
#4711: break long words in the docs sidebar to avoid overflow.
Ezio Melotti
2012-11-03
1
-0/+1
*
|
|
Issue #16261: fix bare excepts in Doc/
Andrew Svetlov
2012-11-02
3
-5/+3
*
|
|
Merge 3.3.
Stefan Krah
2012-11-02
1
-6/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #15814: Use hash function that is compatible with the equality
Stefan Krah
2012-11-02
1
-6/+0
*
|
|
merge with 3.3
Georg Brandl
2012-11-02
1
-12/+10
|
\
\
\
|
|
/
/
|
*
|
merge with 3.2
Georg Brandl
2012-11-02
1
-12/+10
|
|
\
\
|
|
|
/
|
|
*
Grammar touchup.
Georg Brandl
2012-11-02
1
-12/+10
[next]