Commit graph

47866 commits

Author SHA1 Message Date
Victor Stinner
f2e439fd8e Issue #10955: Fix typo in NEWS, cp497 => cp437 2011-01-23 00:11:58 +00:00
Georg Brandl
c7c199f907 #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! 2011-01-22 22:06:24 +00:00
Armin Ronacher
59531287fd To match the behaviour of HTTP server, the HTTP client library now also encodes
headers with iso-8859-1 (latin1) encoding.  It was already doing that for
incoming headers which makes this behaviour now consistent in both incoming and
outgoing direction.
2011-01-22 13:44:22 +00:00
Armin Ronacher
8d96d77f9a Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
This makes the implementation of PEP 3333 compliant servers on top of
BaseHTTPServer possible.
2011-01-22 13:13:05 +00:00
Victor Stinner
137e0f0a22 Issue #10955: fix NEWS entry 2011-01-22 10:33:01 +00:00
Victor Stinner
4ee65a9685 Issue #10955: zipimport uses ASCII at bootstrap
zipimport uses ASCII encoding instead of cp497 to decode filenames, at
bootstrap, if the codec registry is not ready yet. It is still possible to have
non-ASCII filenames using the Unicode flag (UTF-8 encoding) for file entries in
the ZIP file.
2011-01-22 10:30:29 +00:00
Vinay Sajip
eb9d5ad6ba Issue #10949: Improved robustness of rotating file handlers. 2011-01-21 23:35:57 +00:00
Vinay Sajip
01241d6c35 Issue #10949: Improved robustness of rotating file handlers. 2011-01-21 23:35:57 +00:00
Antoine Pitrou
a970e62258 Merged revisions 88137 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88137 | antoine.pitrou | 2011-01-21 22:37:32 +0100 (ven., 21 janv. 2011) | 3 lines

  Fix JSON docs about loads() accepting only str objects, not bytes.
........
2011-01-21 21:39:56 +00:00
Antoine Pitrou
00d650baaa Fix JSON docs about loads() accepting only str objects, not bytes. 2011-01-21 21:37:32 +00:00
Raymond Hettinger
2e042d3dc2 Use a Latin-1 example that won't break the LaTeX PDF build. 2011-01-21 09:18:19 +00:00
Raymond Hettinger
7a168d96dd Add example for __wrapped__. 2011-01-21 04:59:00 +00:00
Raymond Hettinger
f1dae31ea6 Clarify what changed with respect to date ranges and two-digit years. 2011-01-21 03:00:00 +00:00
Antoine Pitrou
6107a4e24a Merged revisions 88131 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88131 | antoine.pitrou | 2011-01-20 22:07:24 +0100 (jeu., 20 janv. 2011) | 6 lines

  Issue #10955: Fix a potential crash when trying to mmap() a file past its
  length.  Initial patch by Ross Lagerwall.

  This fixes a regression introduced by r88022.
........
2011-01-20 21:11:13 +00:00
Antoine Pitrou
305bc9e0e8 Issue #10955: Fix a potential crash when trying to mmap() a file past its
length.  Initial patch by Ross Lagerwall.

This fixes a regression introduced by r88022.
2011-01-20 21:07:24 +00:00
Alexander Belopolsky
9ee94dec18 Corrected the entry about new year range in the time module. 2011-01-20 19:51:31 +00:00
Brett Cannon
ec89d35c7f Move developers.txt to the devguide. 2011-01-20 19:42:08 +00:00
Brett Cannon
c0729bfe24 Update Misc/README. 2011-01-20 19:36:12 +00:00
Brett Cannon
3fbfa77737 Remove some outdated files from Misc. 2011-01-20 19:34:35 +00:00
Brett Cannon
37c07252cb Move README.gdb to the devguide. 2011-01-20 19:33:06 +00:00
Brett Cannon
ad3729e677 Move README.Emacs to the devguide. 2011-01-20 19:30:51 +00:00
Raymond Hettinger
00db6aa4a6 Add an entry for the code repository. 2011-01-20 09:47:04 +00:00
Raymond Hettinger
2270d58a2d Make an entry for the os module's bytes accessors.
Split codecs into a separate section.  Rewrite
the Unicode section.
2011-01-20 09:04:39 +00:00
Raymond Hettinger
03ca1a92af Add hasattr() example. 2011-01-20 04:12:37 +00:00
Raymond Hettinger
a275c989c9 Add more examples 2011-01-20 04:03:19 +00:00
Brett Cannon
d9c4a025d3 Move maintainers.rst into the devguide and rename it the Experts Index. 2011-01-20 03:56:50 +00:00
Brett Cannon
41c4da704d Rename AIX-NOTES to something that follows the convention in Misc. 2011-01-19 23:08:44 +00:00
Georg Brandl
ecdd63f56c #10944: add c_bool to types table. 2011-01-19 20:05:49 +00:00
Alexander Belopolsky
41a99bc20d Issue #10934: Fixed and expanded Internaldate2tuple() and
Time2Internaldate() documentation.  Thanks Joe Peterson for the report
and the original patch.
2011-01-19 19:53:30 +00:00
Antoine Pitrou
710e96651d Merged revisions 88111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88111 | antoine.pitrou | 2011-01-19 16:21:35 +0100 (mer., 19 janv. 2011) | 4 lines

  Issue #10898: Allow compiling the posix module when the C library defines
  a symbol named FSTAT.
