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
...
|
*
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
*
|
|
Issue #20826: Optimize ipaddress.collapse_addresses().
Antoine Pitrou
2014-05-15
1
-0/+2
*
|
|
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...
Antoine Pitrou
2014-05-15
1
-0/+3
*
|
|
Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...
Antoine Pitrou
2014-05-15
1
-0/+3
*
|
|
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Serhiy Storchaka
2014-05-15
1
-0/+3
*
|
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
1
-0/+3
*
|
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
2
-0/+4
|
*
|
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...
Victor Stinner
2014-05-14
1
-0/+1
|
*
|
Issue #21470: Do a better job seeding the random number generator
Raymond Hettinger
2014-05-14
1
-0/+3
*
|
|
Merge from 3.4 (for #21499).
Eric Snow
2014-05-13
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
Eric Snow
2014-05-13
1
-0/+2
*
|
|
Merge from 3.4:
doko@ubuntu.com
2014-05-13
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
- Issue #17756: Fix test_code test when run from the installed location.
doko@ubuntu.com
2014-05-13
1
-0/+2
*
|
|
Issue #19775: Add a samefile() method to pathlib Path objects.
Antoine Pitrou
2014-05-13
1
-0/+3
*
|
|
merge
Raymond Hettinger
2014-05-13
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue 21469: Add missing news item
Raymond Hettinger
2014-05-13
1
-0/+4
*
|
|
Merge from 3.4 (for #21226).
Eric Snow
2014-05-13
1
-0/+2
|
\
\
\
|
|
/
/
[prev]
[next]