19017 Commits (e98445a4deb2b2eb97de26e03fc8c4c2a5f256d4)

Author SHA1 Message Date
Victor Stinner e19558af1b Add a source parameter to warnings.warn() 10 years ago
Victor Stinner e492ae50e2 tracemalloc now supports domains 10 years ago
Terry Jan Reedy 063d48d9c0 Issue #26525: Change ord example from nu to more easily recognized Euro sign. 10 years ago
Terry Jan Reedy 4902c46bff Issue #15660: Further clarify 0 prefix for width specifier in formats. 10 years ago
Berker Peksag 563c949b11 Issue #26593: Fix typo in logging HOWTO 10 years ago
Victor Stinner fac395681f Optimize bytes.replace(b'', b'.') 10 years ago
Berker Peksag 3c3d7f4b99 Issue #18787: spwd.getspnam() now raises a PermissionError if the user 10 years ago
Victor Stinner ee803a8d2c Issue #26567: enhance ResourceWarning example 10 years ago
Victor Stinner 914cde89d4 On ResourceWarning, log traceback where the object was allocated 10 years ago
Brett Cannon adcb654519 Suggest people use feature detection in porting guide 10 years ago
Brett Cannon 5936313651 Issue #26252: Add an example on how to register a finder 10 years ago
Ezio Melotti 62564dbb4b #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. 10 years ago
Victor Stinner 9b46a57302 Doc: fix typos, patch written by Stefan Behnel 10 years ago
Serhiy Storchaka 774006232a Fixed a typo. 10 years ago
Berker Peksag 42f8548c89 Issue #26580: Remove outdated reference to ftpmirror 10 years ago
Victor Stinner c2fc56836f Enhance documentation on malloc debug hooks 10 years ago
Martin Panter ce911c3fed Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost 10 years ago
Martin Panter 32f2eb4941 Issue #21042: Revert Linux find_library() to return just filename 10 years ago
Victor Stinner 0611c26a58 On memory error, dump the memory block traceback 10 years ago
Victor Stinner c4aec3628b Check the GIL in PyObject_Malloc() 10 years ago
Victor Stinner 34be807ca4 Add PYTHONMALLOC env var 10 years ago
Ezio Melotti f2b9a39813 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. 10 years ago
Raymond Hettinger a503f7092f Minor recipe edit: convert "while 1" to "while True". 10 years ago
Ezio Melotti 8dea74f12a #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. 10 years ago
Raymond Hettinger 4d02896609 Issue #26548: Minor fix to awkward wording in docs 10 years ago
Steve Dower d669b6bd0a Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. 10 years ago
Berker Peksag eb2e02bed4 Issue #26542: Fix markup of code example in difflib documentation 10 years ago
Victor Stinner 2c2a4e63d7 Add Mock.assert_called() 10 years ago
Victor Stinner 29bf27fe7f Issue #26516: Enhance Python mem allocators doc 10 years ago
Martin Panter b9f3114d42 Issue #21042: Return full path in ctypes.util.find_library() on Linux 10 years ago
Serhiy Storchaka cc2dbc5844 Issue #15068: Got rid of excessive buffering in the fileinput module. 10 years ago
Ned Deily adbf8cecbe Issue #26505: Fix typos in getaddrinfo license text. 10 years ago
Berker Peksag b4f2f453e7 Issue #24852: Remove outdated "HOWTO Use Python in the web" document 10 years ago
Berker Peksag 777d639a92 Issue #21034: Remove outdated paragraph from venv documentation 10 years ago
Raymond Hettinger e525ee3b48 Document another recipe for itertools: all_equal(). Inspired by David Beazley. 10 years ago
Alexander Belopolsky a2998a63c8 Closes #19475: Added timespec to the datetime.isoformat() method. 10 years ago
Berker Peksag 25c0ef518d Issue #26246: Set initial value of the hidden attr when creating copy button. 10 years ago
Berker Peksag 6282e656e9 Issue #26335: Make mmap.write() return the number of bytes written like 10 years ago
Georg Brandl 96421d6f11 Update susp-ignore file (#25910). 10 years ago
Georg Brandl 76b2ee03c3 Fix typo. 10 years ago
Martin Panter 3263f6874a Issue #22836: Keep exception reports sensible despite errors 10 years ago
Ezio Melotti 90ba2ca68a #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. 10 years ago
Georg Brandl 5d94134040 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 10 years ago
Georg Brandl 06871ef2b3 Fix version. 10 years ago
Georg Brandl 32fbd3a623 Closes #26442: fix copy-paste. 10 years ago
Georg Brandl adeffcc2f9 Closes #26444: typo fixes. 10 years ago
Georg Brandl 8c16cb9f65 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. 10 years ago
Georg Brandl 2305b3cde3 Fix rstlint to also look for indented comments that should be directives. 10 years ago
Martin Panter ee3074e1f4 Issue #22088: Clarify base-64 alphabets and which characters are discarded 10 years ago
Georg Brandl f1d371bde9 Update example; str(float) changed so there is difference now. 10 years ago