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
*
compile.c: inline compiler_use_new_block()
Victor Stinner
2016-02-27
1
-26/+9
*
merge with 3.5
Georg Brandl
2016-02-26
69
-262/+252
|
\
|
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
69
-256/+253
*
|
merge with 3.5
Georg Brandl
2016-02-26
1
-3/+3
|
\
\
|
|
/
|
*
Fix version.
Georg Brandl
2016-02-26
1
-3/+3
*
|
merge with 3.5
Georg Brandl
2016-02-26
1
-1/+1
|
\
\
|
|
/
|
*
Closes #26442: fix copy-paste.
Georg Brandl
2016-02-26
1
-1/+1
*
|
merge with 3.5
Georg Brandl
2016-02-26
1
-7/+7
|
\
\
|
|
/
|
*
Closes #26444: typo fixes.
Georg Brandl
2016-02-26
1
-7/+7
*
|
remove unused c_encoding struct member
Benjamin Peterson
2016-02-26
1
-17/+4
*
|
rewrite parsestr() so it's comprehensible; remove dead code
Benjamin Peterson
2016-02-26
1
-24/+12
*
|
c_encoding can never be NULL, which allows some code simplification
Benjamin Peterson
2016-02-26
1
-47/+43
*
|
Dummy merge with 3.5
Martin Panter
2016-02-26
0
-0/+0
|
\
\
|
|
/
|
*
Issue #24421: Compile _math.c separately to avoid race condition
Martin Panter
2016-02-03
3
-5/+17
*
|
Issue #26390: Merge pbkdf2_hmac() doc from 3.5
Martin Panter
2016-02-26
2
-6/+10
|
\
\
|
|
/
|
*
Issue #26390: Fix and test pbkdf2_hmac() parameter names
Martin Panter
2016-02-22
2
-6/+10
*
|
merge with 3.5
Georg Brandl
2016-02-25
10
-21/+22
|
\
\
|
|
/
|
*
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Georg Brandl
2016-02-25
10
-21/+22
*
|
merge with 3.5
Georg Brandl
2016-02-25
1
-2/+2
|
\
\
|
|
/
|
*
Fix rstlint to also look for indented comments that should be directives.
Georg Brandl
2016-02-25
1
-2/+2
*
|
Issue #26402: Merge XML-RPC client fix from 3.5
Martin Panter
2016-02-25
3
-3/+44
|
\
\
|
|
/
|
*
Issue #26402: Fix XML-RPC client retrying after server disconnection
Martin Panter
2016-02-25
3
-3/+44
*
|
Issue #25801: Fixed resource warnings in test_zipfile64.
Serhiy Storchaka
2016-02-25
1
-2/+6
|
\
\
|
|
/
|
*
Issue #25801: Fixed resource warnings in test_zipfile64.
Serhiy Storchaka
2016-02-25
1
-2/+6
*
|
Fix out-of-date comment
Raymond Hettinger
2016-02-25
1
-1/+1
*
|
Issue #25136: merge from 3.5
Ned Deily
2016-02-24
1
-1/+6
|
\
\
|
|
/
|
*
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
Ned Deily
2016-02-24
1
-1/+6
*
|
Change OS X installer builds targeted for 10.10 and above to build
Ned Deily
2016-02-24
1
-2/+7
|
\
\
|
|
/
|
*
Change OS X installer builds targeted for 10.10 and above to build
Ned Deily
2016-02-24
1
-2/+7
*
|
Issue #25136: merge from 3.5
Ned Deily
2016-02-24
4
-2/+41
|
\
\
|
|
/
|
*
Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
Ned Deily
2016-02-24
4
-2/+42
*
|
Issue #26302: merge from 3.5
Jason R. Coombs
2016-02-24
3
-1/+10
|
\
\
|
|
/
|
*
Issue #26302: Correctly identify comma as an invalid character for a cookie (...
Anish Shah
2016-02-07
3
-1/+10
*
|
Null merge
Serhiy Storchaka
2016-02-24
0
-0/+0
|
\
\
|
|
/
|
*
Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes
Serhiy Storchaka
2016-02-24
1
-1/+1
*
|
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Serhiy Storchaka
2016-02-24
3
-7/+14
|
\
\
|
|
/
|
*
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Serhiy Storchaka
2016-02-24
3
-6/+13
*
|
Issue #5824: Merge socketserver tests from 3.5
Martin Panter
2016-02-24
2
-29/+20
|
\
\
|
|
/
|
*
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
Martin Panter
2016-02-24
2
-29/+20
*
|
Issue #22088: Merge base64 docs from 3.5
Martin Panter
2016-02-24
3
-79/+92
|
\
\
|
|
/
|
*
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Martin Panter
2016-02-23
3
-79/+92
*
|
Issue #26406: merge from 3.5
Ned Deily
2016-02-23
2
-4/+13
|
\
\
|
|
/
|
*
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
Ned Deily
2016-02-23
2
-4/+13
*
|
merge with 3.5
Georg Brandl
2016-02-22
1
-5/+5
|
\
\
|
|
/
|
*
Update example; str(float) changed so there is difference now.
Georg Brandl
2016-02-22
1
-5/+5
*
|
Issue #26268: Merge with 3.5
Zachary Ware
2016-02-22
8
-122/+74
|
\
\
|
|
/
|
*
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
Zachary Ware
2016-02-22
7
-12/+14
|
*
Issue #26268: Update the prepare_ssl.py script
Zachary Ware
2016-02-22
2
-110/+59
*
|
Issue #26261: Merge NamedTemporaryFile docs from 3.5
Martin Panter
2016-02-22
2
-3/+4
|
\
\
|
|
/
|
*
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
Martin Panter
2016-02-22
2
-3/+4
[next]