summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 71424-71425,71428-71429 via svnmerge fromGeorg Brandl2009-04-101-7/+13
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71424 | raymond.hettinger | 2009-04-10 01:25:30 +0200 (Fr, 10 Apr 2009) | 1 line More table formatting. ........ r71425 | raymond.hettinger | 2009-04-10 01:34:14 +0200 (Fr, 10 Apr 2009) | 1 line Center table headings. ........ r71428 | raymond.hettinger | 2009-04-10 02:49:41 +0200 (Fr, 10 Apr 2009) | 1 line More table clean-up ........ r71429 | raymond.hettinger | 2009-04-10 04:01:21 +0200 (Fr, 10 Apr 2009) | 1 line IE needs the border-left:0 for some reason. ........
* Merged revisions 71409 via svnmerge fromGeorg Brandl2009-04-101-0/+415
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71409 | georg.brandl | 2009-04-09 21:01:04 +0200 (Do, 09 Apr 2009) | 1 line Add a custom stylesheet with better table formatting. ........
* -fixes telnetlib constants to be one-length byte arrays instead of intsJack Diederich2009-04-102-76/+367
| | | | | | | | | | | | | | | | | | | | | | | | -this fixes telnet negotiation (broken in 3.0) -merged/ported telnetlib tests from trunk (below) Merged revisions 71302,71377,71385 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71302 | jack.diederich | 2009-04-05 22:08:44 -0400 (Sun, 05 Apr 2009) | 1 line test the telnetlib.Telnet interface more thoroughly ........ r71377 | jack.diederich | 2009-04-07 16:22:59 -0400 (Tue, 07 Apr 2009) | 1 line eliminate more race conditions in telnetlib tests ........ r71385 | jack.diederich | 2009-04-07 19:56:57 -0400 (Tue, 07 Apr 2009) | 4 lines - Make timing assertions very generous (a la test_timeout.py) - Break the gc cycle in negotiation tests - test the different guarantees of read_lazy and read_very_lazy ........
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
|
* Fix linkRaymond Hettinger2009-04-091-1/+1
|
* Add note on using keyword arguments with OrderedDict.Raymond Hettinger2009-04-091-0/+4
|
* Merged revisions 71414 via svnmerge fromR. David Murray2009-04-093-18/+175
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71414 | r.david.murray | 2009-04-09 17:54:50 -0400 (Thu, 09 Apr 2009) | 3 lines Issue #2170: refactored xml.dom.minidom.normalize, increasing both its clarity and its speed. ........
* Merged revisions 71413 via svnmerge fromTarek Ziadé2009-04-093-3/+40
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71413 | tarek.ziade | 2009-04-09 23:36:44 +0200 (Thu, 09 Apr 2009) | 1 line Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms ........
* Fix markupRaymond Hettinger2009-04-091-2/+2
|
* Update whatsnew based on doc search.Raymond Hettinger2009-04-096-30/+77
|
* Clean-up an example.Raymond Hettinger2009-04-081-2/+2
|
* fix buildingBenjamin Peterson2009-04-081-0/+1
|
* don't install scripts which will overwrite 2.x ones #1590Benjamin Peterson2009-04-081-3/+5
|
* fix installing of extension modulesBenjamin Peterson2009-04-081-1/+1
|
* Remove bits that pertained to earlier releases.Raymond Hettinger2009-04-081-22/+4
|
* Minor factoring.Raymond Hettinger2009-04-081-1/+1
|
* Perform minor copy editsRaymond Hettinger2009-04-081-40/+37
|
* Add example for auto-renaming.Raymond Hettinger2009-04-081-1/+12
|
* Typo.Raymond Hettinger2009-04-081-1/+1
|
* Add docstrings.Raymond Hettinger2009-04-081-0/+29
|
* Fix-up attribution per IRC discussion with GPolo.Raymond Hettinger2009-04-081-2/+1
|
* Add link.Raymond Hettinger2009-04-071-1/+1
|
* Removed unused #include.Eric Smith2009-04-071-1/+0
|
* Revert 3k change to msilib, which is executed with Python 2.x.Georg Brandl2009-04-071-4/+4
|
* Fix make.bat to match makefile changesRaymond Hettinger2009-04-071-1/+2
|
* install as python3 #5461Benjamin Peterson2009-04-071-1/+1
|
* Merged revisions 71335 via svnmerge fromBenjamin Peterson2009-04-071-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71335 | benjamin.peterson | 2009-04-06 17:53:29 -0500 (Mon, 06 Apr 2009) | 1 line see if this helps the doc builds ........
* don't install extras like pydoc and idle in altinstall, possibly overwriting ↵Benjamin Peterson2009-04-071-1/+1
| | | | the 2.x ones #1590
* Don't check for broken Berkley-DB versions on some platforms; theMatthias Klose2009-04-071-8/+0
| | | | | test was required for the _bsddb3 extension, not necessary for the _dbm extension.
* - Issue #5359: Readd the Berkley-DB detection code to allow _dbm be builtMatthias Klose2009-04-072-2/+168
| | | | using Berkley-DB.
* Merged revisions 71229,71271 via svnmerge fromMatthias Klose2009-04-073-11/+14
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71229 | matthias.klose | 2009-04-05 14:43:08 +0200 (So, 05 Apr 2009) | 3 lines - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. (avoiding brown paper typo this time) ........ r71271 | matthias.klose | 2009-04-05 23:19:13 +0200 (So, 05 Apr 2009) | 3 lines Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' to avoid compiler warnings. ........
* Merged revisions 71268 via svnmerge fromMatthias Klose2009-04-072-1/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71268 | matthias.klose | 2009-04-05 23:00:48 +0200 (So, 05 Apr 2009) | 3 lines - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for new arguments introduced in 2.5. ........
* Revert removal of atof.c and strtod.c in r71341. We're not quiteMark Dickinson2009-04-072-0/+206
| | | | | ready for this yet---this removal should happen as part of the py3k-short-float-repr merge.
* Put core language changes in a separate section from module changes.Raymond Hettinger2009-04-071-21/+26
|
* Fix nitsRaymond Hettinger2009-04-071-5/+5
|
* Fix internal link.Raymond Hettinger2009-04-071-2/+2
|
* Add an example metaclass showing a use of __prepare__() as outlined in PEP ↵Raymond Hettinger2009-04-071-0/+32
| | | | 3115.
* Removed unused files in preparation for merging py3k-short-float-repr.Eric Smith2009-04-072-206/+0
|
* Fix nit.Raymond Hettinger2009-04-061-2/+2
|
* Improve the prose just a bit.Raymond Hettinger2009-04-061-2/+2
|
* Fix links to Decimal and ttk.Raymond Hettinger2009-04-061-3/+3
|
* Add example. Fix spelling. Fix patch attribution.Raymond Hettinger2009-04-061-3/+7
|
* Add uuids for 3.1Martin v. Löwis2009-04-061-0/+6
|
* Add more examples.Raymond Hettinger2009-04-061-4/+27
|
* Merged revisions 71295 via svnmerge fromTarek Ziadé2009-04-050-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71295 | tarek.ziade | 2009-04-06 01:03:10 +0200 (Mon, 06 Apr 2009) | 1 line pep8-fied method names ........
* Merged revisions 71291 via svnmerge fromTarek Ziadé2009-04-054-25/+67
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71291 | tarek.ziade | 2009-04-06 00:51:09 +0200 (Mon, 06 Apr 2009) | 1 line Fixed #5095: msi missing from Distutils bdist formats ........
* Update signature style of optional arguments, part two.Georg Brandl2009-04-0512-102/+83
|
* Merged revisions 71280 via svnmerge fromTarek Ziadé2009-04-053-1/+28
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71280 | tarek.ziade | 2009-04-05 23:44:08 +0200 (Sun, 05 Apr 2009) | 1 line Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test ........
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-0512-61/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70908 | jesse.noller | 2009-03-31 17:20:35 -0500 (Tue, 31 Mar 2009) | 1 line Issue 5619: Pass MS CRT debug flags into subprocesses ........ r70939 | jesse.noller | 2009-03-31 22:45:50 -0500 (Tue, 31 Mar 2009) | 1 line Fix multiprocessing.event to match the new threading.Event API ........ r71009 | jesse.noller | 2009-04-01 19:03:28 -0500 (Wed, 01 Apr 2009) | 1 line issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help ........ r71022 | jesse.noller | 2009-04-01 21:32:55 -0500 (Wed, 01 Apr 2009) | 1 line Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis ........ r71036 | jesse.noller | 2009-04-01 23:22:09 -0500 (Wed, 01 Apr 2009) | 1 line Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES ........
* Normalize issue referencing style.Georg Brandl2009-04-051-7/+7
|