19418 Commits (4afd143d3e615ce2d65bcededafb2e2bcda0768f)

Author SHA1 Message Date
Serhiy Storchaka 0122ae9ac8 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm 10 years ago
Berker Peksag e75ffa965b Add versionadded to PyDict_SetDefault documentation 10 years ago
Serhiy Storchaka 7e160ce356 Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 10 years ago
Berker Peksag 8faca61fec Issue #27431: Update default protocol version in shelve.Shelf() documentation 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. 10 years ago
Victor Stinner 0ab67dfb7c Issue #27416: clarify copy doc 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 10 years ago
Serhiy Storchaka 8122174af1 Issue #22115: Added methods trace_add, trace_remove and trace_info in the 10 years ago
Serhiy Storchaka 2d8f94532b Issue #26243: Correct a wording in docs. 10 years ago
Serhiy Storchaka 95657cdd40 Issue #26243: Only the level argument to zlib.compress() is keyword argument 10 years ago
Brett Cannon 696c35e86b Issue #26186: Remove the restriction that built-in and extension 10 years ago
Brett Cannon a32c4d0531 Issue #27038: Expose DirEntry as os.DirEntry. 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. 10 years ago
Brett Cannon c78ca1e044 Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return 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 10 years ago
Berker Peksag 79af27ef2e Issue #27378: Remove an outdated reference from regex HOWTO 10 years ago
Terry Jan Reedy dcb6c88a24 Issue #27304: Source code links for sub-packages in the same file. 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(), 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 10 years ago
Senthil Kumaran d37de3c41d issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. 10 years ago
Martin Panter bae5d81f5d Issue #24314: Fix doc links for general attributes like __name__, __dict__ 10 years ago
Steve Dower ea93ac013d Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. 10 years ago
Ned Deily dccc5edfa1 Issue #27327: fix doc typo, noted by Jakub Wilk. 10 years ago
Berker Peksag 33e7ca78f9 Make faq/general.rst gender-inclusive, patch by Sam Hathaway. 10 years ago
Georg Brandl 4b9e75ba7f Docs: add html-stable autobuild variant 10 years ago
Martin Panter 71e86367e0 Issue #27311: Fix ZipFile.writestr data argument name. 10 years ago
Berker Peksag e0b70cd8a9 Issue #16864: Cursor.lastrowid now supports REPLACE statement 10 years ago
Berker Peksag 48b13f0427 Delete outdated paragraph about OptimizedUnicode again 10 years ago
Martin Panter 6afbc653a7 Issue #16182: set_pre_input_hook() may not exist; document, and update test 10 years ago
Berker Peksag 9748478086 Issue #27306: Fix typo in tarfile documentation 10 years ago
Terry Jan Reedy dffd42f130 Whitespace 10 years ago
Terry Jan Reedy d9792a0f18 Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. 10 years ago
Serhiy Storchaka 64204de04c Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. 10 years ago
Berker Peksag 8f95e65e5d Issue #15657: Delete incorrect statement from PyMethodDef documentation 10 years ago
Berker Peksag c415440faa Issue #27188: Fix various sqlite3 documentation errors 10 years ago
Berker Peksag 00eaa8a53b Use exc role for ValueError in multiprocessing.rst 10 years ago
Berker Peksag 0b19e1e72c Issue #27221: Delete an outdated paragraph about pickle support of Process 10 years ago
Martin Panter 98e9051577 Add grammatical article to “an ASCII letter” 10 years ago
Martin Panter 70c502aacf Fix typos and English grammar in documentation and code comment 10 years ago