2014-10-01 |
Serhiy Storchaka | Issue #20079: Added locales supported in glibc 2.18... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Terry Jan Reedy | Issue 22492: Be explicit that print does not support... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Georg Brandl | Remove old overridden version of a Sphinx CSS file. |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Georg Brandl | Make pydoctheme compatible with Sphinx 1.3 HTML output... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Terry Jan Reedy | Update Idle news for 3.4.2 (and 3.4.1). |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Berker Peksag | Issue #16537: Use the new *default* parameter of max(). |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Ned Deily | Fix overlooked conf.py setting in flattening of Doc... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
R David Murray | #21739: mention subtle difference between loops and... |
commit | commitdiff | tree | snapshot |
2014-10-01 |
R David Murray | #22512: move distutils rpm test's .rpmdb to testing... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Terry Jan Reedy | Issue 22465: grammar, number agreement. |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Georg Brandl | Move Doc/tools/sphinxext content to Doc/tools, there... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Georg Brandl | Dont define an empty SPHINXOPTS, which overrides a... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Georg Brandl | Prepare sphinx extensions for 1.3. |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Benjamin Peterson | add link to pdb source (closes #22528) |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Victor Stinner | Issue #22448: asyncio, cleanup _run_once(), only iterat... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Victor Stinner | faulthandler: test_gil_released() now uses _sigsegv... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Victor Stinner | faulthandler: _sigsegv() and _sigabrt() don't accept... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Victor Stinner | Issue #22396: On 32-bit AIX platform, don't expose... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Benjamin Peterson | merge 3.3 (#22520) |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Benjamin Peterson | prevent overflow in unicode_repr (closes #22520) |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Benjamin Peterson | merge 3.3 (#22517) |
commit | commitdiff | tree | snapshot |
2014-09-30 |
Benjamin Peterson | clear BufferedRWPair weakrefs on deallocation (closes... |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | these variables ought to be Py_ssize_t |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | merge 3.3 (closes #22519) |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | fix overflow checking in PyBytes_Repr (closes #22519) |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | merge 3.3 (closes #22518) |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | NEWS issue for #22518 |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Benjamin Peterson | cleanup overflowing handling in unicode_decode_call_err... |
commit | commitdiff | tree | snapshot |
2014-09-29 |
R David Murray | #20135: FAQ entry for list mutation. (See also 6375bf3... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Benjamin Peterson | check that exception messages are not empty (#22379) |
commit | commitdiff | tree | snapshot |
2014-09-28 |
R David Murray | #10510: Fix bug in forward port of 2.7 distutils patch. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Berker Peksag | Revert #22251 |
commit | commitdiff | tree | snapshot |
2014-09-27 |
R David Murray | #10510: make distuitls upload/register use HTML standar... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Berker Peksag | Issue #22251: Fix ReST markup to avoid errors building... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Berker Peksag | Merge heads. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
R David Murray | #18854: make it explicit that is_multipart does not... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Berker Peksag | Issue #16537: Check whether self.extensions is empty... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
R David Murray | #20974: Update version table in email intro. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Serhiy Storchaka | Issue #9850: Fixed macpath.join() for empty first compo... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Yury Selivanov | tempfile: Fix docstring. Issue #21397, patch by R.... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Berker Peksag | Issue #17462: Add a paragraph about advantages of argpa... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yury Selivanov | asyncio.test_tasks: Fix test_env_var_debug to use corre... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yury Selivanov | asyncio: Improve canceled timer handles cleanup. Closes... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Yury Selivanov | asyncio.unix_events: Move import statement to match... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Benjamin Peterson | allow archives for rc releases to be built (closes... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Victor Stinner | test_faulthandler: fix typo |
commit | commitdiff | tree | snapshot |
2014-09-24 |
R David Murray | Apply asyncio Task English fixes to docstrings as well. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
R David Murray | Improve English phrasing in asyncio task docs. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Berker Peksag | Issue #16056: Rename test method in test_statistics... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Serhiy Storchaka | Issue #22427: TemporaryDirectory no longer attempts... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Berker Peksag | Issue #21860: Correct docstrings of FileIO.seek() and... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Serhiy Storchaka | Fixed bytes literals in tests. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Ned Deily | Issue #22471: Avoid Python Launcher.app install problem... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Serhiy Storchaka | Issue #20912: Now directories added to ZIP file have... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Serhiy Storchaka | Fixed test_large_file_exception. Ported tests for large... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Serhiy Storchaka | Issue #21866: ZipFile.close() no longer writes ZIP64... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Serhiy Storchaka | Fixed reference leak in the "backslashreplace" error... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Benjamin Peterson | fix error in split() examples (closes #22459) |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Larry Hastings | Fix pydoc topics. I'll regenerate this again for 3... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Ned Deily | Fix formatting typo in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Georg Brandl | Closes #21431: make docs depend on Sphinx 1.2 and fix... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Larry Hastings | Merge. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Larry Hastings | Post-release engineering work for 3.4.2rc1. |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Jesus Cea | Typo: headeronly -> headersonly |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Serhiy Storchaka | Fixed issue #22415 number in Misc/NEWS for changeset... |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Serhiy Storchaka | Issue #22423: Fixed debugging output of the GROUPREF_EX... |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Antoine Pitrou | Issue #21332: Ensure that ``bufsize=1`` in subprocess... |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Serhiy Storchaka | Issue #22423: Unhandled exception in thread no longer... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Larry Hastings | Added tag v3.4.2rc1 for changeset 8711a0951384 |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Larry Hastings | Bump version number for 3.4.2rc1 release. v3.4.2rc1 |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Larry Hastings | Updated pydoc topics for 3.4.1rc1 release. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Georg Brandl | Doc: remove invalid uses of ":option:" which will emit... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
R David Murray | #21091: make is_attachment a method. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
R David Murray | #21079: is_attachment now looks only at the value,... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Benjamin Peterson | use patch context manager instead of decorator because... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Berker Peksag | Issue #22247: Add NNTPError to nntplib.__all__. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Ned Deily | Issue #15661: Update OS X installer welcome and readme... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Terry Jan Reedy | Update Idle's online doc url. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Terry Jan Reedy | Issue #22420: Avoid 'write to None' crashes by using... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Benjamin Peterson | standardize pep 466 relnote style |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Benjamin Peterson | remove extra letter |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Benjamin Peterson | whatsnew for pep 466 ssl backport |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Vinay Sajip | Issue #22436: Improved documentation for getEffectiveLe... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Senthil Kumaran | Issue #16827: Make Interpreter introduction section... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Berker Peksag | Issue #14824: Update Repr.repr_TYPE documentation to... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Antoine Pitrou | Issue #4180: The warnings registries are now reset... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Victor Stinner | asyncio, Tulip issue 206: In debug mode, keep the callb... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Senthil Kumaran | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Senthil Kumaran | Issue #22419: Limit the length of incoming HTTP request... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Senthil Kumaran | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Senthil Kumaran | Issue #22421 - Secure pydoc server run. Bind it to... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Ethan Furman | Issue21738: clarify usage of __new__ in Enum subclasses |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Ethan Furman | consistently use _name_ and _value_; patch from Kiss... |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Antoine Pitrou | Replace bad ftp URLs in test_urllib2net |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Antoine Pitrou | Lax cookie parsing in http.cookies could be a security... |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Antoine Pitrou | Lax cookie parsing in http.cookies could be a security... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Nick Coghlan | Issue #22166: clear codec caches in test_codecs |
commit | commitdiff | tree | snapshot |
next |