Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d8d8849 Merged revisions 85459-85465 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85459 | georg.brandl | 2010-10-14 09:23:01 +0200 (Do, 14 Okt 2010) | 1 line #9964: Fix failure of test_dis under -OO. ........ r85460 | georg.brandl | 2010-10-14 09:24:28 +0200 (Do, 14 Okt 2010) | 1 line #9964: fix running test_import under -O or -OO. ........ r85461 | georg.brandl | 2010-10-14 09:29:08 +0200 (Do, 14 Okt 2010) | 1 line #9964: fix lib2to3 fixer fix_operator when running under -OO. ........ r85462 | georg.brandl | 2010-10-14 09:32:52 +0200 (Do, 14 Okt 2010) | 1 line #9964: fix running test_xml_etree under -OO. ........ r85463 | georg.brandl | 2010-10-14 09:34:56 +0200 (Do, 14 Okt 2010) | 1 line Better check for "any optimize option given". ........ r85464 | georg.brandl | 2010-10-14 09:42:27 +0200 (Do, 14 Okt 2010) | 1 line #9964: fix running test_compileall under -O and -OO. ........ r85465 | georg.brandl | 2010-10-14 10:08:56 +0200 (Do, 14 Okt 2010) | 1 line #9964: fix running test_cmd_line_script under -O and -OO. ........ 26 November 2010, 07:29:03 UTC
b4b89aa Blocked revisions 85287,85354-85355,85357,85375,85456-85458 via svnmerge ........ r85287 | georg.brandl | 2010-10-06 14:29:49 +0200 (Mi, 06 Okt 2010) | 1 line Update to Sphin 1.0.4. ........ r85354 | georg.brandl | 2010-10-10 11:37:51 +0200 (So, 10 Okt 2010) | 1 line Update pydoc topics. ........ r85355 | georg.brandl | 2010-10-10 11:40:34 +0200 (So, 10 Okt 2010) | 1 line Bump to 3.2a3. ........ r85357 | georg.brandl | 2010-10-10 11:49:21 +0200 (So, 10 Okt 2010) | 1 line Rewrap. ........ r85375 | georg.brandl | 2010-10-12 14:38:48 +0200 (Di, 12 Okt 2010) | 1 line Post-release bumps. ........ r85456 | georg.brandl | 2010-10-14 09:04:07 +0200 (Do, 14 Okt 2010) | 1 line #9418: first step of moving private string methods to _string module. ........ r85457 | georg.brandl | 2010-10-14 09:14:31 +0200 (Do, 14 Okt 2010) | 1 line #9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case. ........ r85458 | georg.brandl | 2010-10-14 09:17:44 +0200 (Do, 14 Okt 2010) | 1 line Remove unused imports. ........ 26 November 2010, 07:23:36 UTC
86e0c89 Merged revisions 85455 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85455 | georg.brandl | 2010-10-14 08:59:45 +0200 (Do, 14 Okt 2010) | 1 line #1710703: write zipfile structures also in the case of closing a new, but empty, archive. ........ 26 November 2010, 07:22:28 UTC
420cca9 Merged revisions 85253,85452-85454 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85253 | georg.brandl | 2010-10-06 10:52:48 +0200 (Mi, 06 Okt 2010) | 1 line Copyedit of os.symlink() docs. ........ r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line #10046: small correction to atexit docs. ........ r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line #6825: small correction to split() docs. ........ r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line Mention 2to3. ........ 26 November 2010, 07:21:01 UTC
c39da79 Blocked revisions 86737 via svnmerge ........ r86737 | ezio.melotti | 2010-11-25 00:02:18 +0200 (Thu, 25 Nov 2010) | 1 line Add NEWS entry for r86732 and fix double function in the table. ........ 24 November 2010, 22:05:02 UTC
bf8484e Merged revisions 86732 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86732 | ezio.melotti | 2010-11-24 22:18:02 +0200 (Wed, 24 Nov 2010) | 1 line #10299: Add a table that lists all the built-in functions in functions.rst ........ 24 November 2010, 21:54:47 UTC
39e32a7 Revert r86726. Sorry about interfering with the rc. 24 November 2010, 13:17:48 UTC
442e447 A no-op change. It looks like this call was not meant to be a recursive call, but just call the helper (which the recursive call ends up doing). 24 November 2010, 10:39:23 UTC
61ff85e Issue 1859: Document that textwrap does not break on \n Merged from 86717 23 November 2010, 20:28:34 UTC
7e7a3a7 Merged revisions 85679 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85679 | georg.brandl | 2010-10-18 07:06:18 +0200 (Mo, 18 Okt 2010) | 1 line Fix compiler warnings about formatting pid_t as an int, by always casting to long. ........ 23 November 2010, 07:56:33 UTC
277896a Issue 9222 Fix filetypes for open dialog Merged from 86702 23 November 2010, 06:44:05 UTC
55d935a Merged revisions 86694 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86694 | antoine.pitrou | 2010-11-22 17:26:21 +0100 (lun., 22 nov. 2010) | 3 lines Fix test_multiprocessing when ctypes isn't available ........ 22 November 2010, 16:35:57 UTC
312e296 Blocked revisions 86690 via svnmerge ........ r86690 | ezio.melotti | 2010-11-22 14:56:58 +0200 (Mon, 22 Nov 2010) | 1 line #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ ........ 22 November 2010, 13:06:20 UTC
e03c778 Issue #10459: Update CJK character names to Unicode 5.2. 22 November 2010, 10:53:46 UTC
2751cb0 Blocked revisions 86681 via svnmerge ........ r86681 | martin.v.loewis | 2010-11-22 10:00:02 +0100 (Mo, 22 Nov 2010) | 2 lines Issue #10459: Update CJK character names to Unicode 6.0. ........ 22 November 2010, 09:01:54 UTC
0b7cac1 Merged revisions 86676 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86676 | senthil.kumaran | 2010-11-22 12:48:26 +0800 (Mon, 22 Nov 2010) | 4 lines Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not starts with one. This behavior is exhibited by browser and other clients. ........ 22 November 2010, 05:04:33 UTC
949de7a Blocked revisions 86671 via svnmerge ........ r86671 | eric.araujo | 2010-11-22 04:13:47 +0100 (lun., 22 nov. 2010) | 2 lines Fix resource warning from patchcheck.py ........ 22 November 2010, 03:42:54 UTC
bb5ef21 Blocked revisions 86670 via svnmerge ........ r86670 | eric.araujo | 2010-11-22 04:09:19 +0100 (lun., 22 nov. 2010) | 5 lines Remove unnecessary `object` base class in docs (#9095). Also add a note about inheritance from `object` being default. ........ 22 November 2010, 03:19:34 UTC
69a106a Backport the distutils part of r83399 to fix #7645. 22 November 2010, 02:08:49 UTC
ad36a29 Blocked revisions 86662 via svnmerge ........ r86662 | eric.araujo | 2010-11-22 02:19:20 +0100 (lun., 22 nov. 2010) | 2 lines r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) ........ 22 November 2010, 01:20:29 UTC
4884e30 Synchronize maintainers.rst 22 November 2010, 01:01:12 UTC
558cc4e Merged revisions 86655 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86655 | brian.curtin | 2010-11-21 18:01:01 -0600 (Sun, 21 Nov 2010) | 2 lines Quote the paths in the event that they contain spaces. ........ 22 November 2010, 00:03:47 UTC
2d011ed Merged revisions 86651 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86651 | brian.curtin | 2010-11-21 17:45:10 -0600 (Sun, 21 Nov 2010) | 5 lines Fix #6378. Start IDLE using the proper version of Python based on the directory tree that idle.bat resides in. Works with any/all versions of Python installed concurrently. ........ 21 November 2010, 23:50:51 UTC
8535d38 Blocked revisions 86642 via svnmerge ........ r86642 | r.david.murray | 2010-11-21 11:53:48 -0500 (Sun, 21 Nov 2010) | 10 lines Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. The tests that were failing on (some) windows machines, where the msg_XX.txt files used native \r\n lineseps are now also run on machines that use \n natively, and conversely the \n tests are run on Windows. The failing tests revealed one place where linesep needed to be added to a flatten call in generator. There was also another that the tests didn't catch, so I added a test for that case as well. ........ 21 November 2010, 17:00:00 UTC
2623a37 Merged revisions 86596 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ 21 November 2010, 13:34:58 UTC
40a92f5 Merged revisions 86625 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86625 | eric.araujo | 2010-11-21 00:56:22 +0100 (dim., 21 nov. 2010) | 2 lines Document index and count as part of the Sequence ABC (#9746) ........ 21 November 2010, 00:44:27 UTC
1567e72 Blocked revisions 86614 via svnmerge ........ r86614 | r.david.murray | 2010-11-20 16:28:24 -0500 (Sat, 20 Nov 2010) | 2 lines Fix email doc update I overlooked (thanks, Éric) ........ 20 November 2010, 21:30:57 UTC
5a2fd04 Blocked revisions 86611 via svnmerge ........ r86611 | r.david.murray | 2010-11-20 16:18:51 -0500 (Sat, 20 Nov 2010) | 4 lines #10453: compileall now uses argparse instead of getopt, so -h works. Patch by Michele Orrù. ........ 20 November 2010, 21:23:45 UTC
4fadd53 Merged revisions 86601,86605 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k In 2.7, there was only one NameError. ........ r86601 | eric.araujo | 2010-11-20 20:35:27 +0100 (sam., 20 nov. 2010) | 2 lines Fix two NameErrors in distutils (#10407) ........ r86605 | eric.araujo | 2010-11-20 20:37:28 +0100 (sam., 20 nov. 2010) | 2 lines Add entry for r86601 ........ 20 November 2010, 20:02:41 UTC
e8803e7 Issue #8340: document bytearray in Python 2.7. 20 November 2010, 19:35:42 UTC
bbd7250 Adding Wing 4 (IDE) project file 20 November 2010, 17:47:30 UTC
75152ea Added missing issue to NEWS for Python 2.7.1 RC 20 November 2010, 17:40:49 UTC
4fec9ce Merged revisions 86587 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86587 | benjamin.peterson | 2010-11-20 11:24:04 -0600 (Sat, 20 Nov 2010) | 1 line correct logic when pos is after the string #10467 ........ 20 November 2010, 17:31:08 UTC
a731bf1 Fix buildbot failures - removing the CPU term in the seconds from the output. 20 November 2010, 17:23:00 UTC
8284bd6 Merged revisions 86580 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86580 | senthil.kumaran | 2010-11-21 01:02:50 +0800 (Sun, 21 Nov 2010) | 3 lines Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. ........ 20 November 2010, 17:09:14 UTC
d2e4a17 Blocked revisions 86567 via svnmerge ........ r86567 | r.david.murray | 2010-11-20 10:10:13 -0500 (Sat, 20 Nov 2010) | 5 lines Improve TestBytesGeneratorIdempotent using by using linesep. Also corrects a typo from a previous commit. Unfortunately this does *not* fix issue #10134. ........ 20 November 2010, 15:14:45 UTC
839c113 Fix news entry position. 20 November 2010, 11:29:38 UTC
ef805a6 Merged revisions 85970 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85970 | georg.brandl | 2010-10-30 10:29:28 +0200 (Sa, 30 Okt 2010) | 1 line #10198: fix duplicate header when writeframes() is called with an empty string. ........ 20 November 2010, 11:29:09 UTC
a7d1d24 Blocked revisions 86555 via svnmerge ........ r86555 | georg.brandl | 2010-11-20 12:25:01 +0100 (Sa, 20 Nov 2010) | 1 line #10465: fix broken delegation in __getattr__ of _PaddedFile. ........ 20 November 2010, 11:26:54 UTC
9fce551 Merged revisions 86520 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86520 | senthil.kumaran | 2010-11-18 23:36:41 +0800 (Thu, 18 Nov 2010) | 3 lines Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy ........ 20 November 2010, 11:24:08 UTC
6be0e9f remove documentation for something that's gone 19 November 2010, 21:27:50 UTC
55727e1 Merged revisions 86511 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86511 | benjamin.peterson | 2010-11-18 08:14:43 -0600 (Thu, 18 Nov 2010) | 1 line reduce try block compass ........ 18 November 2010, 14:16:32 UTC
1c4253d Merged revisions 86235 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86235 | eric.araujo | 2010-11-06 03:12:51 +0100 (sam., 06 nov. 2010) | 2 lines Fix one omission in r78359 ........ 17 November 2010, 23:11:08 UTC
056f33d Merged revisions 86488 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86488 | ezio.melotti | 2010-11-16 22:57:59 +0200 (Tue, 16 Nov 2010) | 1 line Fix typo ........ 16 November 2010, 21:08:14 UTC
eebd017 Merged revisions 84487 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines Issue #1303434: Include PDBs in release. Patch by James Lee and Daniel Stutzbach. ........ 14 November 2010, 18:17:39 UTC
501bfd8 Merged revisions 86450 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86450 | senthil.kumaran | 2010-11-13 20:27:49 +0800 (Sat, 13 Nov 2010) | 3 lines Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header ........ 14 November 2010, 03:31:52 UTC
db4c334 towards final 13 November 2010, 23:32:58 UTC
17b02b5 tag 2.7.1rc1 13 November 2010, 17:33:55 UTC
cc21417 2.7.1rc1 bump 13 November 2010, 17:33:04 UTC
3ba7036 Merged revisions 86438 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86438 | eric.araujo | 2010-11-12 23:25:23 +0100 (ven., 12 nov. 2010) | 2 lines And now for something completely different: Finish fixing #10252 again. ........ 12 November 2010, 22:27:28 UTC
fc0280f #2986 Correct and duplicate version-added message 12 November 2010, 21:08:56 UTC
5b1c537 Remove myself as a maintainer for curses and mailbox modules. 12 November 2010, 20:55:00 UTC
4ca58a9 Merged revisions 86274,86276 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86274 | eric.araujo | 2010-11-06 16:57:52 +0100 (sam., 06 nov. 2010) | 2 lines Correct the fix for #10252: Popen objects have no close method. ........ r86276 | eric.araujo | 2010-11-06 19:03:52 +0100 (sam., 06 nov. 2010) | 2 lines Fix #10252 again (hopefully definitely). Patch by Brian Curtin. ........ 12 November 2010, 20:31:17 UTC
749930f #10398: manual backport of r73943. 12 November 2010, 19:45:46 UTC
6e4300c Merged revisions 86419 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86419 | r.david.murray | 2010-11-11 19:35:31 -0500 (Thu, 11 Nov 2010) | 4 lines #7950: add warning about security implications of shell=True to subprocess docs Patch by Chris Rebert. ........ 12 November 2010, 00:39:09 UTC
d2d2ae9 #2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popular == junk' heuristic. 11 November 2010, 23:22:19 UTC
6c2e022 Blocked revisions 86414 via svnmerge ........ r86414 | r.david.murray | 2010-11-11 15:09:20 -0500 (Thu, 11 Nov 2010) | 8 lines #1466065: add validate option to base64.b64decode Patch by Neil Tallim. This provides a mechanism for module users to achieve RFC 3548 compliance in the cases where ignoring non-base64-alphabet input characters is *not* mandated by the RFC that references RFC 3548. ........ 11 November 2010, 20:18:23 UTC
874b41b Blocked revisions 86410 via svnmerge ........ r86410 | alexander.belopolsky | 2010-11-11 09:07:41 -0500 (Thu, 11 Nov 2010) | 4 lines Issue #10386: Added __all__ to token module; this simplifies importing in tokenize module and prevents leaking of private names through import *. ........ 11 November 2010, 14:39:52 UTC
9c9e1b9 I'm only backporting the tests here. Merged revisions 86395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86395 | antoine.pitrou | 2010-11-10 14:55:25 +0100 (mer., 10 nov. 2010) | 4 lines Issue #10372: Import the warnings module only after the IO library is initialized, so as to avoid bootstrap issues with the '-W' option. ........ 10 November 2010, 14:03:31 UTC
ae93389 Merged revisions 86391 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86391 | antoine.pitrou | 2010-11-10 09:59:25 +0100 (mer., 10 nov. 2010) | 4 lines Followup to r86383: it seems that in some cases (buildbots), the server closes the connection before we can call shutdown(). ........ 10 November 2010, 09:02:33 UTC
1d519cd Merged revisions 86388 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86388 | antoine.pitrou | 2010-11-10 01:18:40 +0100 (mer., 10 nov. 2010) | 3 lines Forward port r86386 after it fixed the 3.1 buildbot issues ........ 10 November 2010, 00:20:18 UTC
7eaa448 Merged revisions 86383 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86383 | antoine.pitrou | 2010-11-10 00:10:33 +0100 (mer., 10 nov. 2010) | 4 lines Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by Lorenzo M. Catucci. ........ 09 November 2010, 23:15:18 UTC
f728f5a This only backports the tests as IMAP.login() does work on 2.x. Merged revisions 86380 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86380 | antoine.pitrou | 2010-11-09 23:55:55 +0100 (mar., 09 nov. 2010) | 4 lines Fix IMAP.login() to work properly. Also, add remote tests for imaplib (part of #4471). ........ 09 November 2010, 23:00:21 UTC
9a9aa20 fix typo: spection -> section 09 November 2010, 13:33:21 UTC
71431ef Backport part of r86217: Fix issues when building without threads 09 November 2010, 07:35:26 UTC
8086038 Merged revisions 86348 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86348 | senthil.kumaran | 2010-11-09 10:36:59 +0800 (Tue, 09 Nov 2010) | 3 lines Fix Issue10205 - XML QName error when different tags have same QName. ........ 09 November 2010, 02:49:26 UTC
d67b678 Blocked revisions 86327 via svnmerge ........ r86327 | r.david.murray | 2010-11-08 12:15:13 -0500 (Mon, 08 Nov 2010) | 3 lines #10321: Add support for sending binary DATA and Message objects to smtplib ........ 08 November 2010, 17:20:34 UTC
bf088f8 Issue #9675: Final touch 08 November 2010, 12:57:59 UTC
bf02429 Merged revisions 86310 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines Fix Issue 10303: a small clarification in the tutorial. ........ 08 November 2010, 02:12:57 UTC
683beb6 Merged revisions 86296 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86296 | senthil.kumaran | 2010-11-07 20:57:04 +0800 (Sun, 07 Nov 2010) | 3 lines Fix Issue10226 - Clarifying the role of the netloc separator. ........ 07 November 2010, 13:10:02 UTC
5edac04 Merged revisions 86293 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86293 | mark.dickinson | 2010-11-07 12:48:18 +0000 (Sun, 07 Nov 2010) | 1 line Issue #10145: the float.is_integer method was undocumented. ........ 07 November 2010, 12:52:19 UTC
69f9f20 Blocked revisions 86168,86211,86281,86283,86285 via svnmerge ........ r86168 | hirokazu.yamamoto | 2010-11-05 00:21:59 +0900 | 1 line Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) ........ r86211 | hirokazu.yamamoto | 2010-11-06 02:24:13 +0900 | 1 line Fixed socket_gethostname() on windows. ........ r86281 | hirokazu.yamamoto | 2010-11-07 11:45:19 +0900 | 1 line Formatted code. (Tabify, etc) ........ r86283 | hirokazu.yamamoto | 2010-11-07 18:23:15 +0900 | 1 line Issue #6317: Now winsound.PlaySound can accept non ascii filename. ........ r86285 | hirokazu.yamamoto | 2010-11-07 20:07:44 +0900 | 1 line Reformatted code a bit. ........ 07 November 2010, 12:11:28 UTC
0333517 Merged revisions 86286 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86286 | mark.dickinson | 2010-11-07 11:24:44 +0000 (Sun, 07 Nov 2010) | 1 line Issue 10297: Add missing import in decimal example snippet. ........ 07 November 2010, 11:29:03 UTC
3ae6f4e Blocked revisions 86277 via svnmerge ........ r86277 | eric.smith | 2010-11-06 15:27:37 -0400 (Sat, 06 Nov 2010) | 1 line Added more to docstrings for str.format, format_map, and __format__. ........ 06 November 2010, 19:45:16 UTC
6c84085 Improved docstrings for str and unicode methods format and __format__. 06 November 2010, 19:43:44 UTC
2f0a040 Merged revisions 86271 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86271 | eric.araujo | 2010-11-06 16:01:07 +0100 (sam., 06 nov. 2010) | 2 lines Add missing NEWS entries for some of my commits. ........ 06 November 2010, 15:46:46 UTC
2cb3121 Blocked revisions 86268 via svnmerge ........ r86268 | eric.smith | 2010-11-06 10:43:26 -0400 (Sat, 06 Nov 2010) | 1 line Removed unused test classes from test_format_map(). ........ 06 November 2010, 14:44:14 UTC
06a9a33 Blocked revisions 86263 via svnmerge ........ r86263 | eric.smith | 2010-11-06 09:22:13 -0400 (Sat, 06 Nov 2010) | 1 line Added example for str.format_map(). ........ 06 November 2010, 14:33:21 UTC
db553be Remove one trace of Mac OS 9 support (#7908 follow-up) This was overlooked in r80804. This change is not really a bug fix, but the release manager agreed to it. There is no NEWS entry, like in the original commit. 06 November 2010, 14:16:30 UTC
aa5f4aa Move version added notes into the index table 06 November 2010, 07:18:07 UTC
e0e0822 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. 06 November 2010, 07:10:31 UTC
d5cd1ff Merged revisions 86249 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86249 | eric.araujo | 2010-11-06 07:30:16 +0100 (sam., 06 nov. 2010) | 2 lines Fix typo ........ 06 November 2010, 06:31:54 UTC
e9954b5 Merged revisions 86244 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86244 | eric.araujo | 2010-11-06 05:48:05 +0100 (sam., 06 nov. 2010) | 3 lines Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. ........ 06 November 2010, 04:53:42 UTC
e28665a Merged revisions 86239,86241 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86239 | eric.araujo | 2010-11-06 05:09:29 +0100 (sam., 06 nov. 2010) | 2 lines Fix caching error found by regrtest -R (#10229) ........ r86241 | eric.araujo | 2010-11-06 05:24:00 +0100 (sam., 06 nov. 2010) | 2 lines Add missing NEWS entry for r86239. ........ 06 November 2010, 04:36:28 UTC
d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines Always close files in distutils code and tests (#10252). ........ r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines Add missing entry for r86223. ........ r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines Of course, I forgot one file in r86223. ........ r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines Also close file descriptors from os.popen and subprocess.Popen ........ 06 November 2010, 04:06:18 UTC
860c05d Merged revisions 86229 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86229 | alexander.belopolsky | 2010-11-05 21:31:16 -0400 (Fri, 05 Nov 2010) | 1 line Issue #10330: trace module can now be used with python built without threads. ........ 06 November 2010, 01:38:48 UTC
0c6d438 Merged revisions 86228 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86228 | brian.curtin | 2010-11-05 20:30:41 -0500 (Fri, 05 Nov 2010) | 2 lines Clear up ResourceWarnings ........ 06 November 2010, 01:37:00 UTC
0d6fa4d Document key-functions in the glossary. 06 November 2010, 00:06:14 UTC
e679a37 Provide links to Python source in a handful of cases where the source is a generally helpful adjunct to the docs. 05 November 2010, 23:58:42 UTC
6b1167c Merged revisions 86214 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines Issue #10311: The signal module now restores errno before returning from its low-level signal handler. Patch by Hallvard B Furuseth. ........ 05 November 2010, 19:55:02 UTC
51c9b51 Merged revisions 86209 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86209 | brian.curtin | 2010-11-05 12:22:46 -0500 (Fri, 05 Nov 2010) | 2 lines Close subprocess pipes to clean up ResourceWarnings ........ 05 November 2010, 17:24:20 UTC
7fe045e Merged revisions 86207 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86207 | brian.curtin | 2010-11-05 12:09:05 -0500 (Fri, 05 Nov 2010) | 2 lines Fix a number of ResourceWarnings on Windows due to open pipes. ........ 05 November 2010, 17:19:38 UTC
91a5b81 Merged revisions 86205 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86205 | brian.curtin | 2010-11-05 10:47:45 -0500 (Fri, 05 Nov 2010) | 2 lines Add socket cleanup for ResourceWarning and update test to use skip decorator ........ 05 November 2010, 15:52:20 UTC
4b4fa21 Merged revisions 86202 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86202 | brian.curtin | 2010-11-05 10:40:27 -0500 (Fri, 05 Nov 2010) | 2 lines Fix ResourceWarning from subprocess pipes being left open. ........ 05 November 2010, 15:42:57 UTC
f4f0c8b Merged revisions 86198 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86198 | brian.curtin | 2010-11-05 10:17:11 -0500 (Fri, 05 Nov 2010) | 2 lines Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. ........ 05 November 2010, 15:31:20 UTC
dbf8e83 Backport r85525 from #10098. 05 November 2010, 15:28:19 UTC
3606f95 Merged revisions 86195 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86195 | brian.curtin | 2010-11-05 10:04:48 -0500 (Fri, 05 Nov 2010) | 3 lines Close subprocess pipes in the non-UNIX section of run_cgi. Clears a number of ResourceWarnings in test_httpservers. ........ 05 November 2010, 15:12:47 UTC
be80ab4 Merged revisions 86192 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86192 | brian.curtin | 2010-11-05 09:48:35 -0500 (Fri, 05 Nov 2010) | 3 lines Shift the pipe-using code into an else block, then close the pipe in finally. Removes two ResourceWarnings. ........ 05 November 2010, 14:56:16 UTC
fc3901e Clarify. 05 November 2010, 07:38:48 UTC
6e10294 #10315: Fix version tag. 05 November 2010, 07:37:51 UTC
back to top