summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Changes for Wing Project file caused by mercurial transition. Plus ignoring ↵Michael Foord2011-03-172-1/+4
| | | | | | | | | | | | python.exe-gdb.py.
* | | Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqualMichael Foord2011-03-174-40/+105
| | |
* | | Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-163-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 Melotti2011-03-162-3/+3
| | |
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1691-125/+125
| | |
* | | Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
| | |
* | | Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-2/+16
| | |
* | | make this subversion artifact emptyBenjamin Peterson2011-03-151-2/+3
| | |
* | | Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-154-6/+6
| | |
* | | #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1544-50/+51
| | |
* | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualifiedRonald Oussoren2011-03-142-1/+4
| | | | | | | | | | | | IP addresses in the proxy exception list.
* | | Issue #1099: Fix the build on MacOSX when building a framework with pydebug ↵Ronald Oussoren2011-03-142-11/+9
| | | | | | | | | | | | using GCC 4.0.
* | | Port #11488 patch from 3.1 (changeset f816841bab03)R David Murray2011-03-142-0/+18
| | |
* | | Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
| | |
* | | merge headsR David Murray2011-03-1411-75/+132
|\ \ \
| * | | #11484: remove paragraph about with_traceback from 2.7 doc.Ezio Melotti2011-03-131-12/+0
| | | |
| * | | Remove documentation to non-existent function PyObject_CopyToObject (fixes ↵Antoine Pitrou2011-03-131-14/+0
| | | | | | | | | | | | | | | | #11478)
| * | | Dummy merge of 2.6 reversion of logging changeNick Coghlan2011-03-130-0/+0
| |\ \ \ | | |/ /
| | * | Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), ↵Vinay Sajip2011-03-113-121/+5
| | | | | | | | | | | | | | | | which should not have been made in this branch.
| * | | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-131-18/+21
| | | |
| * | | Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
| | | |
| * | | clarify condition for readline to return EOF (closes #11312)Benjamin Peterson2011-03-121-5/+6
| | | |
| * | | Fixes issue #11476: StreamHandler parameter name change documented.Vinay Sajip2011-03-121-0/+2
| | | |
| * | | Fix typo.Ezio Melotti2011-03-121-1/+1
| | | |
| * | | trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
| | | |
| * | | Issue 11131: Fix sign of zero result on plus and minus operations in ↵Mark Dickinson2011-03-123-8/+84
| | | | | | | | | | | | | | | | ROUND_FLOOR rounding mode.
* | | | #11490: EACCES can also mean command not foundR David Murray2011-03-142-1/+5
|/ / /
* | | Issue #11403: add some MSVC-generated files to .hgignoreAntoine Pitrou2011-03-111-0/+3
| | |
* | | #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-103-32/+77
| | | | | | | | | | | | Patch by Michal Nowikowski.
* | | Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2
| | |
* | | Backport from 3.x several improvements and fixes for unittest.rst.Ezio Melotti2011-03-101-269/+338
| | |
* | | Explicitly mention that people should not depend on finalization ofGregory P. Smith2011-03-101-0/+2
| | | | | | | | | | | | objects to happen immediately.
* | | Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() whenAntoine Pitrou2011-03-092-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 cursesNed Deily2011-03-092-4/+8
| | | | | | | | | | | | initialization fails.
* | | Issue #11444: Merge fix from 2.6.Vinay Sajip2011-03-081-0/+3
|\ \ \ | |/ /
| * | Issue #11444: Lock handlers while flushing/closing during shutdown.Vinay Sajip2011-03-081-0/+3
| | |
* | | #11298: Improve the unittest discovery explanation.Ezio Melotti2011-03-081-3/+5
| | |
* | | Sort out 2.7 and 2.7.1 tags.Georg Brandl2011-03-081-1/+2
| | |
* | | transform izip_longest #11424Benjamin Peterson2011-03-083-16/+32
| | |
* | | Whitespace normalization.Vinay Sajip2011-03-071-1/+1
| | |
* | | #Issue 11424: merged fix from 2.6.Vinay Sajip2011-03-072-5/+118
|\ \ \ | |/ /
| * | Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-072-5/+118
| | |
* | | only do this sys.stderr replacing on CPythonBenjamin Peterson2011-03-061-4/+7
| | |
* | | Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' fromThomas Wouters2011-03-062-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öwis2011-03-06125-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 Brandl2011-03-061-0/+3
| | |
* | | #11294: add missing ERA_T_FMT to locale docs.Georg Brandl2011-03-061-3/+8
| | |
* | | #11239: add } to list of metacharacters (it is only a metacharacter ↵Georg Brandl2011-03-061-1/+1
| | | | | | | | | | | | sometimes, ie. when closing a {n,m} group, but so is ].
* | | #11373: fix spelling.Georg Brandl2011-03-061-1/+1
| | |
* | | #11392: you can trust the computer, but you have to know what it does.Georg Brandl2011-03-061-3/+5
| | |