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 #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
Victor Stinner
2010-06-25
6
-64/+61
*
getbuffer(): release the buffer on error (if the buffer is not contiguous)
Victor Stinner
2010-06-24
1
-0/+1
*
Issue #8682: The ssl module now temporary increments the reference count of
Antoine Pitrou
2010-06-24
2
-19/+46
*
PyArg_Parse*() functions: factorize code for s/z and u/Z formats
Victor Stinner
2010-06-24
2
-97/+26
*
Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes
Victor Stinner
2010-06-24
3
-6/+4
*
Add specification for the Py_IS* macros in pyctype.h.
Stefan Krah
2010-06-24
1
-0/+3
*
Blocked revisions 82191 via svnmerge
Stefan Krah
2010-06-24
0
-0/+0
*
Merged revisions 82189 via svnmerge from
Benjamin Peterson
2010-06-24
1
-2/+4
*
Added more test cases
Alexander Belopolsky
2010-06-23
1
-1/+13
*
Test future pickle protocols. Thanks Antoine Pitrou for suggestion.
Alexander Belopolsky
2010-06-23
1
-2/+3
*
Issue #9051: Instances of timezone class can now be pickled.
Alexander Belopolsky
2010-06-23
3
-16/+32
*
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
Stefan Krah
2010-06-23
1
-42/+42
*
Blocked revisions 82177 via svnmerge
Stefan Krah
2010-06-23
0
-0/+0
*
Merged revisions 82169 via svnmerge from
Antoine Pitrou
2010-06-22
1
-11/+11
*
Merged revisions 82167 via svnmerge from
Benjamin Peterson
2010-06-22
1
-4/+3
*
Merged revisions 82165 via svnmerge from
Benjamin Peterson
2010-06-22
1
-1/+3
*
Merged revisions 82160 via svnmerge from
Benjamin Peterson
2010-06-22
1
-1/+1
*
Blocked revisions 82161 via svnmerge
Benjamin Peterson
2010-06-22
0
-0/+0
*
Merged revisions 82157 via svnmerge from
Benjamin Peterson
2010-06-22
2
-3/+2
*
Blocked revisions 82155 via svnmerge
Benjamin Peterson
2010-06-22
0
-0/+0
*
Added more test cases
Alexander Belopolsky
2010-06-22
1
-0/+25
*
Minor comment formatting.
Senthil Kumaran
2010-06-22
1
-1/+1
*
Minor docs issue.
Senthil Kumaran
2010-06-22
1
-1/+1
*
Merged revisions 82126-82127 via svnmerge from
Thomas Heller
2010-06-21
16
-376/+1986
*
Merged revisions 82130 via svnmerge from
Benjamin Peterson
2010-06-21
2
-3/+14
*
Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.
Alexander Belopolsky
2010-06-21
4
-36/+31
*
Move over to assertIs.
Brett Cannon
2010-06-21
1
-2/+2
*
Merged revisions 82117 via svnmerge from
Mark Dickinson
2010-06-20
2
-102/+6
*
add copyright years
Benjamin Peterson
2010-06-20
1
-1/+1
*
update release schedule url
Benjamin Peterson
2010-06-20
1
-1/+1
*
Blocked revisions 82112 via svnmerge
Benjamin Peterson
2010-06-20
0
-0/+0
*
Revert r82089. Commit was intended for a branch.
Jean-Paul Calderone
2010-06-19
7
-474/+7
*
merge forward from the python 2.x branch
Jean-Paul Calderone
2010-06-19
7
-7/+474
*
Issue #8939: Improve arg.rst
Victor Stinner
2010-06-18
1
-5/+5
*
Merged revisions 82075 via svnmerge from
Jean-Paul Calderone
2010-06-18
2
-5/+3
*
Issue #6641: Original commit for this issue, r82053, introduced a
Alexander Belopolsky
2010-06-18
3
-10/+22
*
Added a new line at the end of the file.
Alexander Belopolsky
2010-06-18
1
-1/+1
*
Fixed a typo in a comment.
Alexander Belopolsky
2010-06-18
1
-1/+1
*
Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...
Senthil Kumaran
2010-06-18
2
-2/+14
*
Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc
Victor Stinner
2010-06-17
1
-1/+2
*
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner
2010-06-17
6
-57/+70
*
Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.
Victor Stinner
2010-06-17
2
-5/+3
*
Typo repair.
Barry Warsaw
2010-06-17
1
-4/+4
*
Issue #6641: The datetime.strptime method now supports the %z directive.
Alexander Belopolsky
2010-06-17
5
-74/+101
*
Add note about changes to the `round` function between 2.x and 3.x.
Mark Dickinson
2010-06-17
1
-0/+9
*
Merged revisions 82047 via svnmerge from
Senthil Kumaran
2010-06-17
1
-1/+1
*
Don't use os.normcase when the result we are expecting is None.
R. David Murray
2010-06-17
1
-1/+1
*
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
Mark Dickinson
2010-06-17
3
-27/+16
*
Merged revisions 82039 via svnmerge from
R. David Murray
2010-06-17
3
-1/+24
*
Issue #850997: Oops, I forgot the author of the patch: Mark Hammond
Victor Stinner
2010-06-16
1
-1/+1
[next]