summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() ↵Antoine Pitrou2011-03-132-4/+3
| | | | anymore
* Remove documentation to non-existent function PyObject_CopyToObject (fixes ↵Antoine Pitrou2011-03-131-14/+0
|\ | | | | | | #11478)
| * Remove documentation to non-existent function PyObject_CopyToObject (fixes ↵Antoine Pitrou2011-03-131-14/+0
| | | | | | | | #11478)
* | Issue #11223: Fix test_threadsignals to fail, not hang, when theAntoine Pitrou2011-03-132-2/+20
| | | | | | | | non-semaphore implementation of locks is used under POSIX.
* | Merge with 3.1.Ezio Melotti2011-03-131-20/+19
|\ \ | |/
| * Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
| |
* | Dummy merge with 3.1.Ezio Melotti2011-03-120-0/+0
|\ \ | |/
| * Fix typo.Ezio Melotti2011-03-121-1/+1
| |
* | merge 3.1Benjamin Peterson2011-03-121-1/+1
|\ \ | |/
| * trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
| |
* | Merge #11131Mark Dickinson2011-03-123-8/+84
|\ \ | |/
| * Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus ↵Mark Dickinson2011-03-123-8/+84
| | | | | | | | operations in ROUND_FLOOR rounding mode.
* | forward merge from 3.1Senthil Kumaran2011-03-121-5/+6
|\ \ | |/
| * Fix issue11283 - Clarifying a re pattern in the re module docs for ↵Senthil Kumaran2011-03-121-5/+6
| | | | | | | | conditional regex
* | Merge #11403Antoine Pitrou2011-03-111-0/+3
|\ \ | |/
| * Issue #11403: add some MSVC-generated files to .hgignoreAntoine Pitrou2011-03-111-0/+3
| |
* | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again.Antoine Pitrou2011-03-112-1/+9
| |
* | #11446: merge with 3.1.Ezio Melotti2011-03-111-1/+1
|\ \ | |/
| * #11446: fix incorrect PEP link.Ezio Melotti2011-03-111-1/+1
| |
* | mergeEli Bendersky2011-03-111-1/+1
|\ \
| * | #11435: Update the links generated by the source directive to use hg.python.org.Ezio Melotti2011-03-111-1/+1
| | |
* | | merge from 3.1Eli Bendersky2011-03-111-20/+26
|\ \ \ | |/ / |/| / | |/
| * Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
| |
* | Merge heads.R David Murray2011-03-100-0/+0
|\ \
| * \ Dummy merge with 3.1.Ezio Melotti2011-03-100-0/+0
| |\ \
* | \ \ Merge #10999 fix.R David Murray2011-03-103-32/+77
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | #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
| |
* | Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
|\ \ | |/ | | | | | | | | finalization of objects. HG Enter commit message. Lines beginning with 'HG:' are removed.
| * Reword the finalization note.Gregory P. Smith2011-03-101-2/+2
| |
| * Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
| | | | | | | | finalization of objects in the language reference.
* | Port a couple of changes from 3.1.Ezio Melotti2011-03-101-5/+5
|\ \ | |/
| * Backport from 3.2 several improvements and fixes for unittest.rst.Ezio Melotti2011-03-101-259/+351
| |
* | Merge fix for issue #11450Antoine Pitrou2011-03-092-1/+6
|\ \ | |/
| * 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: merge fix from 3.1.Ned Deily2011-03-092-4/+8
|\ \ | |/
| * Issue #5622: Fix curses.wrapper to raise correct exception if cursesNed Deily2011-03-092-4/+8
| | | | | | | | initialization fails.
* | Issue #11444: Merge fix from 3.1.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
| |
* | merge 3.1Benjamin Peterson2011-03-083-16/+32
|\ \ | |/
| * transform izip_longest #11424Benjamin Peterson2011-03-083-16/+32
| |
* | #Issue 11424: added equivalent fixes for dictConfig.Vinay Sajip2011-03-072-7/+109
| |
* | #Issue 11424: merged fix from 3.1.Vinay Sajip2011-03-072-5/+118
|\ \ | |/
| * Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-072-5/+118
| |
* | merge 3.1Benjamin Peterson2011-03-071-4/+7
|\ \ | |/
| * only do this sys.stderr replacing on CPythonBenjamin Peterson2011-03-061-4/+7
| |
* | Merge 3.1.Thomas Wouters2011-03-062-2/+4
|\ \ | |/
| * 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-06116-40047/+40047
|\ \ | |/ | | | | | | | | the files will have the right line ending even if the extension is not active.