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 #27369: Merge test_pyexpat from 3.3 into 3.4
Martin Panter
2016-07-14
2
-4/+8
|
\
|
*
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
Martin Panter
2016-07-14
2
-4/+5
|
|
\
|
|
*
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
3.2
Martin Panter
2016-07-14
2
-4/+5
|
|
*
Issue #22758: Move NEWS entry to Library section
Martin Panter
2016-07-14
1
-3/+3
*
|
|
#22758 null merge
R David Murray
2016-07-10
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
#22758 null merge
R David Murray
2016-07-10
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
#22758: fix regression in handling of secure cookies.
R David Murray
2016-07-10
3
-11/+61
*
|
|
merge 3.3
Benjamin Peterson
2016-07-06
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Switch to the new upload url for PyPI
Donald Stufft
2016-07-06
3
-4/+4
|
*
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
3
-0/+27
*
|
|
Switch to the new upload url for PyPI
Donald Stufft
2016-07-06
3
-5/+5
*
|
|
Merge.
Larry Hastings
2016-06-27
3
-5/+11
|
\
\
\
|
*
|
|
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1/+7
|
*
|
|
sync ordering of stddef.h includes with expat 2.1.1
Benjamin Peterson
2016-06-14
2
-4/+4
*
|
|
|
Post-release fixups for Python 3.4.5.
Larry Hastings
2016-06-27
2
-1/+13
*
|
|
|
Added tag v3.4.5 for changeset 619b61e505d0
Larry Hastings
2016-06-25
1
-0/+1
*
|
|
|
Version bump for 3.4.5 final.
v3.4.5
Larry Hastings
2016-06-25
3
-5/+16
*
|
|
|
Regenerate pydoc topics for 3.4.5 final.
Larry Hastings
2016-06-25
1
-1/+1
*
|
|
|
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
Matthias Klose
2016-06-13
1
-1/+2
|
/
/
/
*
|
|
Added tag v3.4.5rc1 for changeset 3631bb4a2490
Larry Hastings
2016-06-12
1
-0/+1
*
|
|
Release bump for 3.4.5rc1.
v3.4.5rc1
Larry Hastings
2016-06-12
3
-9/+9
*
|
|
Regenerate pydoc topics for 3.4.5rc1.
Larry Hastings
2016-06-12
1
-2/+2
*
|
|
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
4
-6/+26
*
|
|
raise an error when STARTTLS fails
Benjamin Peterson
2016-06-11
2
-0/+8
*
|
|
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
Guido van Rossum
2016-05-19
4
-58/+0
*
|
|
Upgrade ensurepip bundled setuptools to 20.10.1
Donald Stufft
2016-05-02
2
-1/+1
*
|
|
Issue26748: Enum classes should evaluate as True
Ethan Furman
2016-04-14
2
-0/+19
*
|
|
remove useless $ keyword (closes #17167)
Benjamin Peterson
2016-03-22
1
-1/+1
*
|
|
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
Donald Stufft
2016-03-17
3
-2/+2
*
|
|
Backed out changeset 19a3e0e664af
Serhiy Storchaka
2016-03-08
1
-5/+1
*
|
|
Issues #23808, #25911: Trying to fix walk tests on Windows.
Serhiy Storchaka
2016-03-08
1
-1/+5
*
|
|
properly use the ObjArgs variant of CallMethod in dictview binary operations ...
Benjamin Peterson
2016-03-04
3
-5/+11
*
|
|
Issue #26246: Set initial value of the hidden attr when creating copy button.
Berker Peksag
2016-03-02
1
-0/+1
*
|
|
asyncio: Update 3.4 asyncio/test_tasks to upstream version
Yury Selivanov
2016-03-02
1
-1/+2
*
|
|
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
Ezio Melotti
2016-02-27
2
-7/+12
*
|
|
open the cert store readonly
Benjamin Peterson
2016-02-18
2
-2/+8
*
|
|
reject negative data_size
Benjamin Peterson
2016-01-22
1
-0/+4
*
|
|
Upgrade pip to 8.0.2
Donald Stufft
2016-01-22
2
-1/+1
*
|
|
prevent buffer overflow in get_data (closes #26171)
Benjamin Peterson
2016-01-21
2
-0/+8
*
|
|
fix refleak in error condition
Benjamin Peterson
2016-01-21
1
-0/+1
*
|
|
remove script from epub (closes #26172)
Benjamin Peterson
2016-01-21
1
-1/+1
*
|
|
Update pip to 8.0.0 and setuptools to 19.4
Donald Stufft
2016-01-20
3
-2/+2
*
|
|
Make the error message regex more lenient so that it matches both
Gregory P. Smith
2016-01-16
1
-2/+2
*
|
|
Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
Martin Panter
2016-01-15
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
Martin Panter
2016-01-15
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT
Martin Panter
2016-01-15
1
-1/+3
*
|
|
Issue #25940: Update new SSL tests for self-signed.pythontest.net
Martin Panter
2016-01-14
1
-12/+12
*
|
|
Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4
Martin Panter
2016-01-14
6
-86/+88
|
\
\
\
|
|
/
/
|
*
|
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
Martin Panter
2016-01-14
7
-89/+111
|
|
\
\
|
|
|
/
|
|
*
Issue #25940: Use self-signed.pythontest.net in SSL tests
Martin Panter
2016-01-14
6
-96/+97
[next]