........
2011-01-19 15:26:37 +00:00
Antoine Pitrou
e47e093f70 Issue #10898: Allow compiling the posix module when the C library defines
a symbol named FSTAT.
2011-01-19 15:21:35 +00:00
Raymond Hettinger
be9994e0d1 Fix markup. 2011-01-19 08:44:33 +00:00
Georg Brandl
f3923cf9fd Suppress trailing spaces in table paragraphs. 2011-01-19 08:42:03 +00:00
Raymond Hettinger
89c1cd1fdd Expand entry for pydoc. 2011-01-19 04:43:45 +00:00
Raymond Hettinger
c1dfa2e7c3 Improve looks by replacing a bullet list with a table. 2011-01-19 04:24:57 +00:00
Raymond Hettinger
4bea978f65 Add examples for inspect. 2011-01-19 04:14:34 +00:00
Brett Cannon
a9013f9bd8 Klocwork scan site no longer available. 2011-01-19 00:49:06 +00:00
David Malcolm
4934864853 Fix typo in example of barrier timeouts from r88102 2011-01-18 23:45:53 +00:00
Raymond Hettinger
2c3865b210 Expand barrier example to show time-outs. 2011-01-18 22:58:33 +00:00
Raymond Hettinger
e0f1f3234c Missing word. 2011-01-18 21:14:27 +00:00
Raymond Hettinger
23ab1016a0 Reword the OrderedDict entry to emphasize the default behavior,
to show equivalent code, and to provide a use case.
2011-01-18 20:25:04 +00:00
Antoine Pitrou
566facd39b Merged revisions 88097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines

  Issue #10451: memoryview objects could allow to mutate a readable buffer.
  Initial patch by Ross Lagerwall.
........
2011-01-18 19:06:09 +00:00
Antoine Pitrou
ad62b03949 Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
2011-01-18 18:57:52 +00:00
Raymond Hettinger
c8a16867f6 Typos. 2011-01-18 09:01:34 +00:00
Raymond Hettinger
ba5512f8f2 More nits. 2011-01-18 08:28:01 +00:00
Raymond Hettinger
c136b048b3 Nits. 2011-01-18 07:15:39 +00:00
Ned Deily
cbb98950db Merged revisions 88007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88007 | ned.deily | 2011-01-14 21:44:21 -0800 (Fri, 14 Jan 2011) | 5 lines

  Remove spurious copy of Mac/IDLE/idlemain.py left over from
  conversion from Python 2 build process.  The correct version
  is in Mac/IDLE/IDLE.app/Contents/Resources/
........
2011-01-18 05:00:40 +00:00
Ned Deily
59ad4eb491 Merged revisions 88008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88008 | ned.deily | 2011-01-14 21:53:33 -0800 (Fri, 14 Jan 2011) | 2 lines

  Add self to mac platform area in maintainers.rst.
........
2011-01-18 01:43:26 +00:00
Raymond Hettinger
93c8cad6d7 More nits. 2011-01-18 00:30:24 +00:00
Raymond Hettinger
7ec790d1fa Add example for the abc module. 2011-01-18 00:19:30 +00:00