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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+2
*
Issue #20644: merge from 3.4
Ned Deily
2014-04-09
1
-0/+6
|
\
|
*
Issue #20644: OS X installer build support for documentation build changes
Ned Deily
2014-04-07
1
-0/+6
|
*
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
1
-0/+5
*
|
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
1
-0/+2
*
|
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
1
-0/+5
*
|
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
Victor Stinner
2014-04-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
Victor Stinner
2014-04-07
1
-0/+3
*
|
Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...
Mark Dickinson
2014-04-05
1
-0/+3
*
|
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
1
-0/+2
*
|
update Misc/NEWS
Giampaolo Rodola'
2014-04-04
1
-0/+3
*
|
merge of fix for issue #20942
Brett Cannon
2014-04-04
1
-0/+6
|
\
\
|
|
/
|
*
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon
2014-04-04
1
-0/+6
*
|
Issue #20636: Improved the repr of Tkinter widgets.
Serhiy Storchaka
2014-04-04
1
-0/+2
*
|
Issue #19505: The items, keys, and values views of OrderedDict now support
Serhiy Storchaka
2014-04-04
1
-0/+3
*
|
Closes #21149: Improved thread-safety in logging cleanup during interpreter s...
Vinay Sajip
2014-04-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...
Vinay Sajip
2014-04-04
1
-0/+3
*
|
merge 3.4 (#21134)
Benjamin Peterson
2014-04-02
1
-0/+3
|
\
\
|
|
/
|
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
1
-0/+3
*
|
merge 3.4 (#21082)
Benjamin Peterson
2014-04-01
1
-0/+3
|
\
\
|
|
/
|
*
merge 3.3 (#21082)
Benjamin Peterson
2014-04-01
1
-0/+3
|
|
\
|
|
*
merge 3.2 (#21082)
Benjamin Peterson
2014-04-01
1
-0/+3
|
|
|
\
|
|
|
*
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson
2014-04-01
1
-0/+3
*
|
|
|
merge 3.4
Benjamin Peterson
2014-03-31
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
*
|
|
|
merge 3.4
Benjamin Peterson
2014-03-30
1
-3/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
update notes to talk about -X showrefcount
Benjamin Peterson
2014-03-30
1
-3/+5
|
*
|
|
Add test case for freeze.
Martin v. Löwis
2014-03-30
1
-0/+2
*
|
|
|
Merge 3.4 (#16047)
Martin v. Löwis
2014-03-30
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #16047: Fix module exception list and __file__ handling in freeze.
Martin v. Löwis
2014-03-30
1
-0/+3
*
|
|
|
Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
Martin v. Löwis
2014-03-30
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
Martin v. Löwis
2014-03-30
1
-0/+2
|
*
|
|
Issue #21097: Move test_namespace_pkgs into test_importlib.
Eric Snow
2014-03-29
1
-0/+2
*
|
|
|
Add test case for freeze.
Martin v. Löwis
2014-03-30
1
-0/+2
*
|
|
|
Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
Ned Deily
2014-03-30
1
-0/+1
*
|
|
|
Issue #21097: Move test_namespace_pkgs into test_importlib.
Eric Snow
2014-03-29
1
-0/+2
*
|
|
|
Issue #21093: merge from 3.4
Ned Deily
2014-03-29
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
Ned Deily
2014-03-29
1
-0/+3
|
*
|
|
Issue #19697: Document cases where __main__.__spec__ is None.
Eric Snow
2014-03-29
1
-0/+2
*
|
|
|
Issue #19697: Document cases where __main__.__spec__ is None.
Eric Snow
2014-03-29
1
-0/+2
*
|
|
|
Issue #17654: merge from 3.4
Ned Deily
2014-03-28
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily
2014-03-28
1
-0/+6
*
|
|
|
Issue #6676: merge from 3.4
Ned Deily
2014-03-27
1
-0/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-0/+5
|
*
|
|
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov
2014-03-27
1
-0/+3
|
*
|
|
inspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov
2014-03-27
1
-0/+3
|
*
|
|
asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
Yury Selivanov
2014-03-27
1
-0/+3
*
|
|
|
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov
2014-03-27
1
-0/+3
[next]