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
*
Don't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith
2014-06-01
1
-0/+5
|
\
|
*
Don't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith
2014-06-01
1
-0/+5
*
|
Issue #21605: Added tests for Tkinter images.
Serhiy Storchaka
2014-06-01
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21605: Added tests for Tkinter images.
Serhiy Storchaka
2014-06-01
1
-0/+2
*
|
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-0/+3
*
|
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-0/+3
*
|
Issue #13742: Add key and reverse parameters to heapq.merge()
Raymond Hettinger
2014-05-30
1
-0/+3
*
|
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
1
-0/+5
|
\
\
|
|
/
|
*
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
1
-0/+5
*
|
Issue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka
2014-05-28
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka
2014-05-28
1
-0/+2
*
|
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka
2014-05-28
1
-2/+5
|
\
\
|
|
/
|
*
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka
2014-05-28
1
-0/+3
*
|
Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by
Serhiy Storchaka
2014-05-28
1
-0/+3
*
|
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
1
-0/+3
*
|
Issue #18807: Merged fix from 3.4.
Vinay Sajip
2014-05-28
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18807: If copying (no symlinks) specified for a venv, then the python ...
Vinay Sajip
2014-05-28
1
-0/+4
|
*
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
1
-0/+3
|
*
Issue 8743: Improve interoperability between sets and the collections.Set abs...
Raymond Hettinger
2014-05-26
1
-0/+3
|
*
Issue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger
2014-05-26
1
-0/+3
*
|
Issue 21575: Show list.sort() arguments in the tutorial.
Raymond Hettinger
2014-05-27
1
-0/+1
*
|
Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...
Raymond Hettinger
2014-05-26
1
-0/+1
*
|
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger
2014-05-26
1
-0/+3
*
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
1
-0/+2
|
\
\
|
|
/
|
*
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
1
-0/+2
|
*
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon
2014-05-23
1
-0/+6
*
|
Issue #20197: Added support for the WebP image type in the imghdr module.
Serhiy Storchaka
2014-05-25
2
-0/+4
*
|
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...
Antoine Pitrou
2014-05-24
1
-0/+1
*
|
Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Addre...
Antoine Pitrou
2014-05-23
1
-0/+3
*
|
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
1
-0/+6
*
|
Move NEWS entry to correct place.
Serhiy Storchaka
2014-05-23
1
-6/+3
*
|
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka
2014-05-23
1
-0/+6
|
\
\
|
|
/
|
*
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka
2014-05-23
1
-0/+6
*
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-0/+5
|
\
\
|
|
/
|
*
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-0/+14
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-23
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy
2014-05-23
1
-0/+1
|
*
Version bump for 3.4.1.
v3.4.1
Larry Hastings
2014-05-18
1
-1/+1
|
*
Merge.
Larry Hastings
2014-05-18
2
-1/+53
|
|
\
|
*
|
Post-release version bump for 3.4.1rc1. Sorry it's late!
Larry Hastings
2014-05-18
1
-0/+12
|
*
|
Version bump for 3.4.1rc1.
v3.4.1rc1
Larry Hastings
2014-05-04
1
-1/+1
*
|
|
Issue #21455: Add a default backlog to socket.listen().
Charles-François Natali
2014-05-22
1
-0/+2
*
|
|
Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
Serhiy Storchaka
2014-05-21
1
-0/+2
*
|
|
merge 3.4 (#10744)
Benjamin Peterson
2014-05-17
1
-0/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
1
-0/+3
|
*
|
Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
Victor Stinner
2014-05-14
1
-1/+0
*
|
|
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
1
-0/+2
[next]