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
...
*
|
|
#16559: merge with 3.3.
Ezio Melotti
2012-11-26
4
-15/+47
|
\
\
\
|
|
/
/
|
*
|
#16559: merge with 3.2.
Ezio Melotti
2012-11-26
4
-15/+47
|
|
\
\
|
|
|
/
|
|
*
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
Ezio Melotti
2012-11-26
4
-15/+47
*
|
|
Merge from 3.3: add hyperlinks to some os.path function docs (issue #16552).
Chris Jerdonek
2012-11-26
1
-6/+9
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.2: add hyperlinks to some os.path function docs (issue #16552).
Chris Jerdonek
2012-11-26
1
-6/+9
|
|
\
\
|
|
|
/
|
|
*
Add hyperlinks to the docs of some os.path functions (issue #16552).
Chris Jerdonek
2012-11-26
1
-6/+9
|
*
|
Null merge for fix for #16521.
Vinay Sajip
2012-11-25
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Closes #16521: Improved error handling for basicConfig(), added tests for same.
Vinay Sajip
2012-11-25
2
-9/+168
*
|
|
Issue #16546: merge fix from 3.3
Mark Dickinson
2012-11-25
7
-24/+36
|
\
\
\
|
|
/
/
|
*
|
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson
2012-11-25
7
-24/+36
*
|
|
Issue #12848: The pure Python pickle implementation now treats object lengths...
Antoine Pitrou
2012-11-24
3
-14/+31
|
\
\
\
|
|
/
/
|
*
|
Issue #12848: The pure Python pickle implementation now treats object lengths...
Antoine Pitrou
2012-11-24
3
-14/+31
|
|
\
\
|
|
|
/
|
|
*
Issue #12848: The pure Python pickle implementation now treats object lengths...
Antoine Pitrou
2012-11-24
3
-14/+31
*
|
|
Fix missing import (followup to #4473).
Antoine Pitrou
2012-11-24
1
-1/+3
*
|
|
Issue #16423: urllib.request now has support for ``data:`` URLs.
Antoine Pitrou
2012-11-24
5
-5/+137
*
|
|
Merge debug print removal with 3.3.
Ezio Melotti
2012-11-23
1
-4/+0
|
\
\
\
|
|
/
/
|
*
|
Merge debug print removal with 3.2.
Ezio Melotti
2012-11-23
1
-4/+0
|
|
\
\
|
|
|
/
|
|
*
Remove debug print.
Ezio Melotti
2012-11-23
1
-4/+0
*
|
|
Merged upstream changes.
Vinay Sajip
2012-11-23
4
-38/+242
|
\
\
\
|
*
|
|
Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an en...
Antoine Pitrou
2012-11-23
4
-39/+176
|
*
|
|
Issue #4473: Add a POP3.capa() method to query the capabilities advertised by...
Antoine Pitrou
2012-11-23
4
-0/+57
|
*
|
|
Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
Antoine Pitrou
2012-11-23
2
-1/+11
*
|
|
|
Closes #16519: Merged fix from 3.3.
Vinay Sajip
2012-11-23
1
-5/+3
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #16519: Used os.path.abspath, removed unnecessary code for executable_n...
Vinay Sajip
2012-11-23
1
-5/+3
*
|
|
#16530: merge with 3.3.
Ezio Melotti
2012-11-23
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#16530: merge with 3.2.
Ezio Melotti
2012-11-23
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#16530: the "options" arg of os.wait3 is required.
Ezio Melotti
2012-11-23
1
-1/+1
*
|
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-23
3
-4/+17
|
\
\
\
|
|
/
/
|
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-23
3
-4/+17
|
|
\
\
|
|
|
/
|
|
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
3
-4/+17
*
|
|
Merge issue #16538: correctly describe MAKE_CLOSURE in docs.
Andrew Svetlov
2012-11-23
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #16538: correctly describe MAKE_CLOSURE in docs.
Andrew Svetlov
2012-11-23
1
-3/+4
*
|
|
#16309: avoid using deprecated method and turn docstring in a comment.
Ezio Melotti
2012-11-22
1
-6/+6
*
|
|
Merge 3.3.
Stefan Krah
2012-11-22
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Fix more usages of NULL without including stdio.h.
Stefan Krah
2012-11-22
2
-0/+4
*
|
|
Merge 3.3.
Stefan Krah
2012-11-22
2
-3/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #13057: Include stdio.h when NULL is used in configure.ac.
Stefan Krah
2012-11-22
2
-3/+19
*
|
|
#16522: s/always 1/at most 1/.
R David Murray
2012-11-22
1
-2/+2
*
|
|
Merge #13424 followup from 3.3
Éric Araujo
2012-11-22
1
-22/+4
|
\
\
\
|
|
/
/
|
*
|
Address reviews for open’s opener argument doc patch (#13424).
Éric Araujo
2012-11-22
1
-22/+4
*
|
|
#16522: Add FAIL_FAST flag to doctest.
R David Murray
2012-11-21
5
-4/+69
*
|
|
Null merge with 3.3.
Ezio Melotti
2012-11-21
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Null merge with 3.2.
Ezio Melotti
2012-11-21
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Remove unused variabile "plain" in builtin_exec.
Ezio Melotti
2012-11-21
1
-2/+0
*
|
|
Null merge from 3.3.
Chris Jerdonek
2012-11-21
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Null merge from 3.2.
Chris Jerdonek
2012-11-21
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Fix label in docs (from issue #13538).
Chris Jerdonek
2012-11-21
1
-1/+1
*
|
|
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Chris Jerdonek
2012-11-21
7
-54/+105
|
\
\
\
|
|
/
/
|
*
|
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
7
-54/+105
|
*
|
Null merge from 3.2 (issue #13538).
Chris Jerdonek
2012-11-21
0
-0/+0
|
|
\
\
|
|
|
/
[prev]
[next]