Berker Peksag
aa46bd461c
Issue #27601 : Improve example in the "Hashing of numeric types" section
* Fix return value of hash_compute() implementation
* Rename variable names to hash_value to improve readability
Patch by Emanuel Barry.
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
Vinay Sajip
638e622055
Closes #27493 : accepted Path objects in file handlers for logging.
10 years ago
Vinay Sajip
cccf6068fa
Closes #26559 : Allow configuring flush-on-close behaviour of MemoryHandler.
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
0715ce358a
add EPOLLEXCLUSIVE
10 years ago
Benjamin Peterson
96e97169cc
expose EPOLLRDHUP ( closes #27567 )
10 years ago
Martin Panter
221945056d
Issue #27528 : Document and test warning messages must match at beginning
10 years ago
Berker Peksag
ebf9fd31a8
Issue #27531 : Update signature of Mock.assert_not_called method
Since 01ae1ac2daf4, it doesn't accept any arguments.
Patch by Michael Killough.
10 years ago
Martin Panter
d2fe862bab
Issue #27285 : Cleanup leftover susp-ignored entry after text was changed
10 years ago
Brett Cannon
9305bba203
Issue #26696 : Document collections.abc.ByteString.
Thanks to Xiang Zhang for the patch.
10 years ago
Berker Peksag
2b8792137b
Issue #27180 : Clarify Path.rename() behavior on Unix systems
Patch by Evelyn Mitchell.
10 years ago
Berker Peksag
3093bf163b
Issue #27455 : Improve examples in tkinter documentation
Patch by John Hagen.
10 years ago
Serhiy Storchaka
6f379f4886
Issue #27481 : Docummented that ValueError is now raised instead of TypeError
in case of embedded null characters/bytes. Patch by Xiang Zhang.
10 years ago
Ned Deily
538f5c4786
Issue #27285 : Cleanup "suspicious" warnings.
10 years ago
Martin Panter
204bf0b9ae
English spelling and grammar fixes
10 years ago
R David Murray
7a139c50db
#26176 : fix usage of Address constructor in email examples.
Patch by Nathan Harold.
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
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
Berker Peksag
e75ffa965b
Add versionadded to PyDict_SetDefault documentation
It was added for Python 3.4 in a0b750ea3397.
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
Berker Peksag
8faca61fec
Issue #27431 : Update default protocol version in shelve.Shelf() documentation
shelve.open() documentation was updated in f351fb7ea179.
10 years ago
Berker Peksag
e39682b076
Issue #27430 : Fix typos, patch by scop.
10 years ago
Berker Peksag
e807e892ed
Fix typo in whatsnew/3.6.rst
10 years ago
Serhiy Storchaka
15287f8bcc
Issue #4945 : Improved the documenting of boolean arguments in the json module.
Based on patch by Gabriel Genellina.
10 years ago
Victor Stinner
0ab67dfb7c
Issue #27416 : clarify copy doc
Patch written by R. David Murray.
10 years ago
Martin Panter
34eeed4290
Issue #26721 : Change StreamRequestHandler.wfile to BufferedIOBase
10 years ago
Guido van Rossum
457509826e
Fix issue #27402 : example for typing did not type-check.
10 years ago
Berker Peksag
6803f35acc
Issue #27393 : Fix escaping of C:\ too
10 years ago
Berker Peksag
9c1e9d453c
Issue #27393 : Fix escaping of venv activate commands on Windows
Patch by Manuel Kaufmann.
10 years ago
Serhiy Storchaka
8122174af1
Issue #22115 : Added methods trace_add, trace_remove and trace_info in the
tkinter.Variable class. They replace old methods trace_variable, trace,
trace_vdelete and trace_vinfo that use obsolete Tcl commands and might
not work in future versions of Tcl.
10 years ago
Serhiy Storchaka
2d8f94532b
Issue #26243 : Correct a wording in docs.
Thanks Berker.
10 years ago
Serhiy Storchaka
95657cdd40
Issue #26243 : Only the level argument to zlib.compress() is keyword argument
now. The first argument is positional-only.
10 years ago
Brett Cannon
696c35e86b
Issue #26186 : Remove the restriction that built-in and extension
modules can't be lazily loaded.
Thanks to Python 3.6 allowing for types.ModuleType to have its
__class__ mutated, the restriction can be lifted by calling
create_module() on the wrapped loader.
10 years ago
Brett Cannon
a32c4d0531
Issue #27038 : Expose DirEntry as os.DirEntry.
Thanks to Jelle Zijlstra for the code portion of the patch.
10 years ago
Brett Cannon
559ad5d401
Remove a stale reference to pathlib.PurePath.path
10 years ago
Brett Cannon
c28592bb2f
Issue #27186 : Define what a "path-like object" is.
Thanks to Dusty Phillips for the initial patch.
10 years ago
Brett Cannon
c78ca1e044
Issue #27186 : Update os.fspath()/PyOS_FSPath() to check the return
type of __fspath__().
As part of this change, also make sure that the pure Python
implementation of os.fspath() is tested.
10 years ago
Berker Peksag
a064382925
Issue #27381 : Remove superfluous paren in zipfile documentation
10 years ago
Berker Peksag
37e87e6ec1
Issue #26547 : Remove outdated term dictproxy from vars() documentation
dictproxy was used in Python 2 and it was renamed to mappingproxy
in Python 3.3.
Patch by Julien.
10 years ago
Berker Peksag
79af27ef2e
Issue #27378 : Remove an outdated reference from regex HOWTO
Patch by Matt Morrison.
10 years ago
Terry Jan Reedy
dcb6c88a24
Issue #27304 : Source code links for sub-packages in the same file.
Patch by Yoni Lavi
10 years ago
Benjamin Peterson
909acb8c63
alter header; '%' really throws latex through a loop
10 years ago
Benjamin Peterson
8550bd80ae
alter header; '%' really throws latex through a loop
10 years ago
Serhiy Storchaka
aacd53f6cb
Issue #18726 : All optional parameters of the dump(), dumps(),
load() and loads() functions and JSONEncoder and JSONDecoder class
constructors in the json module are now keyword-only.
10 years ago
Martin Panter
df1d31c2cd
Fix “allow(s) to”
10 years ago
Martin Panter
2275e626b1
Fix spelling errors in code comments
10 years ago
Serhiy Storchaka
514f9736a7
Issue #27294 : Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.
10 years ago