Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Changes for Wing Project file caused by mercurial transition. Plus ignoring ↵ | Michael Foord | 2011-03-17 | 2 | -1/+4 | |
| | | | | | | | | | | | | python.exe-gdb.py. | |||||
* | | | Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual | Michael Foord | 2011-03-17 | 4 | -40/+105 | |
| | | | ||||||
* | | | Issue #11569: use absolute path to the sysctl command in multiprocessing to | Ronald Oussoren | 2011-03-16 | 3 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX. Patch by Steffen Daode Nurpmeso. | |||||
* | | | Revert typo fixes in zlib/* | Ezio Melotti | 2011-03-16 | 2 | -3/+3 | |
| | | | ||||||
* | | | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 91 | -125/+125 | |
| | | | ||||||
* | | | Close issue #8600: test_gdb failures because innocuous warnings | Jesus Cea | 2011-03-16 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge #11216: document all possible set_charset execution paths. | R David Murray | 2011-03-15 | 1 | -2/+16 | |
| | | | ||||||
* | | | make this subversion artifact empty | Benjamin Peterson | 2011-03-15 | 1 | -2/+3 | |
| | | | ||||||
* | | | Revert typo fixes in _cytpes/libffi* | Ezio Melotti | 2011-03-15 | 4 | -6/+6 | |
| | | | ||||||
* | | | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 44 | -50/+51 | |
| | | | ||||||
* | | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified | Ronald Oussoren | 2011-03-14 | 2 | -1/+4 | |
| | | | | | | | | | | | | IP addresses in the proxy exception list. | |||||
* | | | Issue #1099: Fix the build on MacOSX when building a framework with pydebug ↵ | Ronald Oussoren | 2011-03-14 | 2 | -11/+9 | |
| | | | | | | | | | | | | using GCC 4.0. | |||||
* | | | Port #11488 patch from 3.1 (changeset f816841bab03) | R David Murray | 2011-03-14 | 2 | -0/+18 | |
| | | | ||||||
* | | | Issue #10885: Fix multiprocessing docs typo | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge heads | R David Murray | 2011-03-14 | 11 | -75/+132 | |
|\ \ \ | ||||||
| * | | | #11484: remove paragraph about with_traceback from 2.7 doc. | Ezio Melotti | 2011-03-13 | 1 | -12/+0 | |
| | | | | ||||||
| * | | | Remove documentation to non-existent function PyObject_CopyToObject (fixes ↵ | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 | |
| | | | | | | | | | | | | | | | | #11478) | |||||
| * | | | Dummy merge of 2.6 reversion of logging change | Nick Coghlan | 2011-03-13 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), ↵ | Vinay Sajip | 2011-03-11 | 3 | -121/+5 | |
| | | | | | | | | | | | | | | | | which should not have been made in this branch. | |||||
| * | | | Issue #11426: use 'with' statements on open files in CSV examples | Eli Bendersky | 2011-03-13 | 1 | -18/+21 | |
| | | | | ||||||
| * | | | Fix markup in inputoutput.rst. | Ezio Melotti | 2011-03-13 | 1 | -16/+17 | |
| | | | | ||||||
| * | | | clarify condition for readline to return EOF (closes #11312) | Benjamin Peterson | 2011-03-12 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | Fixes issue #11476: StreamHandler parameter name change documented. | Vinay Sajip | 2011-03-12 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Fix typo. | Ezio Melotti | 2011-03-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | trunc -> math.trunc (closes #11475) | Benjamin Peterson | 2011-03-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Issue 11131: Fix sign of zero result on plus and minus operations in ↵ | Mark Dickinson | 2011-03-12 | 3 | -8/+84 | |
| | | | | | | | | | | | | | | | | ROUND_FLOOR rounding mode. | |||||
* | | | | #11490: EACCES can also mean command not found | R David Murray | 2011-03-14 | 2 | -1/+5 | |
|/ / / | ||||||
* | | | Issue #11403: add some MSVC-generated files to .hgignore | Antoine Pitrou | 2011-03-11 | 1 | -0/+3 | |
| | | | ||||||
* | | | #10999: Add missing documentation for chflags constants to stat module docs | R David Murray | 2011-03-10 | 3 | -32/+77 | |
| | | | | | | | | | | | | Patch by Michal Nowikowski. | |||||
* | | | Use simpler assert in basic example. | Ezio Melotti | 2011-03-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | Backport from 3.x several improvements and fixes for unittest.rst. | Ezio Melotti | 2011-03-10 | 1 | -269/+338 | |
| | | | ||||||
* | | | Explicitly mention that people should not depend on finalization of | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 | |
| | | | | | | | | | | | | objects to happen immediately. | |||||
* | | | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when | Antoine Pitrou | 2011-03-09 | 2 | -1/+6 | |
| | | | | | | | | | | | | there are many tags (e.g. when using mq). Patch by Nadeem Vawda. | |||||
* | | | Issue #5622: Fix curses.wrapper to raise correct exception if curses | Ned Deily | 2011-03-09 | 2 | -4/+8 | |
| | | | | | | | | | | | | initialization fails. | |||||
* | | | Issue #11444: Merge fix from 2.6. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #11444: Lock handlers while flushing/closing during shutdown. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 | |
| | | | ||||||
* | | | #11298: Improve the unittest discovery explanation. | Ezio Melotti | 2011-03-08 | 1 | -3/+5 | |
| | | | ||||||
* | | | Sort out 2.7 and 2.7.1 tags. | Georg Brandl | 2011-03-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | transform izip_longest #11424 | Benjamin Peterson | 2011-03-08 | 3 | -16/+32 | |
| | | | ||||||
* | | | Whitespace normalization. | Vinay Sajip | 2011-03-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | #Issue 11424: merged fix from 2.6. | Vinay Sajip | 2011-03-07 | 2 | -5/+118 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 2 | -5/+118 | |
| | | | ||||||
* | | | only do this sys.stderr replacing on CPython | Benjamin Peterson | 2011-03-06 | 1 | -4/+7 | |
| | | | ||||||
* | | | Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from | Thomas Wouters | 2011-03-06 | 2 | -2/+4 | |
| | | | | | | | | | | | | working correctly with a relative path. | |||||
* | | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵ | Martin v. Löwis | 2011-03-06 | 125 | -44271/+44271 | |
| | | | | | | | | | | | | | | | | | | the files will have the right line ending even if the extension is not active. | |||||
* | | | #11292: add missing A_REVERSE to curses attribute table. | Georg Brandl | 2011-03-06 | 1 | -0/+3 | |
| | | | ||||||
* | | | #11294: add missing ERA_T_FMT to locale docs. | Georg Brandl | 2011-03-06 | 1 | -3/+8 | |
| | | | ||||||
* | | | #11239: add } to list of metacharacters (it is only a metacharacter ↵ | Georg Brandl | 2011-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | sometimes, ie. when closing a {n,m} group, but so is ]. | |||||
* | | | #11373: fix spelling. | Georg Brandl | 2011-03-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | #11392: you can trust the computer, but you have to know what it does. | Georg Brandl | 2011-03-06 | 1 | -3/+5 | |
| | | |