Thomas Heller
|
b436a24eed
|
Fix compilation on Windows.
|
2008-06-23 14:49:56 +00:00 |
Raymond Hettinger
|
4c52f52ef3
|
Issue 3161: Missing import and test.
|
2008-06-23 03:29:28 +00:00 |
Facundo Batista
|
9da18b3133
|
Fixing the problem stated in issue 2702 with the patch submitted
in the issue 3165. Now cPickle does not fails with uncontrolled
behaviour when pickling into a very deep nested structure.
|
2008-06-22 23:19:14 +00:00 |
Facundo Batista
|
2694eb0219
|
Just returning nothing instead of rising TestSkipped, because
it makes the test fail in the trunk.loewis-sun buildbot.
|
2008-06-22 19:35:24 +00:00 |
Georg Brandl
|
3e8bb4e9b0
|
Write out "phi" consistently.
|
2008-06-22 19:07:59 +00:00 |
Georg Brandl
|
ac0c3810e4
|
Expand docstrings of sqlite3 functions.
|
2008-06-22 18:31:54 +00:00 |
Facundo Batista
|
96f3dc36ed
|
Trying to see if the problem in Martin's buildot is at
directory creation time...
|
2008-06-22 18:23:55 +00:00 |
Georg Brandl
|
8bd05191fa
|
#3085: Fix syntax error.
|
2008-06-22 18:11:52 +00:00 |
Facundo Batista
|
b8242ba6b1
|
Trying to see if the @ in a path is causing the issue in the
shutil.rmtree() in the trunk.loewis-sun buildbot.
|
2008-06-22 16:11:34 +00:00 |
Facundo Batista
|
1461886eee
|
Issue 3164. Small fix to don't repeat a comparation
without necessity.
|
2008-06-22 15:27:10 +00:00 |
Andrew M. Kuchling
|
2126bab8f0
|
Wording fix
|
2008-06-22 13:39:11 +00:00 |
Facundo Batista
|
5596b0cfc2
|
Issue #2722. Now the char buffer to support the path string has
not fixed length, it mallocs memory if needed. As a result, we
don't have a maximum for the getcwd() method.
|
2008-06-22 13:36:20 +00:00 |
Georg Brandl
|
0ba92b24b7
|
Turn section references into proper cross-references.
|
2008-06-22 09:05:29 +00:00 |
Facundo Batista
|
74a6ba8f70
|
In the deprecated functions I added an alert to review
specially a section of the subprocess documentation
that helps with the replacing of those functionss.
|
2008-06-21 19:48:19 +00:00 |
Facundo Batista
|
a6a4d50efe
|
Now a from submitted via POST that also has a query string
will contain both FieldStorage and MiniFieldStorage items.
Fixes #1817.
|
2008-06-21 18:58:04 +00:00 |
Facundo Batista
|
2da91c375b
|
Fixed issue #2888. Now the behaviour of pprint when working with nested
structures follows the common sense (and works like in 2.5 and 3.0).
|
2008-06-21 17:43:56 +00:00 |
Facundo Batista
|
8e1c52ac0e
|
Reviewed and updated the documentation. Fixes #3017.
|
2008-06-21 17:30:06 +00:00 |
Georg Brandl
|
924b823a60
|
Documentation fix.
|
2008-06-21 14:26:19 +00:00 |
Andrew M. Kuchling
|
c2dd030b0e
|
Docstring correction
|
2008-06-21 13:48:38 +00:00 |
Andrew M. Kuchling
|
f484363bae
|
Use repr() for bad input strings; this makes the empty string or binary characters more visible
|
2008-06-21 13:47:20 +00:00 |
Andrew M. Kuchling
|
d897264464
|
Docstring typo
|
2008-06-21 13:29:12 +00:00 |
Hye-Shik Chang
|
30fa13f3a0
|
Fix build on FreeBSD gcc.
|
2008-06-21 11:15:30 +00:00 |
Raymond Hettinger
|
e0e711446b
|
Issue 3008: hex/oct/bin can show floats exactly.
|
2008-06-21 06:39:53 +00:00 |
Andrew M. Kuchling
|
db53c1eb68
|
Correct two versionchanged directives, to improve the 'changes' output
|
2008-06-21 00:17:22 +00:00 |
Andrew M. Kuchling
|
6ba873c134
|
Various items
|
2008-06-20 23:43:12 +00:00 |
Andrew M. Kuchling
|
f839b66cf5
|
Grammar fixes
|
2008-06-20 23:14:32 +00:00 |
Andrew M. Kuchling
|
c2e3270dcb
|
Remove request for e-mail; it's unlikely these classes will be saved
|
2008-06-20 23:13:58 +00:00 |
Benjamin Peterson
|
fc7f493738
|
rephrase
|
2008-06-20 20:33:33 +00:00 |
Georg Brandl
|
f91c70a7bd
|
Change references to the new math functions to generate proper x-refs.
|
2008-06-20 19:28:18 +00:00 |
Mark Dickinson
|
2fcd8c9703
|
Fix another typo in math_sum comment
|
2008-06-20 15:26:19 +00:00 |
Mark Dickinson
|
d303578a66
|
Fix outdated count of the number of new math module functions.
|
2008-06-20 15:17:41 +00:00 |
Mark Dickinson
|
1ec2fcd16e
|
Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now
returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10)
returns (9, 9, -1) instead of (9, 10, -1).
|
2008-06-20 14:53:43 +00:00 |
Andrew M. Kuchling
|
7b2e2df740
|
Various items
|
2008-06-20 11:39:54 +00:00 |
Raymond Hettinger
|
e3ae655edf
|
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
|
2008-06-20 04:18:15 +00:00 |
Benjamin Peterson
|
e0f124495b
|
add multiprocessing to the Makefile
|
2008-06-20 02:47:03 +00:00 |
Andrew M. Kuchling
|
5f198bee4e
|
Fix comment typos
|
2008-06-20 02:11:42 +00:00 |
Andrew M. Kuchling
|
d6b1eaf428
|
Various items
|
2008-06-20 02:05:57 +00:00 |
Vinay Sajip
|
8dc20fd7ed
|
Updated with fix for #3136.
|
2008-06-19 22:41:08 +00:00 |
Vinay Sajip
|
5f7b97d987
|
Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved.
Thanks to Leandro Lucarella for the patch.
|
2008-06-19 22:40:17 +00:00 |
Benjamin Peterson
|
6f5a2b52ae
|
skip test_macostools when UCS4 is enabled
|
2008-06-19 21:39:06 +00:00 |
Amaury Forgeot d'Arc
|
9b69ed9d67
|
In test_site, correctly escape backslashes in path names.
This allows the test to pass when the username begins with a lowercase 't'...
|
2008-06-19 21:17:12 +00:00 |
Andrew M. Kuchling
|
8e5cd75b73
|
Put threading in front of thread
|
2008-06-19 20:33:31 +00:00 |
Amaury Forgeot d'Arc
|
8f40f0635b
|
test_macos can be skipped on non-mac platforms.
|
2008-06-19 19:57:39 +00:00 |
Andrew M. Kuchling
|
be504f1795
|
Remove some standalone material from the introduction; various markup and typo fixes
|
2008-06-19 19:48:42 +00:00 |
Andrew M. Kuchling
|
3d8f8c1d62
|
Only include update_lines_cols() function when it's actually going to be used
|
2008-06-19 14:02:30 +00:00 |
Barry Warsaw
|
060792cdc3
|
Post release changes
|
2008-06-19 02:31:54 +00:00 |
Barry Warsaw
|
78ad2c05ae
|
Tagging for 2.6b1
|
2008-06-19 01:48:40 +00:00 |
Barry Warsaw
|
b5d174037f
|
Bumping to 2.6b1
|
2008-06-19 01:48:07 +00:00 |
Benjamin Peterson
|
da9c9be159
|
Fix test_socket_ssl the easy way and remove it per #1489
|
2008-06-18 22:59:32 +00:00 |
Amaury Forgeot d'Arc
|
d574633894
|
Typo in a directory name. Should help the AMD64 buildbots
|
2008-06-18 21:33:58 +00:00 |