Martin Panter
996d72bccf
Issue #7063 : Remove dead code from array slice handling
Patch by Chuck.
10 years ago
Steve Dower
05338267ab
Issue #27610 : Adds PEP 514 metadata to Windows installer
10 years ago
Steve Dower
1f7480a67e
Fixes bad Misc/NEWS merge
10 years ago
Martin Panter
84544c1020
Issue #27130 : Fix handling of buffers exceeding UINT_MAX in “zlib” module
Patch by Xiang Zhang.
10 years ago
Alexander Belopolsky
5d0c598382
Closes issue #24773 : Implement PEP 495 (Local Time Disambiguation).
10 years ago
Xavier de Gaye
d141531eb5
Issue #27472 : Add test.support.unix_shell as the path to the default shell.
10 years ago
Zachary Ware
48e3f98206
Issue #25393 : Fix probable copy/paste error in resource docs
Patch by Alakshendra Yadav.
10 years ago
Berker Peksag
fe8d966657
Issue #27567 : Expose the POLLRDHUP constant in the select module
10 years ago
Benjamin Peterson
a1ea9c813f
add mising word
10 years ago
Benjamin Peterson
0715ce358a
add EPOLLEXCLUSIVE
10 years ago
Benjamin Peterson
96e97169cc
expose EPOLLRDHUP ( closes #27567 )
10 years ago
Martin Panter
6fb90905e2
Issue #1621 : Avoid signed int negation overflow in audioop
10 years ago
Martin Panter
371731ebfd
Issue #27507 : Check for integer overflow in bytearray.extend()
Patch by Xiang Zhang.
10 years ago
Steve Dower
25f9cf479f
Issue #27309 : Enables proper Windows styles in python[w].exe manifest.
10 years ago
Steve Dower
b22a67737e
Issue #27533 : Release GIL in nt._isdir
10 years ago
Serhiy Storchaka
b3b65e618c
Issue #27419 : Standard __import__() no longer look up "__import__" in globals
or builtins for importing submodules or "from import". Fixed handling an
error of non-string package name.
10 years ago
Serhiy Storchaka
dec25afab1
Issue #17711 : Fixed unpickling by the persistent ID with protocol 0.
Original patch by Alexandre Vassalotti.
10 years ago
Steve Dower
df450d1a18
Issue #27469 : Adds a shell extension to the launcher so that drag and drop works correctly.
10 years ago
R David Murray
702b0460d2
#27522 : break unintended cycle in feedparser.
Patch by Costas.
10 years ago
Brett Cannon
a47a7a5bf8
Issue #27083 : Respect the PYTHONCASEOK environment variable under
Windows.
Originally only b'PYTHONCASEOK' was being checked for in os.environ,
but that won't work under Windows where all environment variables are
strings (on OS X they are bytes).
Thanks to Eryk Sun for the bug report.
10 years ago
Brett Cannon
f76457e122
Issue #26844 : Fix imp.find_module() to have the exception related to
type issues be about 'path' instead of 'name'.
Thanks to Lev Maximov for the patch.
10 years ago
Brett Cannon
044283a426
Issue #27512 : Don't segfault when os.fspath() calls an object whose
__fspath__() raises an exception.
Thanks to Xiang Zhang for the patch.
10 years ago
Benjamin Peterson
e09ed5419b
make too many nested blocks be a SyntaxError instead of a SystemError ( closes #27514 )
Patch by Ammar Askar.
10 years ago
Benjamin Peterson
ab078e9ed1
Backed out changeset af29d89083b3 ( closes #25548 ) ( closes #27498 )
10 years ago
Martin Panter
076ca6c3c8
Issue #27369 : Don’t test error message detail that changed in Expat 2.2.0
10 years ago
Martin Panter
2cdcaf1353
Issue #22758 : Move NEWS entry to Library section
10 years ago
Yury Selivanov
252e9ed974
Issue #27392 : Add loop.connect_accepted_socket().
Patch by Jim Fulton.
10 years ago
Ned Deily
b209392b0e
Start 3.6.0a4
10 years ago
Ned Deily
a731a68cf6
Version bump for 3.6.0a3
10 years ago
Martin Panter
204bf0b9ae
English spelling and grammar fixes
10 years ago
Martin Panter
0ca0edee33
Restore NEWS entries lost in revision 8145f25f26aa
10 years ago
Terry Jan Reedy
4bf9c51f9b
IDLE NEWS items.
10 years ago
Martin Panter
bed7f1a512
Issue #23804 : Fix SSL zero-length recv() calls to not block and raise EOF
10 years ago
Serhiy Storchaka
06cfb0cd70
Issue #27473 : Fixed possible integer overflow in bytes and bytearray
concatenations. Patch by Xiang Zhang.
10 years ago
R David Murray
5f21f43af7
#22758 : fix regression in handling of secure cookies.
This backports the fix from #16611 , per discussion with the release
manager.
10 years ago
Xavier de Gaye
20bd3b070a
Issue #27027 : Added test.support.is_android that is True when this is an
Android build.
10 years ago
Senthil Kumaran
d5b47fb8ce
Issue #27466 : Change time format returned by http.cookie.time2netscape,
confirming the netscape cookie format.
10 years ago
Xavier de Gaye
95750b1ca5
Issue #27442 : Expose the Android API level in sysconfig.get_config_vars()
as 'ANDROID_API_LEVEL'.
10 years ago
Brett Cannon
fdcdd9ed80
Issue #26896 : Disambiguate uses of "importer" with "finder".
Thanks to Oren Milman for the patch.
10 years ago
Brett Cannon
15552c39e0
Issue #27285 : Document the deprecation of the pyvenv script.
As part of the update, the documentation was updated to normalize
around the term "virtual environment" instead of relying too heavily
on "venv" for the same meaning and leading to inconsistent usage of
either.
Thanks to Steve Piercy for the patch.
10 years ago
Xavier de Gaye
4afd143d3e
Issue #27434 : Version of interpreter running a cross-build and source version must be the same.
10 years ago
Serhiy Storchaka
1a2b24f02d
Issue #27332 : Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
10 years ago
Serhiy Storchaka
0122ae9ac8
Issue #21708 : Deprecated dbm.dumb behavior that differs from common dbm
behavior: creating a database in 'r' and 'w' modes and modifying a database
in 'r' mode.
10 years ago
Serhiy Storchaka
7e160ce356
Issue #23034 : The output of a special Python build with defined COUNT_ALLOCS,
SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT macros is now off by default. It can
be re-enabled using the "-X showalloccount" option. It now outputs to stderr
instead of stdout.
10 years ago
Serhiy Storchaka
af65872da2
Issue #27443 : __length_hint__() of bytearray itearator no longer return
negative integer for resized bytearray.
10 years ago
Serhiy Storchaka
0855e706aa
Issue #27007 : The fromhex() class methods of bytes and bytearray subclasses
now return an instance of corresponding subclass.
10 years ago
Berker Peksag
e39682b076
Issue #27430 : Fix typos, patch by scop.
10 years ago
Brett Cannon
660c8fc997
Issue #26665 : Remove mis-use of ``$`` in activate.fish.
This is a revertion of cfc66e37eb8e.
Thanks to 鄭景文 for the bug report. Thanks to Tin Tvrtković, Xiang
Zhang, and Dan McCombs for diagnosing the issue.
10 years ago
Serhiy Storchaka
eb51faadbe
Issue #27418 : Fixed Tools/importbench/importbench.py.
10 years ago
Martin Panter
34eeed4290
Issue #26721 : Change StreamRequestHandler.wfile to BufferedIOBase
10 years ago