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

sort by:
Revision Author Date Message Commit Date
dd226ea Merged revisions 72597 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72597 | r.david.murray | 2009-05-12 20:30:29 -0400 (Tue, 12 May 2009) | 2 lines Issue 5994: add docstrings to marshal. ........ 13 May 2009, 12:27:21 UTC
976faf9 Merged revisions 72593 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72593 | benjamin.peterson | 2009-05-12 16:06:05 -0500 (Tue, 12 May 2009) | 1 line the compiler attribute is used in setup.py; can't rename ........ 12 May 2009, 21:21:26 UTC
12f29ff two edits 12 May 2009, 20:58:26 UTC
4199d60 add example function 12 May 2009, 20:47:57 UTC
5751258 fix error handling of PyNumber_InPlaceOr #6000 12 May 2009, 20:39:25 UTC
ff0e500 Merged revisions 72585 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72585 | tarek.ziade | 2009-05-12 19:07:14 +0200 (Tue, 12 May 2009) | 1 line fixed #5977: distutils build_ext.get_outputs was not using the inplace option ........ 12 May 2009, 17:14:01 UTC
20b50b1 Examples correction in urllib2 howto. Michael Foord 12 May 2009, 11:19:14 UTC
da31a3f Merged revisions 72577 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72577 | tarek.ziade | 2009-05-12 09:01:29 +0200 (Tue, 12 May 2009) | 1 line removing the assert statement so the code works when Python is run with -O ........ 12 May 2009, 07:06:42 UTC
3261fa5 detach() is a nifty trick for making std* binary 12 May 2009, 03:01:51 UTC
ff85bca Merged revisions 72572 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72572 | r.david.murray | 2009-05-11 21:36:57 -0400 (Mon, 11 May 2009) | 3 lines Make it clear up front that shelve only records changes when objects are assigned back to it when writeback is False. ........ 12 May 2009, 01:40:16 UTC
4eb88b3 typo: candiate -> candidate 11 May 2009, 16:41:34 UTC
d1ec8b2 Merged revisions 72564 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72564 | mark.dickinson | 2009-05-11 16:33:08 +0100 (Mon, 11 May 2009) | 2 lines Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. ........ 11 May 2009, 15:45:15 UTC
3bd31a2 Merged revisions 72560 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72560 | tarek.ziade | 2009-05-11 10:45:17 +0200 (Mon, 11 May 2009) | 1 line distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers ........ 11 May 2009, 08:49:17 UTC
1262e7c Tests for case-senstivity were not being skipped for darwin when installed on a case-sensitive filesystems -- which is not the default case. Along the way also fixed the skipping of tests when sys.dont_write_bytecode is true. Closes issue #5442 again. 11 May 2009, 01:47:11 UTC
cc3b8d6 bytes -> bytearray 10 May 2009, 23:43:14 UTC
a6bb984 Issue #5990: fix memory leak introduced by PEP 383 commits 10 May 2009, 22:27:00 UTC
b2f073c Merged revisions 72552 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72552 | tarek.ziade | 2009-05-10 23:27:55 +0200 (Sun, 10 May 2009) | 1 line fixed test_build_ext for win32 ........ 10 May 2009, 21:31:23 UTC
2151988 Merged revisions 72547 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72547 | tarek.ziade | 2009-05-10 14:36:48 +0200 (Sun, 10 May 2009) | 1 line fixed test for all platforms ........ 10 May 2009, 12:38:16 UTC
bbf1f18 Merged revisions 72543 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72543 | tarek.ziade | 2009-05-10 14:17:30 +0200 (Sun, 10 May 2009) | 1 line now using EnvironGuard everywhere ........ 10 May 2009, 12:20:44 UTC
29bbb96 Merged revisions 72539 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72539 | tarek.ziade | 2009-05-10 13:59:30 +0200 (Sun, 10 May 2009) | 1 line refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard ........ 10 May 2009, 12:02:35 UTC
c27aca7 Merged revisions 72535 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72535 | tarek.ziade | 2009-05-10 13:42:46 +0200 (Sun, 10 May 2009) | 1 line Added tests form install_lib and pep8-fied the module ........ 10 May 2009, 11:45:41 UTC
06fbee1 Merged revisions 72531 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72531 | tarek.ziade | 2009-05-10 12:12:08 +0200 (Sun, 10 May 2009) | 1 line fixed #5984 and improved test coverage ........ 10 May 2009, 10:34:01 UTC
54d9d07 Rename the surrogates handler to surrogatepass. 10 May 2009, 09:33:21 UTC
43c5778 Rename utf8b error handler to surrogateescape. 10 May 2009, 08:15:24 UTC
e0a2b72 Rename the surrogates error handler to surrogatepass. 10 May 2009, 08:08:56 UTC
cf7925d remove unneeded uses of str() 09 May 2009, 19:44:56 UTC
d481e3d Merged revisions 72494 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r72494 | benjamin.peterson | 2009-05-08 20:01:14 -0500 (Fri, 08 May 2009) | 21 lines Merged revisions 72491-72493 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r72491 | benjamin.peterson | 2009-05-08 19:33:27 -0500 (Fri, 08 May 2009) | 7 lines make 2to3 use unicode internally on 2.x This started out as a fix for #2660, but became this large refactoring when I realized the dire state this was in. 2to3 now uses tokenize.detect_encoding to decode the files correctly into unicode. ........ r72492 | benjamin.peterson | 2009-05-08 19:35:38 -0500 (Fri, 08 May 2009) | 1 line remove compat code ........ r72493 | benjamin.peterson | 2009-05-08 19:54:15 -0500 (Fri, 08 May 2009) | 1 line add a test for \r\n newlines ........ ................ 09 May 2009, 19:42:23 UTC
b0ba27d only need to catch an TypeError here 09 May 2009, 19:30:46 UTC
e18df23 Merged revisions 72518 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72518 | benjamin.peterson | 2009-05-09 14:18:36 -0500 (Sat, 09 May 2009) | 1 line clear error state properly ........ 09 May 2009, 19:24:36 UTC
3131bb1 Blocked revisions 72516-72517 via svnmerge ........ r72516 | benjamin.peterson | 2009-05-09 14:03:05 -0500 (Sat, 09 May 2009) | 1 line ignore AttributeErrors for classic classes ........ r72517 | benjamin.peterson | 2009-05-09 14:17:59 -0500 (Sat, 09 May 2009) | 1 line don't ignore exceptions from _PyObject_LengthHint ........ 09 May 2009, 19:22:46 UTC
a5758c0 Merged revisions 72508 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72508 | benjamin.peterson | 2009-05-09 11:36:39 -0500 (Sat, 09 May 2009) | 1 line convert some more special methods to use _PyObject_LookupSpecial ........ 09 May 2009, 18:15:04 UTC
8bc5b68 these builtins have to be initialized 09 May 2009, 18:10:51 UTC
c3491d3 Blocked revisions 72509-72510,72512 via svnmerge ........ r72509 | benjamin.peterson | 2009-05-09 11:51:51 -0500 (Sat, 09 May 2009) | 1 line ignore classic classes ........ r72510 | benjamin.peterson | 2009-05-09 12:13:10 -0500 (Sat, 09 May 2009) | 1 line can't handle classic classes here ........ r72512 | benjamin.peterson | 2009-05-09 12:23:03 -0500 (Sat, 09 May 2009) | 1 line *sigh* deal with instances correctly ........ 09 May 2009, 17:27:24 UTC
053c61f Merged revisions 72495 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72495 | benjamin.peterson | 2009-05-08 21:07:04 -0500 (Fri, 08 May 2009) | 1 line lookup __reversed__ correctly as a special method ........ 09 May 2009, 17:21:13 UTC
be720e0 Merged revisions 72497 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72497 | tarek.ziade | 2009-05-09 10:28:53 +0200 (Sat, 09 May 2009) | 1 line Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used ........ 09 May 2009, 11:55:12 UTC
be5b1b9 Merged revisions 72500 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72500 | tarek.ziade | 2009-05-09 12:06:00 +0200 (Sat, 09 May 2009) | 1 line #5976: fixed distutils test_check_environ ........ 09 May 2009, 10:09:11 UTC
44b3454 Revert encoding error from r72309. 09 May 2009, 07:12:44 UTC
2fcd73d Merged revisions 72489 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72489 | gregory.p.smith | 2009-05-08 16:16:47 -0700 (Fri, 08 May 2009) | 3 lines Fix an off by one error on negative indexs to __getitem__ http://code.google.com/p/ipaddr-py/issues/detail?id=15 ........ 08 May 2009, 23:19:47 UTC
bb67214 Clean up some int/long detection remnants in resource module. 08 May 2009, 21:28:46 UTC
37fe8bf Blocked revisions 72107 via svnmerge ........ r72107 | matthias.klose | 2009-04-29 12:18:19 -0500 (Wed, 29 Apr 2009) | 3 lines - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify the order that backends for the dbm extension are checked. ........ 08 May 2009, 21:07:34 UTC
d8e821a Merged revisions 72479 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72479 | mark.dickinson | 2009-05-08 21:58:08 +0100 (Fri, 08 May 2009) | 3 lines Issue #5933: Fix gcc -Wextra compiler warnings (and remove some trailing whitespace). ........ 08 May 2009, 21:01:57 UTC
928e04d Blocked revisions 72053,72111,72114,72246,72343,72418-72419,72451 via svnmerge ........ r72053 | raymond.hettinger | 2009-04-27 16:12:54 -0500 (Mon, 27 Apr 2009) | 1 line Add example to the seealso section. ........ r72111 | matthias.klose | 2009-04-29 14:52:49 -0500 (Wed, 29 Apr 2009) | 3 lines - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify the order that backends for the dbm extension are checked. ........ r72114 | matthias.klose | 2009-04-29 15:09:50 -0500 (Wed, 29 Apr 2009) | 2 lines - configure.in: Don't error, when no --with-dbmliborder option is present ........ r72246 | gregory.p.smith | 2009-05-03 15:27:25 -0500 (Sun, 03 May 2009) | 2 lines docstring update. ........ r72343 | senthil.kumaran | 2009-05-05 12:34:42 -0500 (Tue, 05 May 2009) | 1 line Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now. ........ r72418 | r.david.murray | 2009-05-06 20:39:25 -0500 (Wed, 06 May 2009) | 3 lines Document how to pass a 'decode' argument to get_payload when is_multipart is False. ........ r72419 | r.david.murray | 2009-05-06 20:43:57 -0500 (Wed, 06 May 2009) | 2 lines Revert inappropriate doc change. ........ r72451 | tarek.ziade | 2009-05-07 17:19:27 -0500 (Thu, 07 May 2009) | 1 line run autoconf (step forgotten in r72445) ........ 08 May 2009, 20:59:42 UTC
a7deeee port r72246 08 May 2009, 20:54:42 UTC
25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70768 | andrew.kuchling | 2009-03-30 17:29:15 -0500 (Mon, 30 Mar 2009) | 1 line Typo fixes ........ r71657 | vinay.sajip | 2009-04-16 14:07:37 -0500 (Thu, 16 Apr 2009) | 1 line Issue #5768: Change to Unicode output logic and test case for same. ........ r71721 | benjamin.peterson | 2009-04-18 14:26:19 -0500 (Sat, 18 Apr 2009) | 1 line fix a few nits in unittest.py #5771 ........ r71729 | benjamin.peterson | 2009-04-18 16:03:10 -0500 (Sat, 18 Apr 2009) | 1 line move test to a more appropiate one ........ r71794 | vinay.sajip | 2009-04-22 07:10:47 -0500 (Wed, 22 Apr 2009) | 2 lines Issue #5170: Fixed regression caused when fixing #5768. ........ r71976 | mark.dickinson | 2009-04-26 14:54:55 -0500 (Sun, 26 Apr 2009) | 2 lines Fix typo in function name ........ r72036 | georg.brandl | 2009-04-27 12:04:23 -0500 (Mon, 27 Apr 2009) | 1 line #5848: small unittest doc patch. ........ r72037 | georg.brandl | 2009-04-27 12:09:53 -0500 (Mon, 27 Apr 2009) | 1 line #5840: dont claim we dont support TLS. ........ r72079 | r.david.murray | 2009-04-28 14:02:55 -0500 (Tue, 28 Apr 2009) | 2 lines Remove spurious 'u'. ........ r72085 | georg.brandl | 2009-04-28 16:48:35 -0500 (Tue, 28 Apr 2009) | 1 line Make the doctests in the docs pass, except for those in the turtle module. ........ r72131 | benjamin.peterson | 2009-04-29 17:43:35 -0500 (Wed, 29 Apr 2009) | 1 line fix test_shutil on ZFS #5676 ........ r72132 | georg.brandl | 2009-04-29 17:44:07 -0500 (Wed, 29 Apr 2009) | 1 line #5878: fix repr of re object. ........ r72133 | benjamin.peterson | 2009-04-29 17:44:15 -0500 (Wed, 29 Apr 2009) | 1 line make sure mode is removable while cleaning up test droppings ........ r72134 | benjamin.peterson | 2009-04-29 19:06:33 -0500 (Wed, 29 Apr 2009) | 1 line make sure to close file ........ r72191 | michael.foord | 2009-05-02 06:43:06 -0500 (Sat, 02 May 2009) | 9 lines Adds an exit parameter to unittest.main(). If False main no longer calls sys.exit. Closes issue 3379. Michael Foord ........ r72197 | benjamin.peterson | 2009-05-02 11:24:37 -0500 (Sat, 02 May 2009) | 1 line don't let sys.argv be used in the tests ........ r72198 | andrew.kuchling | 2009-05-02 12:12:15 -0500 (Sat, 02 May 2009) | 1 line Add items ........ r72219 | michael.foord | 2009-05-02 15:15:05 -0500 (Sat, 02 May 2009) | 8 lines Add addCleanup and doCleanups to unittest.TestCase. Closes issue 5679. Michael Foord ........ r72221 | benjamin.peterson | 2009-05-02 15:26:53 -0500 (Sat, 02 May 2009) | 1 line add myself ........ r72225 | michael.foord | 2009-05-02 17:43:34 -0500 (Sat, 02 May 2009) | 1 line ........ r72303 | benjamin.peterson | 2009-05-04 19:55:24 -0500 (Mon, 04 May 2009) | 1 line using sys._getframe(x), where x > 0 doesnt' work on IronPython ........ r72434 | r.david.murray | 2009-05-07 13:09:58 -0500 (Thu, 07 May 2009) | 2 lines Pre-opened test file needs to be opened in binary mode. ........ r72467 | georg.brandl | 2009-05-08 07:17:34 -0500 (Fri, 08 May 2009) | 1 line Fix name. ........ r72476 | thomas.heller | 2009-05-08 15:09:40 -0500 (Fri, 08 May 2009) | 4 lines Add a file that contains diffs between offical libffi files and the files in this repository. Should make it easier to merge new libffi versions. ........ 08 May 2009, 20:42:26 UTC
8a282d1 Merged revisions 72474 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72474 | benjamin.peterson | 2009-05-08 12:59:29 -0500 (Fri, 08 May 2009) | 1 line fix this test ........ 08 May 2009, 18:18:45 UTC
0a86694 Merged revisions 72469 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72469 | jeroen.ruigrok | 2009-05-08 16:11:23 +0200 (vr, 08 mei 2009) | 2 lines Update the Windows locale mapping with the ones introduced with Vista. ........ 08 May 2009, 14:18:00 UTC
4072ff3 Merged revisions 72468 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72468 | jeroen.ruigrok | 2009-05-08 15:07:39 +0200 (vr, 08 mei 2009) | 2 lines Add ISO-8859-16. ........ 08 May 2009, 14:17:00 UTC
a394f2d #4351: more appropriate DeprecationWarning stacklevels 08 May 2009, 03:57:12 UTC
e7d149e Blocked revisions 72464 via svnmerge ........ r72464 | benjamin.peterson | 2009-05-07 22:29:26 -0500 (Thu, 07 May 2009) | 1 line this is now a bound method ........ 08 May 2009, 03:31:15 UTC
da13696 this is now a bound method 08 May 2009, 03:27:59 UTC
224205f Merged revisions 72461 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72461 | benjamin.peterson | 2009-05-07 22:06:00 -0500 (Thu, 07 May 2009) | 1 line add _PyObject_LookupSpecial to handle fetching special method lookup ........ 08 May 2009, 03:25:19 UTC
c04dad7 Blocked revisions 72458 via svnmerge ........ r72458 | philip.jenvey | 2009-05-07 21:28:39 -0500 (Thu, 07 May 2009) | 2 lines #4351: more appropriate DeprecationWarning stacklevels ........ 08 May 2009, 02:46:09 UTC
9c3d1be Merged revisions 72454 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72454 | tarek.ziade | 2009-05-08 01:01:56 +0200 (Fri, 08 May 2009) | 1 line fixed AR/ARFLAGS values in test_sysconfig ........ 07 May 2009, 23:11:34 UTC
86ede0e run autoconf (step forgotten in r72446) 07 May 2009, 22:18:49 UTC
5662d3e Merged revisions 72445 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line Fixed #5941: added ARFLAGS for the archiver command. ........ 07 May 2009, 21:24:43 UTC
72b06c6 Blocked revisions 72443 via svnmerge ........ r72443 | tarek.ziade | 2009-05-07 23:13:02 +0200 (Thu, 07 May 2009) | 1 line removed remaining spaces ........ 07 May 2009, 21:14:34 UTC
e5fffc7 Merged revisions 72439 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72439 | eric.smith | 2009-05-07 15:36:09 -0400 (Thu, 07 May 2009) | 1 line Fixed wording for formatting integers: precision is not allowed. ........ 07 May 2009, 19:38:09 UTC
34c044f remove old metaclass demos 07 May 2009, 19:14:14 UTC
9935274 Merged revisions 72425-72426 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72425 | r.david.murray | 2009-05-07 12:27:02 -0400 (Thu, 07 May 2009) | 3 lines Issue5955: aifc's close method did not close the file it wrapped, now it does. This also means getfp method now returns the real fp. ........ r72426 | r.david.murray | 2009-05-07 12:29:19 -0400 (Thu, 07 May 2009) | 3 lines News item for Issue5955. ........ 07 May 2009, 18:24:38 UTC
865e01a Misc/NEWS entry for r72248 07 May 2009, 16:37:01 UTC
1d1285d Merged revisions 72422 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72422 | benjamin.peterson | 2009-05-07 06:45:38 -0500 (Thu, 07 May 2009) | 1 line actually close files instead of leaving it to the gc #5955 ........ 07 May 2009, 11:53:38 UTC
e9c3a19 Merged revisions 72415 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72415 | andrew.kuchling | 2009-05-06 18:54:19 -0400 (Wed, 06 May 2009) | 1 line Remove two dead links ........ 07 May 2009, 10:56:44 UTC
accdca5 post release updates 06 May 2009, 23:26:59 UTC
265270d tag 3.1 beta 1 06 May 2009, 20:51:23 UTC
5c5f3de bump version to 3.1b1 06 May 2009, 20:43:28 UTC
3c0f221 update pydoc_topics 06 May 2009, 20:39:50 UTC
8dc33d5 Merged revisions 72404-72406 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines Issue 3739: The unicode-internal encoder now reports the number of *characters* consumed like any other encoder (instead of the number of bytes). ........ r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines Add NEWS entry about issue #3739. ........ 06 May 2009, 14:41:26 UTC
6ca2e0a Merged revisions 72399 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines Be more explicit about the error we are catching. Requested by: Antoine Pitrou ........ 06 May 2009, 13:18:35 UTC
741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. 06 May 2009, 13:08:15 UTC
5776c16 #5947: add PendingDeprecationWarning to PyCObject functions. 06 May 2009, 08:47:56 UTC
30f4a4c #5946: fix speling. 06 May 2009, 08:32:17 UTC
4eea2a3 Blocked revisions 72392 via svnmerge ........ r72392 | tarek.ziade | 2009-05-06 10:11:00 +0200 (Wed, 06 May 2009) | 1 line removed string.split usage ........ 06 May 2009, 08:12:20 UTC
0e53397 Merged revisions 72388 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line more build_clib cleanup + test coverage ........ 06 May 2009, 08:08:26 UTC
5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. By Larry Hastings, reviewed eric.smith and mark.hammond. 06 May 2009, 08:04:54 UTC
9348901 Blocked revisions 72382 via svnmerge ........ r72382 | tarek.ziade | 2009-05-06 09:41:53 +0200 (Wed, 06 May 2009) | 1 line pep8-fied build_clib module : it is now similar to the one in 3.x ........ 06 May 2009, 07:43:09 UTC
dd9f65f Fixed #5940: distutils.command.build_clib.check_library_list is doing the right checkings again 06 May 2009, 07:26:24 UTC
bcf8506 Merged revisions 72375 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72375 | jeroen.ruigrok | 2009-05-06 07:25:42 +0200 (wo, 06 mei 2009) | 5 lines Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent us from raising an exception when the locale is invalid. Issue #1443504 ........ 06 May 2009, 05:33:24 UTC
0a07285 Added Objects/capsule.c to project files. 06 May 2009, 04:02:39 UTC
1521fda Merged revisions 72226 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ........ 06 May 2009, 03:38:31 UTC
cef4b81 Merged revisions 72227 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines Further development of issue5559, handle Windows files which not only have embedded spaces, but leading spaces. ........ 06 May 2009, 03:23:37 UTC
81c447f turn this into a macro 06 May 2009, 02:43:58 UTC
608d8bc Merged revisions 72368 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r72368 | benjamin.peterson | 2009-05-05 18:13:58 -0500 (Tue, 05 May 2009) | 53 lines Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68503 | benjamin.peterson | 2009-01-10 14:14:49 -0600 (Sat, 10 Jan 2009) | 1 line use variable ........ r68507 | benjamin.peterson | 2009-01-10 15:13:16 -0600 (Sat, 10 Jan 2009) | 1 line rewrap ........ r68694 | benjamin.peterson | 2009-01-17 17:55:59 -0600 (Sat, 17 Jan 2009) | 1 line test for specific node type ........ r69054 | guilherme.polo | 2009-01-28 10:01:54 -0600 (Wed, 28 Jan 2009) | 2 lines Added mapping for the ttk module. ........ r69673 | benjamin.peterson | 2009-02-16 09:38:22 -0600 (Mon, 16 Feb 2009) | 1 line fix handling of as imports #5279 ........ r69679 | benjamin.peterson | 2009-02-16 11:36:06 -0600 (Mon, 16 Feb 2009) | 1 line make Base.get_next_sibling() and Base.get_prev_sibling() properties ........ r69680 | benjamin.peterson | 2009-02-16 11:41:48 -0600 (Mon, 16 Feb 2009) | 1 line normalize docstrings in pytree according to PEP 11 ........ r69681 | benjamin.peterson | 2009-02-16 11:43:09 -0600 (Mon, 16 Feb 2009) | 1 line use a set ........ r70991 | benjamin.peterson | 2009-04-01 15:54:50 -0500 (Wed, 01 Apr 2009) | 1 line map urllib.urlopen to urllib.request.open #5637 ........ r70999 | benjamin.peterson | 2009-04-01 17:36:47 -0500 (Wed, 01 Apr 2009) | 1 line add very alpha support to 2to3 for running concurrently with multiprocessing ........ r71003 | benjamin.peterson | 2009-04-01 18:10:43 -0500 (Wed, 01 Apr 2009) | 1 line fix when multiprocessing is not available or used ........ r71695 | benjamin.peterson | 2009-04-17 22:21:29 -0500 (Fri, 17 Apr 2009) | 1 line refactor multiprocessing support, so it's less hacky to employ and only loads mp when needed ........ ................ 05 May 2009, 23:23:31 UTC
b43d325 Merged revisions 72367 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72367 | benjamin.peterson | 2009-05-05 18:00:48 -0500 (Tue, 05 May 2009) | 1 line tabify :( ........ 05 May 2009, 23:14:15 UTC
f05f820 Small style edits. 05 May 2009, 22:53:19 UTC
7847cd6 fix test__locale on windows #5643 05 May 2009, 22:49:38 UTC
b9ce9b5 edits 05 May 2009, 22:43:21 UTC
b173f78 add a replacement API for PyCObject, PyCapsule #5630 All stdlib modules with C-APIs now use this. Patch by Larry Hastings 05 May 2009, 22:31:58 UTC
c679fd8 Merged revisions 72361 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72361 | martin.v.loewis | 2009-05-06 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines Issue #5721: don't package Lib/test/README anymore. ........ 05 May 2009, 22:14:50 UTC
7061368 Issue #5944: Skip PEP 383 tests on OS X. 05 May 2009, 21:34:59 UTC
f172637 Merged revisions 72357 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72357 | benjamin.peterson | 2009-05-05 16:09:21 -0500 (Tue, 05 May 2009) | 4 lines fix running test_capi with -R :: Also, fix a refleak in the test that was preventing running. :) ........ 05 May 2009, 21:11:54 UTC
00cfc37 Merged revisions 72352 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines Fix Issue #4875: find_library can return directories instead of files (on win32) ........ 05 May 2009, 19:04:40 UTC
690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. This will address: a) urllib/ in py3k, b) urllib in py2x is addressed by issue918368. c) urllib2 in py2x was already addressed in Revision 43132. 05 May 2009, 18:41:13 UTC
501927d Blocked revisions 72348 via svnmerge ........ r72348 | eric.smith | 2009-05-05 14:26:08 -0400 (Tue, 05 May 2009) | 1 line Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. ........ 05 May 2009, 18:34:08 UTC
9cc2cf7 Merged revisions 72344 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72344 | mark.dickinson | 2009-05-05 18:41:47 +0100 (Tue, 05 May 2009) | 3 lines Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for the patch. ........ 05 May 2009, 17:54:36 UTC
3bef15b Improved wording. 05 May 2009, 17:19:46 UTC
4adbc34 Issue #5943: Fix lchflags crash. 05 May 2009, 17:17:55 UTC
25e218e Documentation for Issue #5920. 05 May 2009, 16:42:58 UTC
8482ef9 Merged revisions 72335 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines Issue #5847: Remove -n switch on "Edit with IDLE" menu item. ........ 05 May 2009, 16:14:30 UTC
6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 05 May 2009, 14:04:18 UTC
86a05ec Added missing semicolon. 05 May 2009, 13:07:30 UTC
back to top