]> granicus.if.org Git - python/shortlog
python
2016-07-10 R David Murray#22758: fix regression in handling of secure cookies.
2016-01-15 Martin PanterIssue #25940: On Windows, connecting to port 444 return...
2016-01-14 Martin PanterIssue #25940: Use self-signed.pythontest.net in SSL...
2014-11-05 Georg BrandlIssue #25940: Backport self-signed.pythontest.net testi...
2015-12-05 Benjamin Petersonadd CVE and issue number
2015-05-26 Benjamin Petersonkeep distutils version in sync with python version...
2015-05-23 Benjamin Petersonallow square brackets in cookie values (closes #22931)
2015-04-23 Benjamin Petersonproperly handle malloc failure (closes #24044)
2015-02-18 Benjamin Petersonremove RPM, since it's unused and unmaintained
2015-01-30 Serhiy StorchakaIssue #23055: Fixed read-past-the-end error in PyUnicod...
2015-01-27 Serhiy StorchakaIssue #23055: Fixed a buffer overflow in PyUnicode_From...
2015-01-04 Benjamin Petersonadd some overflow checks before multiplying (closes...
2015-01-01 Benjamin Petersonupdate for copyright for 2015
2014-12-30 Benjamin Petersondelete old ftpmirror script, which now has security...
2014-12-06 Benjamin Petersonadd a default limit for the amount of data xmlrpclib...
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-03 Benjamin Petersonmove idna test domain to pythontest.net
2014-10-12 Georg BrandlAdded tag v3.2.6 for changeset 0bd5f4f14de9
2014-10-12 Georg BrandlBump to 3.2.6 v3.2.6
2014-10-12 Georg Brandl#16040: fix unlimited read from connection in nntplib.
2014-10-04 Georg BrandlAdded tag v3.2.6rc1 for changeset 51382a5598ec
2014-10-04 Georg BrandlCopyright year update, add version to licenses. v3.2.6rc1
2014-10-04 Georg BrandlBump to 3.2.6rc1
2014-10-01 Georg Brandlref #19855: skip uuid test_find_mac on non-Posix as...
2014-10-01 Georg BrandlFix unicode_aswidechar() for 4b unicode and 2b wchar_t...
2014-09-30 Georg BrandlIssue #19855: uuid.getnode() on Unix now looks on the...
2014-09-30 Georg BrandlBackport b533cc11d114 to fix intermittent test_urllibne...
2014-09-30 Georg BrandlAdd a dummy "touch" target to the Makefile so that...
2014-09-30 Georg BrandlFix-up for 0f362676460d: add missing size argument...
2014-03-27 Ned DeilyIssue #20939: Use www.example.com instead of www.python...
2014-09-30 Georg BrandlIssue #16039: CVE-2013-1752: Change use of readline...
2014-09-17 Georg BrandlIssue #22421 - Secure pydoc server run. Bind it to...
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-09-30 Georg BrandlIssue #22419: Limit the length of incoming HTTP request...
2014-09-30 Georg BrandlIssue #22517: When a io.BufferedRWPair object is deallo...
2014-09-30 Georg BrandlIssue #16041: CVE-2013-1752: poplib: Limit maximum...
2014-09-30 Georg BrandlIssue #16042: CVE-2013-1752: smtplib: Limit amount...
2013-10-29 Christian HeimesIssue #18747: document issue with OpenSSL's CPRNG state...
2014-09-30 Georg BrandlIssue #16038: CVE-2013-1752: ftplib: Limit amount of...
2014-09-30 Georg BrandlIssue #16037: HTTPMessage.readheaders() raises an HTTPE...
2014-09-30 Georg BrandlIssue #18709: Fix CVE-2013-4238. The SSL module now...
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-07-20 Jason R. CoombsIssue #13540: Removed redundant documentation about...
2011-12-14 Jason R. CoombsIssue #13540: Expanded argparse documents to clarify...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-06-17 Benjamin Petersonexpect the correct platform-dependent linesep
2014-06-15 Benjamin Petersonurl unquote the path before checking if it refers to...
2014-04-14 Benjamin Petersonfix poor spelling
2014-04-14 Benjamin Petersondisallow a negative idx parameter
2014-04-14 Benjamin Petersonin scan_once, prevent the reading of arbitrary memory...
2014-04-04 Benjamin Petersonfix versionchanged version
2014-04-01 Benjamin Petersonremove directory mode check from makedirs (closes ...
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-12 Benjamin Petersonuse ssl.PROTOCOL_SSLv23 for maximum compatibility ...
2014-01-21 Stefan KrahIssue #20246: Fix test failures on FreeBSD. Patch by...
2014-02-20 Benjamin Petersonupdate logo url (#20695)
2014-02-20 Benjamin Petersonopen retrieved file in binary mode, since it's now...
2014-01-14 Benjamin Petersoncomplain when nbytes > buflen to fix possible buffer...
2013-12-22 Antoine PitrouIssue #12226: HTTPS is now used by default when connect...
2013-11-04 Georg BrandlBackout 7d399099334d.
2013-11-04 Georg BrandlBackout 265d369ad3b9.
2013-11-04 Georg BrandlBackout d80207d15294.
2013-11-02 Jason R. CoombsUpdate NEWS for 265d369ad3b9.
2013-11-02 Jason R. CoombsIssue #19286: [distutils] Only match files in build_py...
2013-11-02 Jason R. CoombsIssue #19286: Adding test demonstrating the failure...
2013-10-30 Benjamin Petersonmerge 3.1 (#19435)
2013-10-30 Benjamin Petersonuse the collapsed path in the run_cgi method (closes...
2013-09-18 R David MurrayMerge #14984: only import pwd on POSIX.
2013-09-18 R David Murray#14984: only import pwd on POSIX.
2013-09-18 R David MurrayMerge #14984: On POSIX, enforce permissions when readin...
2013-09-18 R David Murray#14984: On POSIX, enforce permissions when reading...
2013-09-15 Tim PetersNull merge of 3.1 into 3.2
2013-09-14 Georg BrandlAdd a NEWS entry for b9b521efeba3.
2013-09-14 Georg BrandlAdd NEWS entry for c18c18774e24.
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-12 Georg BrandlAdded tag v3.2.5 for changeset cef745775b65
2013-05-12 Georg BrandlBump to version 3.2.5. v3.2.5
2013-05-12 Georg BrandlIssue #17915: Fix interoperability of xml.sax with...
2013-05-12 Georg BrandlIssue #1159051: Back out a fix for handling corrupted...
2013-04-28 Serhiy StorchakaIssue #17857: Prevent build failures with pre-3.5.0...
2013-05-12 Georg BrandlIssue #17843: Remove bz2 test data that triggers antivi...
2013-05-12 Georg BrandlIssue #15535: Fix pickling of named tuples.
2013-04-08 Serhiy StorchakaClose #17666: Fix reading gzip files with an extra...
2013-04-30 Gregory P.... news entry
2013-04-30 Gregory P.... This local change was lost during the fixing of issue17...
2013-04-30 Gregory P.... * Fix issue 17192 for 3.2 - reapply the issue11729...
2013-04-06 Georg BrandlAdded tag v3.2.4 for changeset 1e10bdeabe3d
2013-04-06 Georg BrandlBump to 3.2.4. v3.2.4
2013-04-04 Benjamin Petersonclose search and replace dialog after it is used (close...
2013-04-02 Georg Brandlmerge
2013-03-30 Martin v. LöwisAdd 3.2.4 UUIDs
2013-03-28 Georg BrandlFix XML vulnerability link references.
2013-03-28 Georg Brandlmerge with last upstream doc changes in 3.2
2013-03-28 Ezio MelottiUpdate suspicious ignore file.
2013-03-27 Ezio Melotti#17329: document unittest.SkipTest. Initial patch...
2013-03-26 Christian HeimesIssue 17538: Document XML vulnerabilties
next