Ezio Melotti
4664563f34
#2650 : Refactor re.escape and its tests.
2011-03-25 14:50:52 +02:00
Eli Bendersky
72de205895
Issue #11634 : Remove misleading paragraph from a comment
2011-03-24 22:38:25 +02:00
Éric Araujo
f079c9bfbf
Fix obscure set crashers ( #4420 ). Backport of d56b3cafb1e6, reviewed by Raymond.
2011-03-22 23:47:32 +01:00
Raymond Hettinger
1fd26525a4
Issue #10771 : Clarify that descriptors get used in an *owner* class or one of its parents.
2011-03-22 17:51:57 -07:00
Raymond Hettinger
405a4717e1
Issue 10787: Document the probability density function for random.gammavariate.
2011-03-22 15:52:46 -07:00
Raymond Hettinger
b76f6200d2
Issue 10988: fix description of super's descriptor call.
2011-03-22 15:28:45 -07:00
Éric Araujo
4fbd88a078
Fix typo spotted by Sandro Tosi
2011-03-22 21:45:42 +01:00
Raymond Hettinger
911da47996
Issue #11628 : cmp_to_key should use__slots__.
2011-03-22 13:20:59 -07:00
Raymond Hettinger
7250730afc
Issue #11625 : Fix Typo
2011-03-22 09:06:38 -07:00
Martin v. Löwis
fe67be1df3
null merge
2011-03-21 10:32:02 +01:00
Martin v. Löwis
f23c515e5b
null merge
2011-03-21 10:31:44 +01:00
Martin v. Löwis
ce5d0e22fc
Set subversion version identification to empty strings if this is not a subversion
...
checkout (but a mercurial one). Closes #11579 . Closes #11421 .
Patch by Senthil Kumaran.
2011-03-21 10:30:07 +01:00
Georg Brandl
b6dc81df2b
Fix duplicate word.
2011-03-21 08:55:16 +01:00
Éric Araujo
86f9074c5f
Fix some issue references in NEWS
2011-03-21 00:15:26 +01:00
Éric Araujo
c75f26511b
Fix typo in class name
2011-03-20 18:34:24 +01:00
Benjamin Peterson
ec5b5cb489
the name of the option is a bit too low-level
2011-03-20 12:24:20 -05:00
Guido van Rossum
dbd4efa21f
Merge from 2.6.
2011-03-19 16:23:18 -07:00
Guido van Rossum
d7bed77815
Whoops. The copyright should be two lines (merge from 2.5).
2011-03-19 16:20:39 -07:00
Guido van Rossum
197f7f6859
Whoops. The copyright should be two lines.
2011-03-19 16:20:06 -07:00
Guido van Rossum
3a6134569f
Test commit. Add 2011 to copyright line (merge from 2.6).
2011-03-19 16:18:02 -07:00
Guido van Rossum
54b76d4299
Test commit. Add 2011 to copyright line (merge from 2.5).
2011-03-19 16:17:14 -07:00
Guido van Rossum
deeb71e8a0
Test commit. Add 2011 to copyright line.
2011-03-19 16:14:44 -07:00
Raymond Hettinger
dbc5e1280f
Minor doc clean-up.
...
* Show list of fields option before showing the single string alternative.
* Remove the PS2 prompts so that the examples become cut-and-pastable.
2011-03-19 15:09:00 -07:00
Éric Araujo
374274db7f
Fix the total_ordering decorator to handle cross-type comparisons
...
that could lead to infinite recursion (closes #10042 ).
2011-03-19 04:29:36 +01:00
Michael Foord
5136867c1b
News update for previous commit
2011-03-17 12:59:38 -04:00
Michael Foord
8faa20751d
Issue #10979 . unittest stdout buffering now works for class and module fixtures.
2011-03-17 12:48:56 -04:00
Senthil Kumaran
5a9a5080cf
branch merge.
2011-03-17 14:43:21 +08:00
Senthil Kumaran
2e617307bc
merge from 2.6 branch
2011-03-17 14:24:35 +08:00
Senthil Kumaran
dfd1579e54
merge from 2.5 branch.
2011-03-17 14:23:24 +08:00
Senthil Kumaran
3853586e0c
Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks.
...
Patch by Tom N. (Backported from py3k codeline).
2011-03-17 12:34:18 +08:00
Kurt B. Kaiser
020d3d9856
<Home> toggle non-functional when NumLock set.
...
Issue3851
2011-03-17 00:05:38 -04:00
Michael Foord
764d75f325
Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py.
2011-03-16 22:28:08 -04:00
Michael Foord
4c9e91a092
Issue #10242 : backport of more fixes to unittest.TestCase.assertItemsEqual
2011-03-16 20:34:53 -04:00
Ronald Oussoren
2ab5994dbe
Issue #11569 : use absolute path to the sysctl command in multiprocessing to
...
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.
2011-03-16 09:47:15 -04:00
Ezio Melotti
b3f756404a
Revert typo fixes in zlib/*
2011-03-16 12:46:40 +02:00
Ezio Melotti
c2077b0d9b
#11565 : Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 12:34:31 +02:00
Jesus Cea
6905de14fe
Close issue #8600 : test_gdb failures because innocuous warnings
2011-03-16 01:19:49 +01:00
R David Murray
ab40e4cb95
Merge #11216 : document all possible set_charset execution paths.
2011-03-15 18:01:04 -04:00
Benjamin Peterson
d4acd356b2
make this subversion artifact empty
2011-03-15 15:03:13 -05:00
Ezio Melotti
8d77efc234
Revert typo fixes in _cytpes/libffi*
2011-03-15 19:09:10 +02:00
Ezio Melotti
24b07bcba3
#11515 : fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 18:55:01 +02:00
Ronald Oussoren
1aa999c49e
Issue #11500 : Fixed a bug in the os x proxy bypass code for fully qualified
...
IP addresses in the proxy exception list.
2011-03-14 18:53:59 -04:00
Ronald Oussoren
19199830f7
Issue #1099 : Fix the build on MacOSX when building a framework with pydebug using GCC 4.0.
2011-03-14 11:57:39 -04:00
R David Murray
b44e1841d5
Port #11488 patch from 3.1 (changeset f816841bab03)
2011-03-14 10:01:12 -04:00
Ross Lagerwall
a3ed3f03d7
Issue #10885 : Fix multiprocessing docs typo
2011-03-14 10:43:36 +02: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
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
Nick Coghlan
e10342533e
Dummy merge of 2.6 reversion of logging change
2011-03-13 21:52:31 +10:00