| 2019-10-08 |
Benjamin Peterson | Roll up news for 2.7.17rc1. |
commit | commitdiff | tree | snapshot |
| 2019-10-08 |
Jason R. Coombs | [2.7] bpo-38216, bpo-36274: Allow subclasses to separat... |
commit | commitdiff | tree | snapshot |
| 2019-10-08 |
Benjamin Peterson | [2.7] bpo-37664: Update ensurepip bundled wheels, again... |
commit | commitdiff | tree | snapshot |
| 2019-10-03 |
Kirill Smelkov | bpo-38106: Fix race in pthread PyThread_release_lock... |
commit | commitdiff | tree | snapshot |
| 2019-10-02 |
Victor Stinner | [2.7] bpo-38338, test.pythoninfo: add more ssl infos... |
commit | commitdiff | tree | snapshot |
| 2019-10-01 |
Dong-hee Na | [2.7] bpo-38243: Escape the server title of DocXMLRPCSe... |
commit | commitdiff | tree | snapshot |
| 2019-09-28 |
Jesús Cea | [2.7] bpo-38301: In Solaris family, we must be sure... |
commit | commitdiff | tree | snapshot |
| 2019-09-26 |
Benjamin Peterson | bpo-38174 follow up: Remove loadlibrary.c from VS9... |
commit | commitdiff | tree | snapshot |
| 2019-09-26 |
Benjamin Peterson | [2.7] closes bpo-38174: Update vendored expat library... |
commit | commitdiff | tree | snapshot |
| 2019-09-24 |
Miss Islington... | closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW... |
commit | commitdiff | tree | snapshot |
| 2019-09-18 |
Miss Islington... | bpo-37904: Edition on python tutorial - section 4 ... |
commit | commitdiff | tree | snapshot |
| 2019-09-17 |
Serhiy Storchaka | [2.7] bpo-38175: Fix a memory leak in comparison of... |
commit | commitdiff | tree | snapshot |
| 2019-09-16 |
Miss Islington... | bpo-33936: Don't call obsolete init methods with OpenSS... |
commit | commitdiff | tree | snapshot |
| 2019-09-16 |
Steve Dower | bpo-38117: Updates bundled OpenSSL to 1.0.2t (GH-16178) |
commit | commitdiff | tree | snapshot |
| 2019-09-16 |
Xiang Zhang | [2.7] bpo-38168: Fix a possbile refleak in setint(... |
commit | commitdiff | tree | snapshot |
| 2019-09-16 |
Ned Deily | bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer... |
commit | commitdiff | tree | snapshot |
| 2019-09-14 |
Roberto C.... | [2.7] bpo-34155: Dont parse domains containing @ (GH... |
commit | commitdiff | tree | snapshot |
| 2019-09-11 |
Alexandru Ardelean | [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL... |
commit | commitdiff | tree | snapshot |
| 2019-09-11 |
Zackery Spytz | closes bpo-36712: Fix duplicate method in Lib/email... |
commit | commitdiff | tree | snapshot |
| 2019-09-11 |
Zackery Spytz | closes bpo-36711: Remove duplicate method in Lib/email... |
commit | commitdiff | tree | snapshot |
| 2019-09-11 |
Zackery Spytz | bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in... |
commit | commitdiff | tree | snapshot |
| 2019-09-09 |
Benjamin Peterson | [2.7] bpo-36502: Update link to UAX GH-44, the Unicode... |
commit | commitdiff | tree | snapshot |
| 2019-09-09 |
Serhiy Storchaka | [2.7] bpo-34410: Fix a crash in the tee iterator when... |
commit | commitdiff | tree | snapshot |
| 2019-08-28 |
Miss Islington... | closes bpo-37965: Fix compiler warning of distutils... |
commit | commitdiff | tree | snapshot |
| 2019-08-23 |
Victor Stinner | bpo-34521: Fix FD transfer in multiprocessing on FreeBS... |
commit | commitdiff | tree | snapshot |
| 2019-08-23 |
Victor Stinner | test_multiprocessing removes temporary files (GH-15421) |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
Miss Islington... | bpo-37823: Fix open() link in telnetlib doc (GH-15281) |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
Miss Islington... | bpo-35518: Skip test that relies on a deceased network... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
David H | [2.7] bpo-37730: Fix usage of NotImplemented instead... 15162/head |
commit | commitdiff | tree | snapshot |
| 2019-07-24 |
Miss Islington... | closes bpo-37675: Use pkgutil.iter_modules to find... |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
Miss Islington... | bpo-34369: make kqueue.control() docs better reflect... |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
Miss Islington... | Document default parameter of .seek() in the signature... |
commit | commitdiff | tree | snapshot |
| 2019-07-07 |
Miss Islington... | bpo-37513: Change ValueError to TypeError in an example... 14689/head |
commit | commitdiff | tree | snapshot |
| 2019-07-06 |
Miss Islington... | bpo-37487: Fix PyList_GetItem index description. (GH... |
commit | commitdiff | tree | snapshot |
| 2019-07-06 |
Miss Islington... | bpo-37149: Replace dead link for online Tkinter referen... |
commit | commitdiff | tree | snapshot |
| 2019-07-02 |
Miss Islington... | Put pyexpatns.h include back. bpo-37437 (GH-14539) 14591/head |
commit | commitdiff | tree | snapshot |
| 2019-07-01 |
Ned Deily | bpo-19960: Fix building of zlib on macOS without instal... |
commit | commitdiff | tree | snapshot |
| 2019-06-30 |
Miss Islington... | [2.7] bpo-30754: Document textwrap.dedent blank line... |
commit | commitdiff | tree | snapshot |
| 2019-06-28 |
Victor Stinner | [2.7] bpo-37329: valgrind: ignore _PyWarnings_Init... |
commit | commitdiff | tree | snapshot |
| 2019-06-28 |
Miss Islington... | closes bpo-37437: Update vendorized expat to 2.2.7... |
commit | commitdiff | tree | snapshot |
| 2019-06-26 |
Miss Islington... | [2.7] bpo-37411: Rewrite test_wsgiref.testEnviron(... |
commit | commitdiff | tree | snapshot |
| 2019-06-25 |
Victor Stinner | bpo-37396, PCbuild: Include "_d" in "Killing any runnin... |
commit | commitdiff | tree | snapshot |
| 2019-06-24 |
animalize | bpo-35360: Update Windows builds to use SQLite 3.28... |
commit | commitdiff | tree | snapshot |
| 2019-06-24 |
Victor Stinner | bpo-37124: Fix reference leak in test_msilib (GH-13750... |
commit | commitdiff | tree | snapshot |
| 2019-06-24 |
Victor Stinner | bpo-37359: Add --cleanup option to python3 -m test... |
commit | commitdiff | tree | snapshot |
| 2019-06-23 |
Miss Islington... | Improve threading.daemon docstring (GH-14278) |
commit | commitdiff | tree | snapshot |
| 2019-06-21 |
Victor Stinner | bpo-37362: test_gdb now ignores stderr (GH-14287) ... |
commit | commitdiff | tree | snapshot |
| 2019-06-20 |
Ned Deily | bpo-36231: Support building on macOS without /usr/inclu... |
commit | commitdiff | tree | snapshot |
| 2019-06-19 |
Benjamin Peterson | [2.7] Fix name of '\0'. (GH-14225) |
commit | commitdiff | tree | snapshot |
| 2019-06-18 |
Ned Deily | bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer... |
commit | commitdiff | tree | snapshot |
| 2019-06-18 |
animalize | [2.7] bpo-35360: Update macOS installer to use SQLite... |
commit | commitdiff | tree | snapshot |
| 2019-06-18 |
Alex Gaynor | [2.7] Update link in colorsys docs to be https (GH... |
commit | commitdiff | tree | snapshot |
| 2019-06-17 |
Steve Dower | bpo-34631: Updated OpenSSL to 1.0.2s in Windows install... |
commit | commitdiff | tree | snapshot |
| 2019-06-16 |
Terry Jan Reedy | [2.7] Fix 2.7 test -R test_IDLE failure on Windows... |
commit | commitdiff | tree | snapshot |
| 2019-06-15 |
Xtreak | [2.7] bpo-35647: Fix path check in cookiejar. (GH-11436... |
commit | commitdiff | tree | snapshot |
| 2019-06-15 |
Xtreak | [2.7] bpo-35121: prefix dot in domain for proper subdom... |
commit | commitdiff | tree | snapshot |
| 2019-06-11 |
Victor Stinner | [2.7] bpo-36742: Fix urlparse.urlsplit() error message... |
commit | commitdiff | tree | snapshot |
| 2019-06-09 |
Dimitri John... | [2.7] bpo-34836: fix test_default_ecdh_curve, needs... |
commit | commitdiff | tree | snapshot |
| 2019-06-08 |
Eric Wieser | [2.7] bpo-37188: Fix a divide-by-zero in arrays of... |
commit | commitdiff | tree | snapshot |
| 2019-06-07 |
Zackery Spytz | [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsi... |
commit | commitdiff | tree | snapshot |
| 2019-06-07 |
Tal Einat | [2.7] bpo-37177: make IDLE's search dialogs transient... |
commit | commitdiff | tree | snapshot |
| 2019-06-05 |
Anthony Sottile | Update outdated reference to Mercurial (GH-12857) |
commit | commitdiff | tree | snapshot |
| 2019-06-04 |
Miss Islington... | Doc: Python 3.9 in sidebar and version switcher. (GH... |
commit | commitdiff | tree | snapshot |
| 2019-06-04 |
Steve Dower | bpo-36742: Corrects fix to handle decomposition in... |
commit | commitdiff | tree | snapshot |
| 2019-06-03 |
Miss Islington... | Fix variable name copy/paste error in build-installer... |
commit | commitdiff | tree | snapshot |
| 2019-05-31 |
Miss Islington... | [2.7] bpo-12639: msilib.Directory.start_component(... |
commit | commitdiff | tree | snapshot |
| 2019-05-29 |
Hai Shi | [2.7] bpo-33071: remove outdated PyPI docs (GH-13087... |
commit | commitdiff | tree | snapshot |
| 2019-05-29 |
Tony Flury | [2.7] bpo-33006 - Correct filter doc string to clarify... |
commit | commitdiff | tree | snapshot |
| 2019-05-28 |
Victor Stinner | bpo-26423: Fix test_descr.test_wrap_lenfunc_bad_cast... |
commit | commitdiff | tree | snapshot |
| 2019-05-28 |
Victor Stinner | bpo-26423: Fix possible overflow in wrap_lenfunc()... |
commit | commitdiff | tree | snapshot |
| 2019-05-24 |
Victor Stinner | bpo-35907: Clarify the NEWS entry (GH-13557) |
commit | commitdiff | tree | snapshot |
| 2019-05-23 |
Michele Angrisano | bpo-36713: Rename duplicated method in test_unicode... |
commit | commitdiff | tree | snapshot |
| 2019-05-22 |
Victor Stinner | bpo-35907: Complete test_urllib.test_local_file_open... |
commit | commitdiff | tree | snapshot |
| 2019-05-21 |
SH | bpo-35907, CVE-2019-9948: urllib rejects local_file... |
commit | commitdiff | tree | snapshot |
| 2019-05-21 |
Victor Stinner | bpo-30458: Disallow control chars in http URLs (GH... |
commit | commitdiff | tree | snapshot |
| 2019-05-20 |
Terry Jan Reedy | [2.7] Update idlelib NEWS.txt for 2.7 (GH-13436) |
commit | commitdiff | tree | snapshot |
| 2019-05-20 |
Miss Islington... | closes bpo-36951: Correct some types in the type_member... |
commit | commitdiff | tree | snapshot |
| 2019-05-17 |
Benjamin Peterson | closes bpo-36755: Suppress noisy error output in test... |
commit | commitdiff | tree | snapshot |
| 2019-05-15 |
Victor Stinner | bpo-27987: pymalloc: align by 16bytes on 64bit platform... |
commit | commitdiff | tree | snapshot |
| 2019-05-13 |
Terry Jan Reedy | [2.7] bpo-36807: When saving a file in IDLE, call flush... |
commit | commitdiff | tree | snapshot |
| 2019-05-13 |
Gregory P.... | [2.7] bpo-35925: Skip SSL tests that fail due to weak... |
commit | commitdiff | tree | snapshot |
| 2019-05-12 |
Toshio Kuratomi | [2.7] closes bpo-14353: Fix detection of bind_textdomai... |
commit | commitdiff | tree | snapshot |
| 2019-05-09 |
Gregory P.... | [2.7] bpo-36816: Update the self-signed.pythontest... |
commit | commitdiff | tree | snapshot |
| 2019-05-08 |
Julien Palard | [2.7] bpo-24712: Doc: Make sidebar sticky using browser... |
commit | commitdiff | tree | snapshot |
| 2019-05-02 |
Zackery Spytz | [2.7] bpo-14546: Fix the argument handling in Tools... |
commit | commitdiff | tree | snapshot |
| 2019-05-02 |
Miss Islington... | Change bisect to bisect_cmd in docstring (GH-13040) |
commit | commitdiff | tree | snapshot |
| 2019-05-01 |
Steve Dower | bpo-36742: Fixes handling of pre-normalization characte... |
commit | commitdiff | tree | snapshot |
| 2019-04-30 |
Miss Islington... | closes bpo-35329: Change 'Package' to 'package' in... |
commit | commitdiff | tree | snapshot |
| 2019-04-29 |
Victor Stinner | bpo-35952: Sync test.pythoninfo from master (GH-13010) |
commit | commitdiff | tree | snapshot |
| 2019-04-25 |
Victor Stinner | bpo-28552: Fix distutils.sysconfig for empty sys.execut... |
commit | commitdiff | tree | snapshot |
| 2019-04-22 |
Zackery Spytz | [2.7] bpo-9194: Fix the bounds checking in winreg.c... |
commit | commitdiff | tree | snapshot |
| 2019-04-13 |
Victor Stinner | bpo-36605: make tags: parse Modules/_io directory ... 12873/head |
commit | commitdiff | tree | snapshot |
| 2019-04-12 |
Joshua Root | bpo-34652: Use AC_CHECK_FUNCS for lchmod. (GH-12799) |
commit | commitdiff | tree | snapshot |
| 2019-04-09 |
Victor Stinner | bpo-36235: Fix distutils test_customize_compiler()... |
commit | commitdiff | tree | snapshot |
| 2019-04-09 |
Victor Stinner | bpo-36560: Fix reference leak hunting in regrtest ... |
commit | commitdiff | tree | snapshot |
| 2019-04-09 |
Inada Naoki | bpo-30134: fix BytesWarning doc, docstring and message... |
commit | commitdiff | tree | snapshot |
| 2019-04-09 |
Inada Naoki | bpo-30134: add BytesWarning in warnings.rst (GH-12738) |
commit | commitdiff | tree | snapshot |
| 2019-04-09 |
cocoatomo | bpo-30134: add an explanation of BytesWarning (GH-1249) |
commit | commitdiff | tree | snapshot |
| 2019-04-03 |
Zackery Spytz | bpo-36504: Fix signed integer overflow in _ctypes.c... |
commit | commitdiff | tree | snapshot |
| 2019-03-31 |
Zackery Spytz | bpo-36150: Fix possible assertion failures due to _ctyp... |
commit | commitdiff | tree | snapshot |
| next |