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 #21477: idle htests - lower case function names, other cleanups.
Terry Jan Reedy
2014-05-19
2
-27/+26
*
|
|
merge
Raymond Hettinger
2014-05-19
1
-6/+10
|
\
\
\
|
|
/
/
|
*
|
Issue 20620: Update the min()/max() docs for the new default argument.
Raymond Hettinger
2014-05-19
1
-6/+10
*
|
|
Small code and comment cleanups
Raymond Hettinger
2014-05-19
1
-14/+4
*
|
|
Improve readability
Raymond Hettinger
2014-05-19
1
-1/+1
*
|
|
merge
Raymond Hettinger
2014-05-19
1
-5/+7
|
\
\
\
|
|
/
/
|
*
|
Merge.
Larry Hastings
2014-05-19
1
-5/+7
|
|
\
\
|
|
|
/
|
|
*
Don't grow strings by concatenation. Use ''.join() instead.
Raymond Hettinger
2014-05-18
1
-5/+7
*
|
|
Merge.
Larry Hastings
2014-05-19
1
-0/+2
|
\
\
\
|
*
\
\
Null merge 3.4.1 (and 3.4.1rc1) release-engineering revisions.
Larry Hastings
2014-05-19
1
-0/+2
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Added tag v3.4.1 for changeset c0e311e010fc
Larry Hastings
2014-05-18
1
-0/+1
|
|
*
|
Version bump for 3.4.1.
v3.4.1
Larry Hastings
2014-05-18
4
-6/+6
|
|
*
|
Rebuild pydoc topics.
Larry Hastings
2014-05-18
1
-78/+78
|
|
|
/
|
|
*
Merge.
Larry Hastings
2014-05-18
69
-4598/+5120
|
|
|
\
|
|
*
|
Post-release version bump for 3.4.1rc1. Sorry it's late!
Larry Hastings
2014-05-18
2
-1/+13
|
|
*
|
Added tag v3.4.1rc1 for changeset c67a19e11a71
Larry Hastings
2014-05-04
1
-0/+1
|
|
*
|
Version bump for 3.4.1rc1.
v3.4.1rc1
Larry Hastings
2014-05-04
6
-86/+86
*
|
|
|
Add development comments to setobject.c
Raymond Hettinger
2014-05-18
1
-8/+15
*
|
|
|
Add comment and make minor code clean-up to improve clarity.
Raymond Hettinger
2014-05-18
1
-3/+13
|
/
/
/
*
|
|
(null merge 3.4)
Benjamin Peterson
2014-05-18
0
-0/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Upgrade pip to 1.5.6
Donald Stufft
2014-05-17
2
-1/+1
*
|
|
Issue #21430: additions to the description of non-blocking SSL sockets
Antoine Pitrou
2014-05-17
1
-1/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #21430: additions to the description of non-blocking SSL sockets
Antoine Pitrou
2014-05-17
1
-3/+20
*
|
|
Issue #20186: memoryobject.c: add function signatures.
Stefan Krah
2014-05-17
1
-5/+6
*
|
|
merge 3.4 (#10744)
Benjamin Peterson
2014-05-17
5
-15/+74
|
\
\
\
|
|
/
/
|
*
|
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
5
-15/+74
*
|
|
Miscellaneous corrections and updates to the OS X README file.
Ned Deily
2014-05-17
1
-13/+17
|
\
\
\
|
|
/
/
|
*
|
Miscellaneous corrections and updates to the OS X README file.
Ned Deily
2014-05-17
1
-13/+17
*
|
|
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan
2014-05-17
4
-0/+15
*
|
|
Upgrade pip to 1.5.6
Donald Stufft
2014-05-17
2
-1/+1
*
|
|
Upgrade setuptools to 3.6
Donald Stufft
2014-05-17
2
-1/+1
*
|
|
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
30
-429/+527
*
|
|
Fix a small typo in test_importlib.
Eric Snow
2014-05-16
1
-2/+2
*
|
|
Issue #13916: Fix surrogatepass error handler on Windows
Victor Stinner
2014-05-16
2
-6/+4
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-05-16
1
-29/+32
|
\
\
\
|
|
/
/
|
*
|
Issue #18104: revise docstrings, remove obsolete comments.
Terry Jan Reedy
2014-05-16
1
-29/+32
*
|
|
Mention ipaddress improvements.
Antoine Pitrou
2014-05-15
1
-0/+15
*
|
|
Better organization of the what's new
Antoine Pitrou
2014-05-15
1
-17/+32
*
|
|
Issue #21364: remove recommendation of broken pattern.
Antoine Pitrou
2014-05-15
1
-15/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #21364: remove recommendation of broken pattern.
Antoine Pitrou
2014-05-15
1
-15/+12
*
|
|
Issue #20826: Optimize ipaddress.collapse_addresses().
Antoine Pitrou
2014-05-15
2
-27/+28
*
|
|
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...
Antoine Pitrou
2014-05-15
2
-21/+10
*
|
|
Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...
Antoine Pitrou
2014-05-15
2
-79/+122
*
|
|
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Serhiy Storchaka
2014-05-15
3
-4/+35
*
|
|
Merge 3.4
Victor Stinner
2014-05-14
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
Victor Stinner
2014-05-14
1
-1/+0
*
|
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
5
-19/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
5
-19/+25
*
|
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
4
-2/+17
|
\
\
\
|
|
/
/
|
*
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
4
-2/+17
[prev]
[next]