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
...
|
*
link to wikipedia description of cryptographic salt
Benjamin Peterson
2014-05-26
1
-1/+1
|
*
oxford comma
Benjamin Peterson
2014-05-26
1
-3/+3
*
|
merge 3.4 (#21587)
Benjamin Peterson
2014-05-26
1
-1/+1
|
\
\
|
|
/
|
*
remove tab (closes #21587)
Benjamin Peterson
2014-05-26
1
-1/+1
*
|
merge 3.4 (#21586)
Benjamin Peterson
2014-05-26
1
-1/+1
|
\
\
|
|
/
|
*
fix typo in variable name (closes #21586)
Benjamin Peterson
2014-05-26
1
-1/+1
*
|
Minor clean-ups for heapq.
Raymond Hettinger
2014-05-26
1
-11/+11
*
|
merge
Raymond Hettinger
2014-05-26
2
-0/+10
|
\
\
|
|
/
|
*
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
3
-0/+13
*
|
merge
Raymond Hettinger
2014-05-26
2
-6/+177
|
\
\
|
|
/
|
*
Issue 8743: Improve interoperability between sets and the collections.Set abs...
Raymond Hettinger
2014-05-26
3
-6/+180
*
|
Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).
Raymond Hettinger
2014-05-26
1
-0/+5
*
|
Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...
Raymond Hettinger
2014-05-26
2
-0/+54
*
|
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger
2014-05-26
6
-6/+41
*
|
merge
Raymond Hettinger
2014-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue 21558: Fix a typo in the contextlib docs
Raymond Hettinger
2014-05-26
1
-1/+1
*
|
merge
Raymond Hettinger
2014-05-26
2
-2/+5
|
\
\
|
|
/
|
*
Issue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger
2014-05-26
3
-2/+8
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-25
9
-79/+160
|
\
\
|
|
/
|
*
Issue #21477: Idle htest: modify run; add more tests.
Terry Jan Reedy
2014-05-25
9
-79/+160
*
|
Merge from 3.4
Nick Coghlan
2014-05-25
1
-1/+17
|
\
\
|
|
/
|
*
Mention setuptools & wheel as key terms for distribution
Nick Coghlan
2014-05-25
1
-1/+17
*
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
2
-0/+62
|
\
\
|
|
/
|
*
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
2
-0/+62
*
|
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali
2014-05-25
9
-102/+43
*
|
Issue #18918: Removed non-existing topic from a list of available topics.
Serhiy Storchaka
2014-05-25
1
-1/+0
|
\
\
|
|
/
|
*
Issue #18918: Removed non-existing topic from a list of available topics.
Serhiy Storchaka
2014-05-25
1
-1/+0
*
|
Issue #20197: Added support for the WebP image type in the imghdr module.
Serhiy Storchaka
2014-05-25
6
-1/+17
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-24
18
-181/+414
|
\
\
|
|
/
|
*
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy
2014-05-24
18
-181/+414
*
|
Cleanup other stats formatting code in gcmodule.c
Antoine Pitrou
2014-05-24
1
-5/+3
*
|
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...
Antoine Pitrou
2014-05-24
2
-41/+10
*
|
Refactor precomputed constants in the ipaddress module (suggested by Charles-...
Antoine Pitrou
2014-05-23
1
-58/+67
*
|
Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Addre...
Antoine Pitrou
2014-05-23
2
-51/+72
*
|
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
Serhiy Storchaka
2014-05-23
1
-6/+13
|
\
\
|
|
/
|
*
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
Serhiy Storchaka
2014-05-23
1
-6/+13
*
|
Merge for issue #14710
Brett Cannon
2014-05-23
2
-1/+17
|
\
\
|
|
/
|
*
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon
2014-05-23
3
-1/+23
*
|
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
3
-6/+25
|
\
\
|
|
/
|
*
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
3
-6/+28
*
|
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
2
-0/+187
|
\
\
|
|
/
|
*
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
Serhiy Storchaka
2014-05-23
2
-0/+187
*
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
3
-5/+50
|
\
\
|
|
/
|
*
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
3
-5/+59
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-23
2
-2/+8
|
\
\
|
|
/
|
*
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy
2014-05-23
2
-2/+8
*
|
merge
Raymond Hettinger
2014-05-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue 21479: Fix markup for the TarFile.open() classmethod.
Raymond Hettinger
2014-05-23
1
-1/+1
*
|
merge
Raymond Hettinger
2014-05-22
1
-1/+1
|
\
\
|
|
/
[prev]
[next]