-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: AmitKumar79/PythonBegin
base: master
head repository: AmitKumar79/PythonBegin
compare: 3.3
- 15 commits
- 55 files changed
- 6 contributors
Commits on Jun 22, 2017
-
Add "Misc/NEWS.d" directory tree for "blurb". GH-2332
CPython workflow is changing! We're going to start using "blurb" to manage Misc/NEWS entries: https://github.com/python/core-workflow (This will be a big win for release managers, honest.) This checkin simply populates the "Misc/NEWS.d" subdirectory tree so that people can start putting their news entries in there. No other changes (yet).Configuration menu - View commit details
-
Copy full SHA for 87700f1 - Browse repository at this point
Copy the full SHA 87700f1View commit details
Commits on Jul 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5caddea - Browse repository at this point
Copy the full SHA 5caddeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c0898 - Browse repository at this point
Copy the full SHA b0c0898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb577e - Browse repository at this point
Copy the full SHA 8fb577eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b52c007 - Browse repository at this point
Copy the full SHA b52c007View commit details -
[3.3] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (…
…#2164) (#2204) * bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) * bpo-29591: Upgrade Modules/expat to libexpat 2.2 * bpo-29591: Restore Python changes on expat * bpo-29591: Remove expat config of unsupported platforms Remove the configuration (Modules/expat/*config.h) of unsupported platforms: * Amiga * MacOS Classic on PPC32 * Open Watcom * bpo-29591: Remove useless XML_HAS_SET_HASH_SALT The XML_HAS_SET_HASH_SALT define of Modules/expat/expat.h became useless since our local expat copy was upgrade to expat 2.1 (it's now expat 2.2.0). (cherry picked from commit 23ec4b5) * bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) New file: Modules/expat/siphash.h. (cherry picked from commit 5ff7132) * bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) bpo-30726, bpo-29591: libexpat 2.2.1 of Modules/expat/ now uses a winconfig.h configuration file which already defines: * XML_NS * XML_DTD * BYTEORDER=1234 * XML_CONTEXT_BYTES=1024 * HAVE_MEMMOVE Remove these defines from PCbuild/_elementtree.vcxproj to prevent compiler warnings. Co-Authored-By: Jeremy Kloth <[email protected]> (cherry picked from commit c8fb58b) * bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319) * bpo-30726: Fix elementtree warnings on Windows Caused by usage of `getenv` which should be safe. And a few integer truncations which should also be ok. * bpo-30726: Don't ignore libexpat warnings which haypo intends to fix upstream (cherry picked from commit 87c6555)
Configuration menu - View commit details
-
Copy full SHA for ab90986 - Browse repository at this point
Copy the full SHA ab90986View commit details -
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
(cherry picked from commit f523255)
Configuration menu - View commit details
-
Copy full SHA for 4956dd2 - Browse repository at this point
Copy the full SHA 4956dd2View commit details
Commits on Jul 19, 2017
-
[3.3] bpo-30585: [security] raise an error when STARTTLS fails (#225)
(cherry picked from commit 46b32f3)
Configuration menu - View commit details
-
Copy full SHA for 3625f7f - Browse repository at this point
Copy the full SHA 3625f7fView commit details -
[security][3.3] bpo-30730: Prevent environment variables injection in…
… subprocess on Windows. (GH-2325) (#2363)
Configuration menu - View commit details
-
Copy full SHA for e46f1c1 - Browse repository at this point
Copy the full SHA e46f1c1View commit details
Commits on Jul 20, 2017
-
[3.3] Backport CI config from master and remove skipped imaplib tests…
… (#2481) * Backport Travis CI config from master Add .travis.yml for Travis CI. * bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193) The public cyrus.andrew.cmu.edu IMAP server (port 993) doesn't accept TLS connection using our self-signed x509 certificate. Remove the two tests which are already skipped. (cherry picked from commit 7895a05)
Configuration menu - View commit details
-
Copy full SHA for b5f20ea - Browse repository at this point
Copy the full SHA b5f20eaView commit details
Commits on Jul 26, 2017
-
[3.3] bpo-30500: urllib: Simplify splithost by calling into urlparse.…
… (#1849) (#2292) The current regex based splitting produces a wrong result. For example:: http://abc#@def Web browsers parse that URL as ``http://abc/#@def``, that is, the host is ``abc``, the path is ``/``, and the fragment is ``#@def``. (cherry picked from commit 90e01e5) (cherry picked from commit cc54c1c)
Configuration menu - View commit details
-
Copy full SHA for 052f9d6 - Browse repository at this point
Copy the full SHA 052f9d6View commit details -
[3.3] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (…
Configuration menu - View commit details
-
Copy full SHA for 8fbdab5 - Browse repository at this point
Copy the full SHA 8fbdab5View commit details -
[3.3] bpo-22928: Disabled HTTP header injections in http.client. (#2817)
Original patch by Demian Brecht.. (cherry picked from commit a112a8a)
Configuration menu - View commit details
-
Copy full SHA for 8e88f6b - Browse repository at this point
Copy the full SHA 8e88f6bView commit details -
bpo-26657: Fix Windows directory traversal vulnerability with http.se…
Configuration menu - View commit details
-
Copy full SHA for 7b92f9f - Browse repository at this point
Copy the full SHA 7b92f9fView commit details -
[3.3] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ill…
…egal command (#1214) (#2885)
Configuration menu - View commit details
-
Copy full SHA for a4e774f - Browse repository at this point
Copy the full SHA a4e774fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...3.3