Commit graph

65372 commits

Author SHA1 Message Date
Ronald Oussoren
42d0f68458 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. 2011-03-14 11:04:34 -04:00
Ronald Oussoren
250324952e Fixes #1099: Mac compile fails with pydebug and framework enabled
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
2011-03-14 10:11:59 -04:00
R David Murray
b44e1841d5 Port #11488 patch from 3.1 (changeset f816841bab03) 2011-03-14 10:01:12 -04:00
R David Murray
1a5201f80d Merge #11488 patch from 3.1. 2011-03-14 09:57:03 -04:00
R David Murray
d89ee79d19 #11488: Add tests for writelines method of SpooledTemporaryFile.
Patch by Evan Dandrea.
2011-03-14 09:55:46 -04:00
Ross Lagerwall
a3ed3f03d7 Issue #10885: Fix multiprocessing docs typo 2011-03-14 10:43:36 +02:00
Ross Lagerwall
13312638b3 Merge from 3.1 2011-03-14 10:41:58 +02:00
Ross Lagerwall
8fea2e6a50 Issue #10885: Fix multiprocessing docs typo 2011-03-14 10:40:15 +02:00
R David Murray
6924bd72f5 Fix whitespace 2011-03-13 22:48:55 -04:00
R David Murray
8c76c53019 merge heads 2011-03-13 22:40:59 -04:00
R David Murray
cdd5fc9013 #11490: EACCES can also mean command not found 2011-03-13 22:37:18 -04:00
R David Murray
384069c2e8 Merge fix for #11490 from 3.1. 2011-03-13 22:26:53 -04:00
R David Murray
d79210a0e4 #11490: EACCES can also mean command not found 2011-03-13 22:13:09 -04:00
Antoine Pitrou
9bd3bbcfe8 Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore 2011-03-13 23:28:28 +01:00
Ezio Melotti
ad797b699d #11484: remove paragraph about with_traceback from 2.7 doc. 2011-03-13 22:55:41 +02:00
Antoine Pitrou
8b78a9d8ca Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 2011-03-13 19:35:04 +01:00
Antoine Pitrou
34db469895 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 2011-03-13 19:32:01 +01:00
Antoine Pitrou
6b19e50e9b Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 2011-03-13 19:31:11 +01:00
Antoine Pitrou
d3cccd2a60 Issue #11223: Fix test_threadsignals to fail, not hang, when the
non-semaphore implementation of locks is used under POSIX.
2011-03-13 19:14:21 +01:00
Nick Coghlan
e10342533e Dummy merge of 2.6 reversion of logging change 2011-03-13 21:52:31 +10:00
Eli Bendersky
ec40bab21e Issue #11426: use 'with' statements on open files in CSV examples 2011-03-13 08:45:19 +02:00
Ezio Melotti
0def5c6907 Merge with 3.1. 2011-03-13 02:27:26 +02:00
Ezio Melotti
2b73660135 Fix markup in inputoutput.rst. 2011-03-13 02:19:57 +02:00
Ezio Melotti
dd6833d20a Fix markup in inputoutput.rst. 2011-03-13 02:13:08 +02:00
Benjamin Peterson
4f1a665fae clarify condition for readline to return EOF (closes #11312) 2011-03-12 17:12:54 -06:00
Vinay Sajip
5ddf51f735 Fixes issue #11476: StreamHandler parameter name change documented. 2011-03-12 22:43:23 +00:00
Ezio Melotti
546398d02c Dummy merge with 3.1. 2011-03-12 22:28:01 +02:00
Ezio Melotti
77845ce55a Fix typo. 2011-03-12 22:25:06 +02:00
Ezio Melotti
c3ab30b363 Fix typo. 2011-03-12 22:21:37 +02:00
Benjamin Peterson
62e0b90be2 merge 3.1 2011-03-12 11:58:40 -06:00
Benjamin Peterson
ab2b71699c trunc -> math.trunc (closes #11475) 2011-03-12 11:58:15 -06:00
Benjamin Peterson
3c5edd00a7 trunc -> math.trunc (closes #11475) 2011-03-12 11:58:15 -06:00
Mark Dickinson
a7f0dffb8d Merge #11131 2011-03-12 11:17:26 +00:00
Mark Dickinson
37a79fb75b Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. 2011-03-12 11:12:52 +00:00
Mark Dickinson
2c8c62e64d Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. 2011-03-12 11:05:32 +00:00
Senthil Kumaran
e858bca356 forward merge from 3.1 2011-03-12 11:42:33 +08:00
Senthil Kumaran
abd4a05561 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex 2011-03-12 11:40:25 +08:00
Antoine Pitrou
d4f016fb51 Issue #11403: add some MSVC-generated files to .hgignore 2011-03-11 23:46:26 +01:00
Antoine Pitrou
dd8f2e7edf Merge #11403 2011-03-11 23:44:04 +01:00
Antoine Pitrou
26606fd23f Issue #11403: add some MSVC-generated files to .hgignore 2011-03-11 23:42:49 +01:00
Antoine Pitrou
375ff587c2 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. 2011-03-11 20:57:11 +01:00
Ezio Melotti
147f6088f0 #11446: merge with 3.1. 2011-03-11 20:53:24 +02:00
Ezio Melotti
7885833df0 #11446: fix incorrect PEP link. 2011-03-11 20:50:42 +02:00
Vinay Sajip
3ae81137c8 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. 2011-03-11 18:44:10 +00:00
Eli Bendersky
fc4252d3e2 merge 2011-03-11 16:40:25 +02:00
Eli Bendersky
a7a1c15111 merge from 3.1 2011-03-11 16:39:04 +02:00
Eli Bendersky
9cc6249dee Issue #11426: use 'with' statements on open files in CSV examples 2011-03-11 16:33:36 +02:00
Ezio Melotti
1a87e3211a #11435: Update the links generated by the source directive to use hg.python.org. 2011-03-11 15:16:01 +02:00
R David Murray
e17e9fc37e Merge heads. 2011-03-10 18:15:25 -05:00
R David Murray
efd8bab403 #10999: Add missing documentation for chflags constants to stat module docs
Patch by Michal Nowikowski.
2011-03-10 17:57:35 -05:00