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
*
bump to 2.7.15
v2.7.15
Benjamin Peterson
2018-04-29
1
-3/+3
*
generate 2.7.15 NEWS
Benjamin Peterson
2018-04-29
1
-0/+6
*
Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374)
Florian Weimer
2018-04-29
2
-1/+19
*
2.7.15rc1 version bump
v2.7.15rc1
Benjamin Peterson
2018-04-14
2
-5/+5
*
make NEWS for 2.7.15rc1
Benjamin Peterson
2018-04-14
167
-370/+1693
*
bpo-33148: Update Windows build to use OpenSSL 1.0.2o
Steve Dower
2018-04-14
4
-3/+4
*
[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408...
Miss Islington (bot)
2018-04-14
2
-3/+4
*
[2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470)
Ned Deily
2018-04-14
1
-0/+0
*
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
Ned Deily
2018-04-14
18
-711/+739
*
[2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext``...
Serhiy Storchaka
2018-04-10
3
-20/+17
*
[2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...
Miss Islington (bot)
2018-04-07
2
-0/+14
*
[2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...
Cheryl Sabella
2018-04-02
3
-9/+90
*
[2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G...
Serhiy Storchaka
2018-04-01
1
-18/+19
*
[2.7] Gitignore gmon.out (GH-5796) (GH-6328)
Serhiy Storchaka
2018-03-31
1
-0/+1
*
[2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)
Serhiy Storchaka
2018-03-31
5
-1/+3546
*
[2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325)
Serhiy Storchaka
2018-03-31
1
-2/+2
*
bpo-31544: Fix a reference leak to 'self' after the previous target error han...
scoder
2018-03-31
2
-6/+23
*
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284)
Miss Islington (bot)
2018-03-28
1
-0/+1
*
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...
Miss Islington (bot)
2018-03-26
1
-1/+1
*
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
Miss Islington (bot)
2018-03-26
1
-3/+2
*
[2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)
Christian Heimes
2018-03-24
3
-9/+19
*
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...
scoder
2018-03-24
3
-2/+68
*
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
Miss Islington (bot)
2018-03-22
3
-2/+2
*
Fix typos in mmap() error messages (GH-6173)
Miss Islington (bot)
2018-03-21
1
-2/+2
*
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)
Miss Islington (bot)
2018-03-17
3
-2/+2
*
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
xdegaye
2018-03-13
3
-15/+93
*
[2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
3
-0/+34
*
Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033)
Xiang Zhang
2018-03-09
1
-1/+8
*
[2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)
Jamie Davis
2018-03-06
3
-1/+16
*
[2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
Benjamin Peterson
2018-03-04
6
-3/+39
*
bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (...
Brett Cannon
2018-03-02
1
-8/+1
*
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)
Alexey Izbyshev
2018-03-01
2
-7/+10
*
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
bennorth
2018-02-26
4
-7/+46
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Miss Islington (bot)
2018-02-25
1
-3/+2
*
[2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Cheryl Sabella
2018-02-25
1
-1/+1
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Miss Islington (bot)
2018-02-25
1
-0/+19
*
Delete a broken threading.local example (GH-5870)
Miss Islington (bot)
2018-02-25
1
-5/+1
*
[2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882)
Christian Heimes
2018-02-25
1
-21/+26
*
Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
Christian Heimes
2018-02-25
1
-1/+2
*
[2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)
Christian Heimes
2018-02-25
2
-0/+6
*
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
Christian Heimes
2018-02-25
3
-7/+38
*
[2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871)
Miss Islington (bot)
2018-02-25
2
-2/+42
*
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
Christian Heimes
2018-02-25
3
-5/+23
*
bpo-31518: Change TLS protocol for Debian (#3661)
Christian Heimes
2018-02-24
5
-9/+12
*
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Miss Islington (bot)
2018-02-23
1
-1/+1
*
[2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)
Anselm Kruis
2018-02-23
3
-1/+36
*
[2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...
Miss Islington (bot)
2018-02-21
4
-0/+12
*
[2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792)
Benjamin Peterson
2018-02-21
1
-2/+2
*
Fix typo in docs (GH-5763)
Raymond Hettinger
2018-02-19
1
-1/+1
*
[2.7] bpo-21060 Improve error message for "setup.py upload" without dist file...
Éric Araujo
2018-02-19
2
-1/+6
[next]