Martin Panter
|
b26a7d18ef
|
Fix spacing after C++ in documentation
|
2016-11-05 03:15:20 +00:00 |
Ned Deily
|
0caaa6c94d
|
Issue #28616: Correct help for sys.version_info releaselevel component.
Patch by Anish Tambe.
|
2016-11-04 17:05:59 -04:00 |
Serhiy Storchaka
|
52b0888dbd
|
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.
|
2016-11-03 15:36:50 +02:00 |
Donald Stufft
|
d01b516e9f
|
pip 9.0 works fine without the ssl module
|
2016-11-02 16:20:20 -04:00 |
Donald Stufft
|
c6c0aa4a3b
|
Update pip to 9.0.0 and setuptools to 28.7.1
|
2016-11-02 16:01:17 -04:00 |
Serhiy Storchaka
|
b858d7f074
|
Issue #28513: Documented command-line interface of zipfile.
|
2016-11-02 12:05:54 +02:00 |
Zachary Ware
|
333b6177a4
|
Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0
|
2016-11-01 01:44:04 -05:00 |
Ned Deily
|
38db34abab
|
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Original patch by Mariatta Wijaya.
|
2016-10-31 19:48:38 -04:00 |
Serhiy Storchaka
|
5396257be2
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression. Otherwise
it had 50% chance failed with ignore_zeros=True.
|
2016-10-30 20:52:55 +02:00 |
Martin Panter
|
39d74a9108
|
Issue #26638: Cannot directly link to main option from the “timeit” module
This seems to be because the “timeit” module defines its own set of options
|
2016-10-30 05:41:04 +00:00 |
Martin Panter
|
e3e362e398
|
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
|
2016-10-30 05:19:02 +00:00 |
Martin Panter
|
ee01fccc69
|
Issue #26638: Disable inappropriate links to Python interpreter options
|
2016-10-30 05:24:45 +00:00 |
Serhiy Storchaka
|
4089b50080
|
Fixed possible NULL decrefing.
|
2016-10-28 12:14:34 +03:00 |
Serhiy Storchaka
|
f831fd3f19
|
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
|
2016-10-27 22:47:08 +03:00 |
Serhiy Storchaka
|
d585c52511
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:41:04 +03:00 |
Martin Panter
|
5e5af961b8
|
Issue #26240: Clean up the subprocess module doc string
Patch by Tim Mitchell.
|
2016-10-26 00:44:31 +00:00 |
Serhiy Storchaka
|
f8cc2870f1
|
Issue #28515: Fixed py3k warnings.
|
2016-10-25 09:51:38 +03:00 |
Serhiy Storchaka
|
f10006cdb8
|
Issue #25464: Fixed HList.header_exists() in Tix module by adding
a workaround to Tix library bug.
|
2016-10-24 23:47:08 +03:00 |
Serhiy Storchaka
|
59addd608c
|
Some distutils tests require zlib for creating tar.gz source distribution.
|
2016-10-23 22:54:43 +03:00 |
Serhiy Storchaka
|
abcd5d5fbd
|
Issue #28115: ZIP creation test requires zlib.
|
2016-10-23 22:32:18 +03:00 |
Serhiy Storchaka
|
ef5c24a72e
|
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
|
2016-10-23 15:52:01 +03:00 |
Serhiy Storchaka
|
e2a3c77546
|
Issue #28115: Added tests for CLI of the zipfile module.
|
2016-10-23 13:07:48 +03:00 |
Martin Panter
|
58bd36b987
|
Issue #28435: Avoid no_proxy environment variable interfering with tests
Patch by Piotr Szczepaniak.
|
2016-10-22 03:00:32 +00:00 |
Ned Deily
|
0436cebb8f
|
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
Patch by Vajrasky Kok.
|
2016-10-20 15:41:11 -04:00 |
Martin Panter
|
38d335b2a1
|
Issue #28480: Avoid label at end of compound statement --without-threads
|
2016-10-20 03:56:48 +00:00 |
Serhiy Storchaka
|
cb042e0448
|
Issue #19795: Fixed formatting a table.
|
2016-10-19 19:37:20 +03:00 |
Serhiy Storchaka
|
dc0e3a8907
|
Issue #19795: Improved more markups of True/False.
|
2016-10-19 18:30:16 +03:00 |
Serhiy Storchaka
|
e3d5787a25
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
2016-10-19 16:43:18 +03:00 |
Serhiy Storchaka
|
ad13f338ce
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:29:10 +03:00 |
Victor Stinner
|
5df6d48ce5
|
Issue #27896: Allow passing sphinx options to Doc/Makefile
Patch written by Julien Palard.
|
2016-10-16 19:14:23 +02:00 |
Berker Peksag
|
05b84439a3
|
Issue #21720: Improve exception message when the type of fromlist is unicode
|
2016-10-17 01:05:04 +03:00 |
Martin Panter
|
197332ae5a
|
Issue #27800: Document limitation and workaround for multiple RE repetitions
|
2016-10-15 01:18:16 +00:00 |
Guido van Rossum
|
50f40724c5
|
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7)
|
2016-10-13 14:34:20 -07:00 |
Guido van Rossum
|
5e2486b159
|
Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7)
|
2016-10-13 13:29:55 -07:00 |
Zachary Ware
|
8fb09ada55
|
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
|
2016-10-10 21:57:04 -05:00 |
Martin Panter
|
829d4fbbf9
|
Issue #28394: Typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
|
2016-10-10 01:00:00 +00:00 |
Serhiy Storchaka
|
61dd7ff073
|
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.
|
2016-10-08 12:24:09 +03:00 |
Serhiy Storchaka
|
6a35bf6ca0
|
Silenced compiler warnings.
|
2016-10-08 09:58:08 +03:00 |
Serhiy Storchaka
|
0ea51b18d5
|
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Original patch by Niklas Koep.
|
2016-10-07 23:24:35 +03:00 |
Serhiy Storchaka
|
58ab4b57da
|
Issue #26293: Fixed writing ZIP files that starts not from the start of the
file. Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
|
2016-10-07 23:12:53 +03:00 |
Serhiy Storchaka
|
08995a3390
|
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
|
2016-10-07 21:51:09 +03:00 |
Benjamin Peterson
|
bc4bdbd6a8
|
make 'where' Py_ssize_t
|
2016-10-05 23:26:24 -07:00 |
Benjamin Peterson
|
46550fffa7
|
skip test on windows
|
2016-10-05 22:09:31 -07:00 |
Benjamin Peterson
|
d7cfae994b
|
fix bug in 48797808a302
|
2016-10-05 22:00:24 -07:00 |
Benjamin Peterson
|
38297d7de6
|
skip test if resizing is not supported
|
2016-10-05 22:00:05 -07:00 |
Benjamin Peterson
|
1df2cbed76
|
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
|
2016-10-05 21:45:48 -07:00 |
Serhiy Storchaka
|
ab8b75a56e
|
Issue #28350: String constants with null character no longer interned.
|
2016-10-04 18:17:08 +03:00 |
Serhiy Storchaka
|
317d350f9c
|
Moved Unicode C API related tests to separate test class.
|
2016-10-02 21:16:28 +03:00 |
Serhiy Storchaka
|
b8a1a2707b
|
Issue #27358: Backported tests.
|
2016-10-02 11:10:18 +03:00 |
Serhiy Storchaka
|
78b634d226
|
Issue #28257: Backported a test.
|
2016-10-02 10:36:33 +03:00 |