Antoine Pitrou
631507d1c6
Issue #11141 : Fix the shelve documentation to use a list, not a range object.
...
Patch by SilentGhost.
2011-02-07 23:10:33 +00:00
Ned Deily
da397903c9
- Issue #11079 : The /Applications/Python x.x folder created by the Mac
...
OS X installers now includes a link to the installed documentation
plus another in the framework share/doc directory.
2011-02-07 16:48:28 +00:00
Ned Deily
eb698daf2f
Issue #11079 : The /Applications/Python x.x folder created by the Mac
...
OS X installers no longer includes an Extras directory. The Tools
directory is now installed in the framework under share/doc.
2011-02-07 16:44:19 +00:00
Antoine Pitrou
fdded56a46
Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown().
2011-02-07 15:58:11 +00:00
Georg Brandl
7a0afd3f07
Spelling fixes.
2011-02-07 15:44:27 +00:00
Georg Brandl
2cb2fa9796
Consistent heading spacing, and fix two typos.
2011-02-07 15:30:45 +00:00
Nick Coghlan
ef3165720a
Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl)
2011-02-07 13:43:07 +00:00
Raymond Hettinger
555f28830b
Add link to table for Tcl/Tk issues on the Mac.
2011-02-07 12:51:05 +00:00
Georg Brandl
4543846517
#11132 : pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A.
2011-02-07 12:36:54 +00:00
Georg Brandl
ca583b66c8
#8691 : document that right alignment is default for numbers.
2011-02-07 12:13:58 +00:00
Georg Brandl
a5770aa9ca
#11138 : fix order of fill and align specifiers.
2011-02-07 12:10:46 +00:00
Eli Bendersky
7ac3419a6c
Fix some typos and grammar
2011-02-07 04:44:19 +00:00
Eli Bendersky
2d062de1d8
Fix some typos and grammar
...
[commit during RC with Brett's approval]
2011-02-07 04:19:57 +00:00
Raymond Hettinger
8cd0b38392
Typo. Doh!
2011-02-07 04:00:24 +00:00
Raymond Hettinger
833ad0eede
Fix awkwardly rendered sentence.
2011-02-06 21:00:38 +00:00
Raymond Hettinger
fb2d167e26
Issue #11071 : Various improvements to whatsnew.
2011-02-06 20:08:57 +00:00
Raymond Hettinger
810cd3479f
Small markup and wording tweaks for the sorting-howto.
2011-02-06 06:11:29 +00:00
Brett Cannon
98135d07e7
Mention that people going the source compatibility route should run 2to3 to find pain points.
2011-02-05 22:22:47 +00:00
Brett Cannon
45aa7cc7a7
Soften wording on doctest.
2011-02-05 22:16:40 +00:00
Brett Cannon
ce71ab2d69
Re-arrange and clarify some __future__ import statements.
...
The absolute_import statement got moved to a new Python 2.5 and Newer section
as it was available since then. The division statement got moved to Common
Gotchas since it has been around for so long that any modern Python program can
use it.
2011-02-05 22:05:05 +00:00
Gregory P. Smith
e09d2f1614
issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE
...
happens when the end exits before the beginning.
2011-02-05 21:47:25 +00:00
Martin v. Löwis
738236dbd6
Issue #11067 : Add PyType_GetFlags, to support PyUnicode_Check
...
in the limited ABI
2011-02-05 20:35:29 +00:00
Martin v. Löwis
9b142aaae8
Issue #11121 : Fix building with --enable-shared.
2011-02-05 20:26:52 +00:00
Éric Araujo
5405a0b3d3
Use an internal reference instead of hard-coded URI.
2011-02-05 16:03:12 +00:00
Antoine Pitrou
bd866e972c
Everybody hates this one :) (bytes indexing)
2011-02-05 12:13:38 +00:00
Antoine Pitrou
e6a1464b89
Soften the wording about tracebacks. Reference cycles *don't*
...
prevent garbage collection! (fortunately)
2011-02-05 12:01:07 +00:00
Antoine Pitrou
5c28cfdc0c
Fix entries pertaining to file I/O
2011-02-05 11:53:39 +00:00
Antoine Pitrou
8d8f7c5e01
Mention -b and -bb
2011-02-05 11:40:05 +00:00
Antoine Pitrou
7095721d3e
Mention asyncore and Twisted in the library FAQ.
2011-02-05 11:24:15 +00:00
Antoine Pitrou
11480b6fe3
Mention concurrent.futures and update answers about the GIL.
2011-02-05 11:18:34 +00:00
Antoine Pitrou
f7005243e5
Update test of "why is Python installed" FAQ.
2011-02-05 11:04:01 +00:00
Antoine Pitrou
09264b66f2
Mention Cython and remove obsolete alternatives
2011-02-05 10:57:17 +00:00
Antoine Pitrou
eb50ba5ab7
Update info in the GUI FAQ
2011-02-05 10:43:57 +00:00
Brett Cannon
e144507b09
There was a possibility that the initialization of _sqlite, when it failed,
...
would lead to a decref of a NULL.
Fixes issue #11110 .
2011-02-04 20:24:02 +00:00
Antoine Pitrou
eefb97cb57
Mention that seek and tell over a TextIOWrapper can be very slow.
2011-02-04 20:11:11 +00:00
Martin v. Löwis
d77520a426
Issue #11118 : Fix bogus export of None in python3.dll.
2011-02-04 19:09:02 +00:00
Brett Cannon
4b0c24a3ae
use 3-space indents.
2011-02-03 22:14:58 +00:00
Brett Cannon
8045d97819
Add a HOWTO on how to port from Python 2 to Python 3.
2011-02-03 22:01:54 +00:00
Georg Brandl
6153604bc7
Remove lots of spaces within exception message.
2011-02-03 07:46:41 +00:00
Georg Brandl
e951e917c6
Punctuation typos.
2011-02-03 07:08:25 +00:00
Raymond Hettinger
0446b21a51
Punctuation typo.
2011-02-02 21:12:39 +00:00
Raymond Hettinger
6d7e26e959
Get command-line doctest of Lib/decimal.py to work again.
...
If tested as '__main__' instead 'decimal', the tracebacks would
abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests.
(Reviewed by Antoine.)
2011-02-01 23:54:43 +00:00
Antoine Pitrou
19cc9e183f
Add a svn:ignore for PC/python3dll.obj
2011-02-01 23:43:46 +00:00
Eric Smith
7b5011b4a3
Wording fix.
2011-02-01 21:31:22 +00:00
Antoine Pitrou
0ea622a5c8
Issue #8275 : Fix passing of callback arguments with ctypes under Win64.
...
Patch by Stan Mihai. Ok'ed by Georg.
2011-01-31 21:08:57 +00:00
Brian Curtin
bd0c897332
#11083 typo: RuntimeException -> RuntimeError
2011-01-31 19:35:02 +00:00
Alexander Belopolsky
f0313560e0
Issue #11081 : Fixed struct.__all__. Reviewed by Georg Brandl.
2011-01-31 19:27:55 +00:00
Georg Brandl
6b449baa83
Post-release updates.
2011-01-31 10:39:57 +00:00
Raymond Hettinger
92acd67756
Recommend use of the tracker during the RC phase or just before a beta.
2011-01-31 06:34:47 +00:00
Raymond Hettinger
9c2fc47788
Fix minor grammar nits.
...
Revert r88272 -- the examples are more readable with spacing.
Add todos for difflib and logging.
2011-01-31 06:14:48 +00:00