summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* update install dir versionBenjamin Peterson2009-06-271-1/+1
|
* bump to 3.2a0Benjamin Peterson2009-06-272-2/+14
|
* bump version to 3.1 final :)Benjamin Peterson2009-06-261-1/+1
|
* Merged revisions 73565 via svnmerge fromGregory P. Smith2009-06-261-0/+3
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73565 | gregory.p.smith | 2009-06-26 00:50:21 -0700 (Fri, 26 Jun 2009) | 2 lines Fixes the last problem mentioned in issue1202. ........ Issue #1202: zipfile module would cause a struct.error when attempting to store files with a CRC32 > 2**31-1. (on trunk this was merely a warning, in the py3k branch this caused an exception so I'm treating this as a release blocker and merging it now)
* Misc/NEWS entry for r73547Mark Dickinson2009-06-241-0/+3
|
* Merged revisions 73544 via svnmerge fromGeorg Brandl2009-06-245-7/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73544 | georg.brandl | 2009-06-24 06:41:19 +0000 (Mi, 24 Jun 2009) | 1 line #6332: fix word dupes throughout the source. ........
* Add procedural note.Raymond Hettinger2009-06-231-0/+3
|
* Issue 6329: Fix iteration for memoryviews.Raymond Hettinger2009-06-231-0/+3
|
* - Issue #5590: Remove unused global variable in pyexpat extension.Matthias Klose2009-06-221-0/+5
|
* Issue #6314: logging.basicConfig() performs extra checks on the "level" ↵Vinay Sajip2009-06-211-1/+4
| | | | argument.
* Merged revisions 73495 via svnmerge fromGuilherme Polo2009-06-211-0/+5
| | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r73495 | guilherme.polo | 2009-06-21 14:22:50 -0300 (Sun, 21 Jun 2009) | 4 lines Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of test_ttkguionly. ........
* Issue #6274. Fixed a potential FD leak in subprocess.py.Facundo Batista2009-06-191-0/+2
|
* Merged revisions 73441 via svnmerge fromTarek Ziadé2009-06-161-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73441 | tarek.ziade | 2009-06-16 09:29:52 +0200 (Tue, 16 Jun 2009) | 1 line Fixed #6287: documentation for the license field in distutils ........
* just throw a normal AttributeError for no buffer attributeBenjamin Peterson2009-06-141-0/+3
|
* Merged revisions 73425 via svnmerge fromHirokazu Yamamoto2009-06-141-0/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73425 | hirokazu.yamamoto | 2009-06-14 12:53:55 +0900 | 2 lines Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. (On Unix) Patch by STINNER Victor. ........
* post release version bumpsBenjamin Peterson2009-06-131-0/+12
|
* bump version to 3.1rc2Benjamin Peterson2009-06-132-2/+2
|
* Fix SystemError and a wasps nest of ref counting issues.Raymond Hettinger2009-06-121-0/+2
|
* Merged revisions 73390 via svnmerge fromMartin v. Löwis2009-06-121-0/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73390 | martin.v.loewis | 2009-06-12 19:28:31 +0200 (Fr, 12 Jun 2009) | 3 lines Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. ........
* Issue #6195: fix doctest to no longer try to read 'source' data fromR. David Murray2009-06-121-0/+3
| | | | binary files.
* Issue #5262: Fixed bug in next roll over time computation in ↵Vinay Sajip2009-06-111-5/+8
| | | | TimedRotatingFileHandler.
* Merged revisions 73348 via svnmerge fromTarek Ziadé2009-06-111-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73348 | tarek.ziade | 2009-06-11 11:13:36 +0200 (Thu, 11 Jun 2009) | 1 line #6263 fixed syntax error in distutils.cygwinccompiler ........
* Merged revisions 73341 via svnmerge fromTarek Ziadé2009-06-111-0/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73341 | tarek.ziade | 2009-06-11 10:12:20 +0200 (Thu, 11 Jun 2009) | 1 line Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles ........
* #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ↵Amaury Forgeot d'Arc2009-06-091-0/+3
| | | | | | ignored. Will backport to 3.0.
* Merged revisions 73305 via svnmerge fromRonald Oussoren2009-06-081-0/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73305 | ronald.oussoren | 2009-06-08 14:12:41 -0700 (Mon, 08 Jun 2009) | 4 lines This is a fix for Issue5809: you shouldn't specify both --enable-framework and --enable-shared ........
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73190 | georg.brandl | 2009-06-04 01:23:45 +0200 (Do, 04 Jun 2009) | 2 lines Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. ........ r73213 | georg.brandl | 2009-06-04 12:15:57 +0200 (Do, 04 Jun 2009) | 1 line #5967: note that the C slicing APIs do not support negative indices. ........ r73257 | georg.brandl | 2009-06-06 19:50:05 +0200 (Sa, 06 Jun 2009) | 1 line #6211: elaborate a bit on ways to call the function. ........ r73258 | georg.brandl | 2009-06-06 19:51:31 +0200 (Sa, 06 Jun 2009) | 1 line #6204: use a real reference instead of "see later". ........ r73260 | georg.brandl | 2009-06-06 20:21:58 +0200 (Sa, 06 Jun 2009) | 1 line #6224: s/JPython/Jython/, and remove one link to a module nine years old. ........ r73275 | georg.brandl | 2009-06-07 22:37:52 +0200 (So, 07 Jun 2009) | 1 line Add Ezio. ........ r73294 | georg.brandl | 2009-06-08 15:34:52 +0200 (Mo, 08 Jun 2009) | 1 line #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). ........
* When _locale became a built-in module it was discovered that ``-lintl`` was notBrett Cannon2009-06-071-0/+7
| | | | | | | | added as a build flag as needed. This then led to the discovery that OS X framework builds did not have the LIBS var to pick up this flag. Fixes issue #6154. Thanks to Benjamin Peterson, Roumen Petrov, Erick Tryzelaar, Mark Dickinson, Evan Behar, and Ronald Oussoren for helping.
* Issue #6221: Delete test registry key before running the test.Martin v. Löwis2009-06-071-0/+2
|
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-0/+4
|
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-0/+5
| | | | | | or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument.
* Remove the ipaddr module per discussion on python-dev.Raymond Hettinger2009-06-041-0/+2
|
* #3791: remove last traces of bsddb.Georg Brandl2009-06-042-2/+1
|
* #3613: add base64.encodebytes and decodebytes as the new spelling of ↵Georg Brandl2009-06-041-0/+4
| | | | encodestring and decodestring; deprecate the latter.
* Recorded merge of revisions 73201 via svnmerge fromGeorg Brandl2009-06-041-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73201 | georg.brandl | 2009-06-04 10:58:32 +0200 (Do, 04 Jun 2009) | 1 line #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. ........
* Merged revisions 73114 via svnmerge fromAmaury Forgeot d'Arc2009-06-011-0/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73114 | amaury.forgeotdarc | 2009-06-01 22:53:18 +0200 (lun., 01 juin 2009) | 3 lines #4547: When debugging a very large function, it was not always possible to update the lineno attribute of the current frame. ........
* #5735: Modules compiled with incompatible settings (--with-pydebug when ↵Amaury Forgeot d'Arc2009-06-011-0/+7
| | | | | | | | python is not) should generate a link-time error. I won't backport to 3.0, because it breaks binary compatibility
* Issue #6150: Fix test_unicode on wide-unicode builds.Martin v. Löwis2009-06-011-0/+2
|
* NEWS entry for 73102.Martin v. Löwis2009-06-011-0/+5
|
* Merged revisions 73064 via svnmerge fromAntoine Pitrou2009-05-301-0/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73064 | antoine.pitrou | 2009-05-30 23:27:00 +0200 (sam., 30 mai 2009) | 4 lines Issue #5330: C functions called with keyword arguments were not reported by the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. ........
* Issue #6149: Fix initialization of WeakValueDictionary objects from ↵Antoine Pitrou2009-05-301-0/+3
| | | | non-empty parameters.
* Fix missing version numberAntoine Pitrou2009-05-301-2/+2
|
* post-release updatesBenjamin Peterson2009-05-301-0/+12
|
* bump to 3.1rc1Benjamin Peterson2009-05-302-2/+2
|
* 5562 -> 3061.Martin v. Löwis2009-05-301-1/+1
|
* Issue #5562: Use wcsftime for time.strftime where available.Martin v. Löwis2009-05-301-0/+2
|
* Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversionMartin v. Löwis2009-05-291-0/+3
| | | | of the command line.
* Merged revisions 73016 via svnmerge fromMartin v. Löwis2009-05-291-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines Issue #4873: Fix resource leaks in error cases of pwd and grp. ........
* Issue #4859: Implement PEP 383 for pwd, spwd, and grp.Martin v. Löwis2009-05-292-0/+3
|
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-291-0/+2
|
* Merged revisions 73008 via svnmerge fromHirokazu Yamamoto2009-05-291-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73008 | tarek.ziade | 2009-05-29 17:08:07 +0900 | 1 line Fixed #6131: test_modulefinder leaked when run after test_distutils ........