Commit graph

48129 commits

Author SHA1 Message Date
Raymond Hettinger
3fcf002994 Update whatsnew. Salt the random number seed. 2010-12-08 01:13:53 +00:00
Ronald Oussoren
a85b671cb6 Merged revisions 87119 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87119 | ronald.oussoren | 2010-12-07 16:28:10 +0100 (Tue, 07 Dec 2010) | 2 lines

  Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
........
2010-12-07 15:31:07 +00:00
Ronald Oussoren
10e05e17a3 Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. 2010-12-07 15:28:10 +00:00
Ronald Oussoren
0499d0b03a Two small changes to adjust framework builds to the new stable ABI
Both the Makefile and the script that is used on OSX to create the binary
installer refer to the directory containing the Makefile using the name
'config'. This name was changed with the new ABI (with default build flags
it is now named config-3.2m).  This patch ensures that both files use the
correct name.

The build-installer.py script contains one other change: it now tests for the
Tcl/Tk framework version by looking at the 'Current' symlink in the framework
instead of runnning a script. This makes it possible to verify the version
that is in the SDK that's used during the build instead of the version that
is installed on the system.
2010-12-07 14:41:05 +00:00
Hirokazu Yamamoto
7ed117addf Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) 2010-12-07 10:24:37 +00:00
Raymond Hettinger
2c1ecc300e Martin's name with Unicode. 2010-12-07 09:55:02 +00:00
Raymond Hettinger
c2c7c37377 Make the example a little more interesting and useful. 2010-12-07 09:44:21 +00:00
Raymond Hettinger
673ccf20dc Clean-ups and examples. 2010-12-07 09:37:11 +00:00
Raymond Hettinger
68f1e8d87f Spelling. 2010-12-07 09:24:30 +00:00
Raymond Hettinger
a0266335f5 More cleanups and examples. 2010-12-07 08:52:41 +00:00
Raymond Hettinger
677e10a45e Add example for the entry for argparse 2010-12-07 06:45:30 +00:00
Benjamin Peterson
9b955de76f use the more direct API 2010-12-07 04:04:02 +00:00
Benjamin Peterson
9b4e27e8c6 add news note 2010-12-07 03:47:37 +00:00
Benjamin Peterson
0eb7f86320 return views from dict proxy items/values/keys #10630 2010-12-07 03:46:27 +00:00
Raymond Hettinger
b5d793309e Add entry for new pdb features 2010-12-07 02:04:56 +00:00
Raymond Hettinger
3f9734c0f4 Add entry for the new sysconfig module. 2010-12-07 01:47:52 +00:00
David Malcolm
778645a379 Fix typo 2010-12-07 00:32:04 +00:00
Raymond Hettinger
1fa7682c26 Note improvements to the docs. 2010-12-06 23:31:36 +00:00
Georg Brandl
7c23ea2e88 Don't use deprecated aliases. 2010-12-06 22:25:25 +00:00
Georg Brandl
fbb56ed8fb Remove visible XXX comments. 2010-12-06 22:02:48 +00:00
R. David Murray
269a881d9a Merged revisions 85674 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85674 | r.david.murray | 2010-10-17 19:12:16 -0400 (Sun, 17 Oct 2010) | 2 lines

  Tighten up 'byte string' wording in base64 docs.
........
2010-12-06 18:52:48 +00:00
R. David Murray
abb10753c5 Merged revisions 85146 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85146 | r.david.murray | 2010-10-01 16:38:33 -0400 (Fri, 01 Oct 2010) | 3 lines

  Fix docstring typo.
........
2010-12-06 18:48:11 +00:00
R. David Murray
c1b3ed522c Merged revisions 85130 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85130 | r.david.murray | 2010-09-30 22:08:02 -0400 (Thu, 30 Sep 2010) | 2 lines

  Fix a couple spelling errors in comments and delete redundant __len__ def.
........
2010-12-06 18:39:32 +00:00
Raymond Hettinger
b87ba269e0 Typo fixups. 2010-12-06 04:31:40 +00:00
Martin v. Löwis
d53ee5dd12 Automate build for python3.dll.
Package missing files.
2010-12-05 23:07:58 +00:00
Georg Brandl
f645b0ebee Retagging 3.2b1. 2010-12-05 11:45:06 +00:00
Georg Brandl
65b2eb9dfe Fix title. 2010-12-05 11:42:38 +00:00
Georg Brandl
4392b5618f Remove tag. 2010-12-05 11:41:32 +00:00
Georg Brandl
b550308597 Take PyUnicode_TransformDecimalToASCII out of the limited API. 2010-12-05 11:40:48 +00:00
Georg Brandl
5ce0c6f2d1 Tagging 3.2b1. 2010-12-05 09:24:00 +00:00
Raymond Hettinger
e5e1a987b2 Nits and todos 2010-12-05 08:35:21 +00:00
Georg Brandl
3ad46757f4 Apply rest of #10628, and add a few todo comments. 2010-12-05 07:59:29 +00:00
Georg Brandl
724d0895e8 Temporarily disable newly failing test for the release. 2010-12-05 07:51:39 +00:00
Nick Coghlan
7bd5dbe9a0 More fine-grained monitoring of alterations to logging state 2010-12-05 07:17:25 +00:00
Raymond Hettinger
413abbc277 Spelling 2010-12-05 07:06:47 +00:00
Raymond Hettinger
dc2f9b5c98 Update the unittest section. 2010-12-05 07:02:45 +00:00
Nick Coghlan
7d8197516a Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it) 2010-12-05 06:45:03 +00:00
Raymond Hettinger
e5e728babd New string format character. 2010-12-05 06:35:16 +00:00
Raymond Hettinger
d8fae4e6ad Optimization notes. 2010-12-05 05:39:54 +00:00
Hirokazu Yamamoto
26253bb09e Should use posix_error here. 2010-12-05 04:16:47 +00:00
Raymond Hettinger
43b5a857d6 Describe the transform/untranform methods 2010-12-05 04:04:21 +00:00
Raymond Hettinger
dadf93c910 Note the updates to range objects. 2010-12-05 02:56:21 +00:00
Hirokazu Yamamoto
74673513e7 Sorry, I had introduced tab in source code. 2010-12-05 02:48:08 +00:00
Hirokazu Yamamoto
8e9fe9f489 Avoid possible zombi process. 2010-12-05 02:41:46 +00:00
Hirokazu Yamamoto
2668145dbd Now can reproduce the error on AMD64 Windows Server 2008
even where os.symlink is not supported.
2010-12-05 02:04:16 +00:00
Raymond Hettinger
c269ae87c1 Optimization of Timsort. 2010-12-05 01:01:52 +00:00
Raymond Hettinger
a5a3554b4d Start the argparse entry. 2010-12-05 00:39:18 +00:00
Raymond Hettinger
6e35394ed5 Mention itertools.accumulate(). 2010-12-04 23:42:12 +00:00
Raymond Hettinger
6f04adc54b Fill-in stub for concurrent.futures 2010-12-04 22:56:25 +00:00
Raymond Hettinger
d9404b5741 Doc nit. 2010-12-04 20:51:36 +00:00