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 #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Serhiy Storchaka
2013-07-15
3
-14/+18
|
\
|
*
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Serhiy Storchaka
2013-07-15
3
-14/+18
*
|
Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).
Ned Deily
2013-07-14
3
-4/+4
|
\
\
|
|
/
|
*
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
Ned Deily
2013-07-14
3
-4/+4
*
|
Issue #9893: remove an outdated mention of the Vim-related files.
Brett Cannon
2013-07-14
1
-1/+0
*
|
merge
Raymond Hettinger
2013-07-14
3
-2/+5
|
\
\
|
|
/
|
*
Issue #18432: Fix unintended API change in the sched module
Raymond Hettinger
2013-07-14
3
-2/+5
*
|
Tweak the deque struct by moving the least used fields (maxlen and weakref) t...
Raymond Hettinger
2013-07-14
1
-1/+1
*
|
Use a do-while loop in the inner loop for rotate (m is always greater than ze...
Raymond Hettinger
2013-07-14
1
-2/+6
*
|
Move the freeblock() call outside the main loop to speed-up and simplify the ...
Raymond Hettinger
2013-07-13
1
-9/+15
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
1
-1/+4
|
\
\
|
|
/
|
*
Issue #18365: convert buildbot errors to skips.
Terry Jan Reedy
2013-07-13
1
-1/+4
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
5
-8/+94
|
\
\
|
|
/
|
*
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
Terry Jan Reedy
2013-07-13
5
-8/+94
*
|
Merge: #18437: fix comment typo.
R David Murray
2013-07-13
1
-1/+1
|
\
\
|
|
/
|
*
#18437: fix comment typo.
R David Murray
2013-07-13
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
2
-8/+7
|
\
\
|
|
/
|
*
Issue #18365: normalize whitespace
Terry Jan Reedy
2013-07-13
2
-8/+7
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
2
-5/+449
|
\
\
|
|
/
|
*
Issue #18365: Add mock Text class and test thereof versus tk.Text.
Terry Jan Reedy
2013-07-13
2
-5/+449
*
|
#18389: Clarify that relpath does not access the file system.
R David Murray
2013-07-12
1
-2/+4
|
\
\
|
|
/
|
*
#18389: Clarify that relpath does not access the file system.
R David Murray
2013-07-12
1
-2/+4
*
|
Closes #18433: Merged documentation update from 3.3.
Vinay Sajip
2013-07-12
1
-3/+10
|
\
\
|
|
/
|
*
Issue #18433: Clarified venv documentation.
Vinay Sajip
2013-07-12
1
-3/+10
*
|
Merged changes.
Vinay Sajip
2013-07-12
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18434: Updated example script to tidy up resources.
Vinay Sajip
2013-07-12
1
-0/+1
|
*
Merged upstream changes.
Vinay Sajip
2013-07-12
4
-3/+73
|
|
\
|
|
*
Merge heads.
R David Murray
2013-07-12
4
-3/+73
|
|
|
\
*
|
|
\
Merged upstream changes.
Vinay Sajip
2013-07-12
4
-3/+73
|
\
\
\
\
|
*
\
\
\
Merge heads.
R David Murray
2013-07-12
4
-3/+73
|
|
\
\
\
\
|
|
*
\
\
\
Merge: #18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
4
-3/+73
|
|
|
\
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
|
*
|
|
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
4
-3/+73
*
|
|
|
|
|
Closes #18435: Merged fix from 3.3.
Vinay Sajip
2013-07-12
1
-7/+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
/
/
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Issue #18435: Replaced simple attribute container class Context with types.Si...
Vinay Sajip
2013-07-12
1
-7/+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Closes #18434: Merged documentation update from 3.3.
Vinay Sajip
2013-07-12
1
-21/+28
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #18434: Updated example script in venv docs to use setuptools rather th...
Vinay Sajip
2013-07-12
1
-21/+28
|
|
/
*
|
Issue #17845: Clarify the message setup.py prints upon successfully
Brett Cannon
2013-07-12
2
-2/+5
*
|
Issue #18342: Use the repr of a module name for ``from ... import
Brett Cannon
2013-07-12
4
-1/+13
*
|
Issue #18415: Normalize what type of quotes are used with string
Brett Cannon
2013-07-12
2
-36/+36
*
|
Issue #18408: Fix constructors of _elementtree.c
Victor Stinner
2013-07-12
1
-12/+15
*
|
Issue #18408: Fix create_extra() of _elementtree.c, raise MemoryError on memory
Victor Stinner
2013-07-12
1
-1/+3
*
|
Issue #18408: parser module: fix error handling in node2tuple()
Victor Stinner
2013-07-11
1
-28/+52
*
|
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
Victor Stinner
2013-07-11
1
-4/+15
*
|
Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation fa...
Victor Stinner
2013-07-11
1
-2/+7
*
|
Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if
Victor Stinner
2013-07-11
1
-1/+1
*
|
Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on
Victor Stinner
2013-07-11
1
-2/+4
*
|
Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
Victor Stinner
2013-07-11
1
-0/+1
*
|
Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on
Victor Stinner
2013-07-11
1
-0/+4
*
|
Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy
Victor Stinner
2013-07-11
1
-1/+1
*
|
Issue #18408: normalizestring() now raises MemoryError on memory allocation f...
Victor Stinner
2013-07-11
1
-1/+1
[next]