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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Andrew Svetlov
2012-08-13
2
-24/+30
|
\
\
|
|
/
|
*
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Andrew Svetlov
2012-08-13
2
-24/+30
*
|
merge from 3.2
Senthil Kumaran
2012-08-12
2
-3/+32
|
\
\
|
|
/
|
*
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran
2012-08-12
2
-3/+19
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+3
|
\
\
|
|
/
|
*
add usage example from cli; thanks to Christian Clauss from docs@
Sandro Tosi
2012-08-12
1
-1/+3
*
|
Post-release updates.
Georg Brandl
2012-08-12
2
-1/+13
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+1
|
\
\
|
|
/
|
*
escape '\'; thanks to Steve Holden from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+1
|
\
\
|
|
/
|
*
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
|
update doctests
Andrew Svetlov
2012-08-12
2
-10/+11
*
|
fix doctest for email.header docs
Andrew Svetlov
2012-08-12
1
-3/+3
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+1
|
\
\
|
|
/
|
*
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...
Sandro Tosi
2012-08-12
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+1
|
\
\
|
|
/
|
*
update Geany URL; thanks to Karl Tarbet from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+1
|
\
\
|
|
/
|
*
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
|
update CodeTools link; thanks to Robert Kern from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2012-08-12
1
-1/+1
|
\
\
|
|
/
|
*
zip() returns an iterator, make a list() of it; thanks to Martin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
|
Don't overwrite a __path__ value from extension modules if already
Brett Cannon
2012-08-11
2
-1659/+1662
*
|
Minor doc formatting cleanup.
Brett Cannon
2012-08-11
1
-3/+3
*
|
Issue #15527: fix docs, remove double parens by changing markup.
Andrew Svetlov
2012-08-11
9
-95/+95
*
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
11
-21/+24
|
\
\
|
|
/
|
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
11
-21/+24
*
|
Merge with 3.2.
Georg Brandl
2012-08-11
0
-0/+0
|
\
\
|
|
/
|
*
Remove unused variables in parsetok().
Georg Brandl
2012-08-11
1
-2/+1
*
|
Merge with 3.2.
Georg Brandl
2012-08-11
1
-3/+1
|
\
\
|
|
/
|
*
Revert 961a15aff2a6, this is already checked in another way.
Georg Brandl
2012-08-11
1
-3/+1
*
|
Merge with 3.2.
Georg Brandl
2012-08-11
1
-1/+3
|
\
\
|
|
/
|
*
Closes #15620: check for presence of readline.clear_history(), which is appar...
Georg Brandl
2012-08-11
1
-1/+3
*
|
Added tag v3.3.0b2 for changeset 4972a8f1b2aa
Georg Brandl
2012-08-11
1
-0/+1
*
|
Bump to 3.3b2.
v3.3.0b2
Georg Brandl
2012-08-11
6
-127/+124
*
|
Fix markup errors and update pydoc topics.
Georg Brandl
2012-08-11
4
-9/+27
*
|
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
4
-0/+32
|
\
\
|
|
/
|
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
4
-0/+32
*
|
fix docstring wording
Philip Jenvey
2012-08-10
2
-2615/+2616
*
|
Issue #15610: The PyImport_ImportModuleEx macro now calls
Brett Cannon
2012-08-10
4
-3/+13
*
|
Issue #15502: Refactor some code.
Brett Cannon
2012-08-10
3
-4167/+4170
*
|
Fix issue #15607: Update the print builtin function docstring with the new fl...
Senthil Kumaran
2012-08-10
1
-4/+5
*
|
update docstring per the extension package fix, refactor
Philip Jenvey
2012-08-10
2
-1653/+1661
*
|
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon
2012-08-10
13
-3664/+3676
*
|
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
8
-1204/+1291
*
|
Remove now unused IntOrLongToString type
Victor Stinner
2012-08-09
1
-3/+0
*
|
Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4
Andrew Svetlov
2012-08-09
1
-2/+2
*
|
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
|
\
\
|
|
/
|
*
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
*
|
merge heads
Andrew Svetlov
2012-08-09
0
-0/+0
|
\
\
|
|
/
[prev]
[next]