- 12 Mar, 2019 1 commit
-
-
Steve Dower authored
-
- 11 Mar, 2019 1 commit
-
-
Victor Stinner authored
Patch written by David Malcolm. Co-Authored-By: David Malcolm <dmalcolm@redhat.com>
-
- 08 Mar, 2019 2 commits
-
-
Miss Islington (bot) authored
* Update pip to 19.0.3 * Update setuptools to 40.8.0 (cherry picked from commit 01e0f439) Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
-
Terry Jan Reedy authored
Cherry picked by hand from a0e911b1
-
- 07 Mar, 2019 3 commits
-
-
Miss Islington (bot) authored
(cherry picked from commit bf94cc7b) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
-
Steve Dower authored
-
Miss Islington (bot) authored
Remove 's' mention as there's no argument. (cherry picked from commit e942e7b5) Co-authored-by: Andre Delfino <adelfino@gmail.com>
-
- 06 Mar, 2019 2 commits
-
-
stratakis authored
Fix linuxaudiodev.linux_audio_device() error handling: close the internal file descriptor if it fails to open the device.
- 05 Mar, 2019 1 commit
-
-
Stéphane Wirtel authored
Use test_support.TEST_HTTP_URL (pythontest.net) instead of http://www.example.com/.
-
- 04 Mar, 2019 3 commits
-
-
T. Wouters authored
Fix off-by-one bug in cPickle that caused it to use uninitialised memory on truncated pickles read from FILE*s.
-
Christian Heimes authored
Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in out-of-memory cases. Thanks to Charalampos Stratakis. Signed-off-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue36179. (cherry picked from commit b7bc283a) Co-authored-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue36179
-
stratakis authored
-
- 02 Mar, 2019 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original patch by Kevin Walzer. (GH-12034)
-
- 01 Mar, 2019 1 commit
-
-
Ned Deily authored
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original patch by Kevin Walzer. (GH-12034)
-
- 28 Feb, 2019 1 commit
-
-
Gao, Xiang authored
-
- 27 Feb, 2019 2 commits
-
-
Miss Islington (bot) authored
Did you know an API documented as printing the pending traceback would sometimes exit the process? You do now. (cherry picked from commit 41737720) Co-authored-by: Gregory P. Smith <greg@krypto.org>
-
Ned Deily authored
-
- 26 Feb, 2019 3 commits
-
-
Dima Pasechnik authored
The standard math library (libm) may follow IEEE-754 recommendation to include an implementation of sinPi(), i.e. sinPi(x):=sin(pi*x). And this triggers a name clash, found by FreeBSD developer Steve Kargl, who worked on putting sinpi into libm used on FreeBSD (it has to be named "sinpi", not "sinPi", cf. e.g. https://en.cppreference.com/w/c/experimental/fpext4).
-
Benjamin Peterson authored
-
Miss Islington (bot) authored
Per POSIX, `nice(3)` requires `unistd.h` and `exit(3)` requires `stdlib.h`. Fixing the test will prevent false positives with pedantic compilers like clang. (cherry picked from commit 90c6face) Co-authored-by: ngie-eign <1574099+ngie-eign@users.noreply.github.com>
-
- 24 Feb, 2019 2 commits
- 23 Feb, 2019 1 commit
-
-
Alan Grgic authored
-
- 19 Feb, 2019 3 commits
-
-
Miss Islington (bot) authored
https://bugs.python.org/issue35584 (cherry picked from commit 3bacf612) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
-
-
Tzu-ping Chung authored
[2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) (GH-11749) Add one char to MsiSummaryInfoGetProperty() output Based on the patch in [bpo-1104](https://bugs.python.org/issue1104) by Anthony Tuininga (atuining) and Mark McMahon (markm) (cherry picked from commit 2de576e1) Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> https://bugs.python.org/issue1104
-
- 17 Feb, 2019 2 commits
-
-
Benjamin Peterson authored
-
Steve Dower authored
-
- 16 Feb, 2019 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
-
- 15 Feb, 2019 3 commits
-
-
stratakis authored
multissltests: fix _build_src(), add 'cwd' variable.
-
stratakis authored
Backport of TLS 1.3 related fixes from 3.7. Misc fixes and workarounds for compatibility with OpenSSL 1.1.1 from git master and TLS 1.3 support. With OpenSSL 1.1.1, Python negotiates TLS 1.3 by default. Some test cases only apply to TLS 1.2. OpenSSL 1.1.1 has added a new option OP_ENABLE_MIDDLEBOX_COMPAT for TLS 1.3. The feature is enabled by default for maximum compatibility with broken middle boxes. Users should be able to disable the hack and CPython's test suite needs it to verify default options Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 2a4ee8aa01d61b6a9c8e9c65c211e61bdb471826)
-
stratakis authored
Partial backport from cb5b68abCo-authored-by: Christian Heimes <christian@python.org>
-