Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -0/+1 | |
| | | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä. | |||||
* | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+1 | |
| | | | | Patch by Joe Jevnik. | |||||
* | Fix python-gdb.py: get C types on demand | Victor Stinner | 2016-04-20 | 1 | -0/+1 | |
| | | | | | | Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. | |||||
* | Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price | Martin Panter | 2016-04-03 | 1 | -0/+1 | |
| | ||||||
* | #26250: document the sqlite3.Cursor.connection attribute. Initial patches ↵ | Ezio Melotti | 2016-03-18 | 1 | -0/+1 | |
| | | | | by Aviv Palivoda and Varpu Rantala. | |||||
* | #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. | Ezio Melotti | 2016-03-13 | 1 | -0/+1 | |
| | ||||||
* | #25687: clarify that errors in tearDown increase the total number of ↵ | Ezio Melotti | 2016-03-13 | 1 | -0/+1 | |
| | | | | reported errors. Initial patch by HyeSoo Park. | |||||
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 1 | -0/+1 | |
| | | | | Tamás Bence Gedai. | |||||
* | Issue #16851: Add Anna Koroliuk to Misc/ACKS | Victor Stinner | 2016-03-11 | 1 | -0/+1 | |
| | ||||||
* | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 1 | -0/+1 | |
| | | | | Patch by Alex Willmer. | |||||
* | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -0/+1 | |
| | ||||||
* | Issue #12923: Reset FancyURLopener's redirect counter even on exception | Martin Panter | 2016-02-04 | 1 | -0/+1 | |
| | | | | Based on patches by Brian Brazil and Daniel Rocco. | |||||
* | Issue #26244: Clarify default zlib compression level in documentation | Martin Panter | 2016-02-03 | 1 | -0/+1 | |
| | | | | Based on patch by Aviv Palivoda. | |||||
* | Issue #19023: Document ctypes array and pointer classes | Martin Panter | 2016-01-29 | 1 | -0/+1 | |
| | | | | Also add some more tests. Based on patch by Sye van der Veen. | |||||
* | Issue #26106: doc: Move text of licenses to parsed literal block | Victor Stinner | 2016-01-21 | 1 | -0/+1 | |
| | | | | | | | This change helps to ignore text of PSF, BEOPEN.com and CNRI licenses when translating the documentation. Patch written by Julien Palard who is translating Python 3.5 doc to french. Text of other licenses already used preformatted format. | |||||
* | Issue #25697: Fixed rough alphabetical order in Misc/ACKS. | Serhiy Storchaka | 2015-11-25 | 1 | -15/+14 | |
| | ||||||
* | Issue #25624: ZipFile now always writes a ZIP_STORED header for directory | Serhiy Storchaka | 2015-11-22 | 1 | -0/+1 | |
| | | | | entries. Patch by Dingyuan Wang. | |||||
* | Issue #21827: Fixed textwrap.dedent() for the case when largest common | Serhiy Storchaka | 2015-10-28 | 1 | -0/+1 | |
| | | | | | whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li. | |||||
* | Issue #25461: Rephrase os.walk() doc | Victor Stinner | 2015-10-23 | 1 | -0/+1 | |
| | | | | Patch written by Bernt Røskar Brenna. | |||||
* | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -0/+1 | |
| | ||||||
* | reinitialize an Event's Condition with a regular lock (closes #25319) | Benjamin Peterson | 2015-10-06 | 1 | -0/+1 | |
| | ||||||
* | Issue #25232: Fix CGIRequestHandler's splitting of URL query | Martin Panter | 2015-10-03 | 1 | -0/+1 | |
| | | | | Patch from Xiang Zhang. | |||||
* | Give proper credit for issue #24915 | Brett Cannon | 2015-09-18 | 1 | -0/+1 | |
| | ||||||
* | Issue #25030: Do not document seek() as if it accepts keyword arguments | Martin Panter | 2015-09-11 | 1 | -0/+1 | |
| | | | | Patch from Shiyao Ma. | |||||
* | Issue #23406: Clarify documentation on multiplying a sequence | Martin Panter | 2015-09-07 | 1 | -0/+1 | |
| | | | | Patch from Matheus Vieira Portela. | |||||
* | Issue #17849: Raise sensible exception for invalid HTTP tunnel response | Martin Panter | 2015-09-07 | 1 | -0/+1 | |
| | | | | Initial patch from Cory Benfield. | |||||
* | Issue #24952: Clarify default argument of stack_size() in threading, thread | Martin Panter | 2015-08-31 | 1 | -0/+1 | |
| | | | | Patch from Mattip. | |||||
* | Merge 2.7 heads. | Robert Collins | 2015-08-24 | 1 | -0/+2 | |
|\ | ||||||
| * | Issue #23672: ACKS | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 | |
| | | ||||||
| * | #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 1 | -0/+1 | |
| | | | | | | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. | |||||
* | | Issue #22812: Fix unittest discovery examples. | Robert Collins | 2015-08-24 | 1 | -0/+1 | |
|/ | | | | Patch from Pam McA'Nulty. | |||||
* | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+1 | |
| | ||||||
* | Issue #23652: Make the select module compile against LSB headers. | Zachary Ware | 2015-08-02 | 1 | -0/+1 | |
| | | | | Initial patch by Matt Frank. | |||||
* | Issue 24745: Add ACKS entry. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 | |
| | ||||||
* | Issue #21192: acks for 2.7 | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 | |
| | ||||||
* | Issue #23319: Add Matthieu Gautier to Misc/ACKS | Victor Stinner | 2015-07-29 | 1 | -0/+1 | |
| | ||||||
* | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+1 | |
| | ||||||
* | Issue #23985: Fixed integer overflow in iterator object. Original patch by | Serhiy Storchaka | 2015-05-21 | 1 | -0/+1 | |
| | | | | Clement Rouault. | |||||
* | Attribute Michael Dorman for his initial patch on issue #18402. | Zachary Ware | 2015-04-13 | 1 | -0/+1 | |
| | ||||||
* | Issue #23338: Fixed formatting ctypes error messages on Cygwin. | Serhiy Storchaka | 2015-04-04 | 1 | -0/+1 | |
| | | | | Patch by Makoto Kato. | |||||
* | #23512: list non-essential built-in functions after the table. Patch by ↵ | Ezio Melotti | 2015-03-24 | 1 | -0/+1 | |
| | | | | Carlo Beccarini. | |||||
* | #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. | Ezio Melotti | 2015-03-24 | 1 | -0/+1 | |
| | ||||||
* | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -0/+1 | |
| | | | | | | | Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford. | |||||
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 1 | -0/+1 | |
| | | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts. | |||||
* | Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. | Serhiy Storchaka | 2015-03-06 | 1 | -0/+2 | |
| | | | | Patch by Florian Finkernagel and Davin Potts. | |||||
* | Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch | Stefan Krah | 2015-01-30 | 1 | -0/+1 | |
| | | | | by Richard Hansen. | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -0/+1 | |
| | | | | Patch by Al Sweigart. | |||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -0/+1 | |
| | | | | Patch by Karan Goel. | |||||
* | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. | Serhiy Storchaka | 2014-12-01 | 1 | -0/+1 | |
| | | | | Original patch by Martin Panter. | |||||
* | Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. | Serhiy Storchaka | 2014-11-02 | 1 | -0/+1 | |
| | | | | Patch by Tim Graham. |