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 #21190: Fix the broken docs download link
Senthil Kumaran
2014-04-09
1
-1/+1
*
Issue #21097: Update Makefile with changed install locations of test director...
Ned Deily
2014-04-09
1
-20/+20
*
Issue #20644: OS X installer build support for documentation build changes
Ned Deily
2014-04-07
3
-21/+40
*
docs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov
2014-04-08
1
-6/+6
*
docs: Document __objclass__. Closes #19281.
Yury Selivanov
2014-04-08
1
-0/+8
*
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
3
-93/+146
*
use imperative
Benjamin Peterson
2014-04-08
1
-1/+1
*
PySequence_Fast generally returns a list not a tuple (closes #16395)
Benjamin Peterson
2014-04-08
1
-4/+4
*
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson
2014-04-08
1
-1/+2
*
fix verb (closes #21174)
Benjamin Peterson
2014-04-07
1
-1/+1
*
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
Victor Stinner
2014-04-07
3
-0/+18
*
asyncio: Document Task.cancel() properly.
Victor Stinner
2014-04-07
1
-0/+19
*
merge from 3.3
Senthil Kumaran
2014-04-06
1
-2/+2
|
\
|
*
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
|
Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
Victor Stinner
2014-04-04
1
-1/+1
*
|
make temporary read-only files writable, so rmtree can remove them (#21128)
Benjamin Peterson
2014-04-04
1
-0/+3
*
|
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon
2014-04-04
3
-32/+63
*
|
merge 3.3
Benjamin Peterson
2014-04-04
0
-0/+0
|
\
\
|
|
/
|
*
merge 3.2
Benjamin Peterson
2014-04-04
0
-0/+0
|
|
\
|
|
*
fix versionchanged version
Benjamin Peterson
2014-04-04
1
-2/+2
*
|
|
Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...
Vinay Sajip
2014-04-04
2
-8/+12
*
|
|
Issue 21143: Fix typo in docs for max().
Raymond Hettinger
2014-04-03
1
-1/+1
*
|
|
remove unused argument (closes #21135)
Benjamin Peterson
2014-04-03
1
-1/+1
*
|
|
Issue #20375: Clarify ET's parsing of comments and processing instructions.
Eli Bendersky
2014-04-03
1
-0/+22
*
|
|
make sure to test UnicodeEncodeError, too
Benjamin Peterson
2014-04-02
1
-1/+1
*
|
|
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
3
-0/+21
*
|
|
make test name consistent with the rest of the file
Benjamin Peterson
2014-04-02
1
-1/+1
*
|
|
Issue #18652: Add an itertools recipe for first_true()
Raymond Hettinger
2014-04-02
2
-0/+29
*
|
|
Documentation nit. List the traditional keyword-only argument first and the ...
Raymond Hettinger
2014-04-02
1
-2/+2
*
|
|
Issue 21125: minor documentation tweak.
Raymond Hettinger
2014-04-02
1
-1/+1
*
|
|
update version changed
Benjamin Peterson
2014-04-01
1
-3/+3
*
|
|
merge 3.3 (#21082)
Benjamin Peterson
2014-04-01
4
-34/+20
|
\
\
\
|
|
/
/
|
*
|
merge 3.2 (#21082)
Benjamin Peterson
2014-04-01
4
-34/+20
|
|
\
\
|
|
|
/
|
|
*
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson
2014-04-01
4
-32/+20
*
|
|
fix typo
Benjamin Peterson
2014-04-01
1
-1/+1
*
|
|
simplify check, since now there are only new-style classes
Benjamin Peterson
2014-04-01
1
-5/+2
*
|
|
Issue #15067: Port 2.7 sqlite3 docs to 3.4
Zachary Ware
2014-04-01
1
-46/+51
*
|
|
#16716: remove deprecation warning
Andrew Svetlov
2014-03-31
1
-4/+0
*
|
|
Get rid of deprecated IOError in the doc
Andrew Svetlov
2014-03-31
5
-12/+12
*
|
|
IOError -> OSError
Andrew Svetlov
2014-03-31
1
-1/+1
*
|
|
Fix the doc: add deprecation warning in select module.
Andrew Svetlov
2014-03-31
1
-1/+5
*
|
|
Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.
Antoine Pitrou
2014-03-31
1
-0/+2
*
|
|
use https docs url
Benjamin Peterson
2014-03-31
1
-2/+2
*
|
|
merge 3.3 (#21115)
Benjamin Peterson
2014-03-31
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Benjamin Peterson
2014-03-31
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
use https docs url (#21115)
Benjamin Peterson
2014-03-31
1
-2/+2
*
|
|
Issue #20668: Remove tests.txt of test_asyncio
Victor Stinner
2014-03-31
1
-14/+0
*
|
|
merge 3.3
Benjamin Peterson
2014-03-31
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Benjamin Peterson
2014-03-31
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
add Ian Beer
Benjamin Peterson
2014-03-31
1
-0/+1
[next]