Commit Graph

40529 Commits

Author SHA1 Message Date
Georg Brandl afeea0711a #3918: note that uniform() args can be swapped. 2008-09-21 08:03:21 +00:00
Georg Brandl 450a7f578e Update readme and Makefile (web builder doesn't exist). 2008-09-21 07:36:22 +00:00
Georg Brandl a438c85a88 #3897: _collections now has an underscore. 2008-09-21 07:31:52 +00:00
Georg Brandl e4c1f11e20 #3901: bsddb fix. 2008-09-21 07:24:11 +00:00
Georg Brandl 83463ce8d4 #3914: add //= to the augmented assign operators. 2008-09-21 07:18:28 +00:00
Georg Brandl 73ac29e426 #3916: fixes for docs wrt. Windows directory layout 2008-09-21 07:17:00 +00:00
Georg Brandl 4517323df8 #3912: document default for *places* arg. 2008-09-21 07:15:59 +00:00
Georg Brandl 2f3bd8364a #3852: fix some select.kqueue and kevent docs. 2008-09-21 07:14:44 +00:00
Martin v. Löwis e1d9dca794 Use AMD64 version of CRT in just-for-me installations for Win64 installers. 2008-09-19 19:20:03 +00:00
Martin v. Löwis 175d00784d Bug #3887: Package x64 version of CRT for AMD64
Windows binaries.
2008-09-19 15:21:07 +00:00
Lars Gustäbel 5576091fc7 Correct information about the tarfile module. 2008-09-19 12:39:23 +00:00
Raymond Hettinger 3134f14b1a Improve docs for super(). 2008-09-19 08:07:48 +00:00
Josiah Carlson 5aaa3e579d Fix for documentation bug. Fixes issue 3904. 2008-09-19 02:07:22 +00:00
Benjamin Peterson fbb388b39b tabify 2008-09-18 23:20:28 +00:00
Barry Warsaw 0c5ca57369 done with 2.6rc2 2008-09-18 05:34:31 +00:00
Barry Warsaw 877d58dbd6 Tagging 2.6rc2 2008-09-18 04:34:09 +00:00
Barry Warsaw 6af16190f6 Bumping to 2.6rc2 2008-09-18 04:33:43 +00:00
Mark Hammond 900155fa42 avoid putting unicode objects in the environment causing
later test failures.  As discussed on #python-dev
2008-09-18 03:51:46 +00:00
Mark Hammond 9f381ec50b On Windows, temporarily disable the bsddb test referenced in bug 3892.
We do yell to stderr and the bug is marked as a blocker.
Reviewed by barry in #python-dev.
2008-09-18 02:47:35 +00:00
Benjamin Peterson 8c2b7dc463 fix possible integer overflows in _hashopenssl #3886 2008-09-18 01:22:16 +00:00
Benjamin Peterson b8966ab753 document compileall command flags 2008-09-17 21:54:56 +00:00
Andrew M. Kuchling b34c3f4024 Note sqlite3 version; move item 2008-09-17 13:04:53 +00:00
Andrew M. Kuchling 24c9021ebf Remove comment about improvement: pystone is about the same, and
the improvements seem to be difficult to quantify
2008-09-17 12:58:22 +00:00
Andrew M. Kuchling 026bcced2d Markup fixes 2008-09-17 12:57:04 +00:00
Skip Montanaro b40890db07 usage 2008-09-17 11:50:36 +00:00
Georg Brandl 4da1da094c #3888: add some deprecated modules in whatsnew. 2008-09-17 08:45:54 +00:00
Benjamin Peterson 6be425c85f be less wordy 2008-09-16 21:20:28 +00:00
Georg Brandl c8fd1bc4db Fix typo. 2008-09-16 10:17:45 +00:00
Benjamin Peterson c237f8e0ce Merged revisions 66470 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line

  don't use os.linesep for newlines; it breaks tests on windows
........
2008-09-15 23:55:01 +00:00
Andrew M. Kuchling 687dfd20d6 Rewrite item a bit 2008-09-15 13:08:32 +00:00
Benjamin Peterson c272362747 mention that object.__init__ no longer takes arbitrary args and kwargs 2008-09-15 02:53:23 +00:00
Skip Montanaro 9feab31d98 Pick up a few more definitions from the glossary on the wiki. 2008-09-15 02:19:53 +00:00
Skip Montanaro f02c5f3d4e Review usage. Fix a mistake in the new-style class definition. Add a
couple new definitions (CPython and virtual machine).
2008-09-15 02:03:05 +00:00
Martin v. Löwis 0c280c0127 Fix grammar. 2008-09-15 01:30:21 +00:00
Martin v. Löwis b080256074 Set eol-style to native. 2008-09-14 20:25:40 +00:00
Martin v. Löwis 4eb18f9d5d Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. 2008-09-14 20:22:39 +00:00
Benjamin Peterson 881c4878cb clarify that radix for int is not 'guessed' 2008-09-14 16:02:22 +00:00
Benjamin Peterson 5f671dfa69 fix a name issue; note all doc files should be encoded in utf8 2008-09-13 22:54:43 +00:00
Antoine Pitrou 3c9f541ef8 Issue #3850: Misc/find_recursionlimit.py was broken.
Reviewed by A.M. Kuchling.
2008-09-13 20:30:30 +00:00
Benjamin Peterson d51e07f989 Merged revisions 66191,66418,66438,66445 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line

  update the Grammar file after recent syntax changes
........
  r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line

  a trival fix to get a few more print corner cases #2899
........
  r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines

  add Jack Diederich's fixer for metaclass syntax #2366

  my contribution to this was adding a few tests and fixing a few bugs
  I also reviewed it (Jack is a committer)
........
  r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line

  add a few more tests concerning int literals and weird spacing
........
2008-09-13 17:43:19 +00:00
Georg Brandl 9af9498c6e Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
Benjamin Peterson f2a2c796e3 remove duplicate target 2008-09-13 17:31:08 +00:00
Georg Brandl 3ce0dee9a3 Incorporate some suggestions by Tait Stevens. 2008-09-13 17:18:11 +00:00
Martin v. Löwis a9aff014a8 Change product code of Win64 installer to allow simultaneous installation on Win32 and Win64; also change product name to be able to distinguish the two in ARP. 2008-09-13 08:36:22 +00:00
Martin v. Löwis ab0b29bd81 Issue #3833: Use a different upgrade code for Win64 installers. 2008-09-13 08:11:57 +00:00
Andrew M. Kuchling 54bdbadf76 Use title case 2008-09-13 02:14:15 +00:00
Andrew M. Kuchling 09e80938b0 #3288: Document as_integer_ratio 2008-09-13 02:11:51 +00:00
Andrew M. Kuchling bf64c0411f Remove extra 'the'; the following title includes it 2008-09-13 02:09:15 +00:00
Andrew M. Kuchling 64fc6aee99 Use title case 2008-09-13 02:08:30 +00:00
Andrew M. Kuchling d9a9c1066c Update uses of string exceptions 2008-09-13 01:57:25 +00:00