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

sort by:
Revision Author Date Message Commit Date
6585660 Issue 2784: fix leaks in exception exit. 30 May 2008, 06:37:27 UTC
8df4e22 Fix typo in testSum 30 May 2008, 02:46:53 UTC
6983ff7 Note that UserList and UserString were moved to 'collections' in 3.0. 29 May 2008, 21:28:55 UTC
ef3dab2 Turn off debugging output for building bsddb. 29 May 2008, 21:23:33 UTC
9287acf ctypes NULL function pointers have a boolean False value now. 29 May 2008, 19:42:34 UTC
a52b244 Fix compiler warning. 29 May 2008, 19:18:12 UTC
4f1b1ed Fixed the semantic of timeout for socket.create_connection and all the upper level libraries that use it, including urllib2. Added and fixed some tests, and changed docs correspondingly. Thanks to John J Lee for the patch and the pusing, :) 29 May 2008, 16:39:26 UTC
f18a707 Revert #2990 patch; it's not necessary as Armin showed. 29 May 2008, 14:35:39 UTC
2a9179a Fix two typos. 29 May 2008, 08:38:23 UTC
d0b592f #2985: allow i8 in XMLRPC responses. 29 May 2008, 07:45:26 UTC
b77e888 #2988: add note about catching CookieError when parsing untrusted cookie data. 29 May 2008, 07:38:37 UTC
7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. 29 May 2008, 07:18:49 UTC
457501b Two fixes in bytearray docs. 29 May 2008, 07:18:17 UTC
abb34fe UserString.MutableString has been removed in Python 3.0. Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch. 29 May 2008, 05:08:50 UTC
5ec330c #2990: prevent inconsistent state while updating method cache. 28 May 2008, 15:41:36 UTC
dee01d8 fix spelling 28 May 2008, 11:51:41 UTC
74a1dea #2989: add PyType_Modified(). 28 May 2008, 11:21:39 UTC
88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. 28 May 2008, 01:54:55 UTC
a436878 update tutorial function with more appropiate one from Eric Smith 28 May 2008, 01:12:35 UTC
dbd2f6d Better integration between Python testing and bsddb3 27 May 2008, 13:26:02 UTC
b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') when the TarFile is closed. 27 May 2008, 12:39:23 UTC
0902cac Disable the use of BerkeleyDB 4.6 on platforms that appear to have issues with it. 27 May 2008, 08:40:09 UTC
1d31023 Improvements for test_py3kwarn - Always show warnings so they are always catchable - Make test_os_path_walk faster by walking a less populous directory 27 May 2008, 01:42:29 UTC
838c7b3 remove some __getslice__ 27 May 2008, 01:18:39 UTC
933d373 Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is passed in. (The assert won't prevent this in non-debug builds). 26 May 2008, 22:07:28 UTC
c1c83bb remove duplication in test module 26 May 2008, 21:44:26 UTC
23921f0 Fix issue2589: there was a potential integer overflow leading to memory corruption on esoteric platforms and incorrect behavior on normal platforms. 26 May 2008, 21:16:34 UTC
06abba3 fix minor grammar typo 26 May 2008, 20:43:24 UTC
9171bed take Brett's advice on a few warnings 26 May 2008, 20:41:45 UTC
4036fd4 Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until the last reference to the Popen instance was dropped. Adding explicit close() calls fixes it. Candidate for backport to release25-maint. 26 May 2008, 20:22:14 UTC
3aa84a7 warn about some members of the commands module 26 May 2008, 19:41:53 UTC
b17ad2d wrap line 26 May 2008, 19:37:11 UTC
8f1a4a6 Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have that installed yet but the module code supports it. 26 May 2008, 19:29:14 UTC
572226c Define macros so that this still compiles on Python prior to r63675. 26 May 2008, 19:03:35 UTC
dacde0d turn PyErr_WarnPy3k into a macro 26 May 2008, 17:43:53 UTC
eeb2b21 add __all__ to test_support 26 May 2008, 16:22:27 UTC
2b4b5ac add PyByteArray docs 26 May 2008, 15:54:26 UTC
8de9119 Add renaming notices to 3.0 http package members. 26 May 2008, 15:01:48 UTC
8b12ee1 fix typo (thank Georg) 26 May 2008, 14:51:54 UTC
438e9ac fix a minor typo 26 May 2008, 14:29:09 UTC
404d182 note that PyString and has been aliased to PyBytes 26 May 2008, 14:02:09 UTC
36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 Updated VS7.1 and VC6 project files 26 May 2008, 13:51:41 UTC
7a99061 Updated NEWS 26 May 2008, 13:15:11 UTC
d7c7784 put a big note on configure.in asking people to run autoconf 26 May 2008, 13:01:25 UTC
4472083 Renamed bytesobject.c to bytearrayobject.c Renamed stringobject.c to bytesobject.c Fixed Windows builds 26 May 2008, 13:01:01 UTC
593daf5 Renamed PyString to PyBytes 26 May 2008, 12:51:38 UTC
c3cb683 some updates to string formatting section in whatsnew 26 May 2008, 12:29:46 UTC
3497f94 First step of the C API rename: renamed Include/bytesobject.h to Include/bytearrayobject.h renamed Include/stringobject.h to Include/bytesobject.h added Include/stringobject.h with aliases 26 May 2008, 12:29:14 UTC
b4701e6 On Windows, we must build a debug version iff running a debug build of Python 26 May 2008, 11:42:40 UTC
e2caef7 Add renaming notices to xmlrpc modules. 26 May 2008, 10:47:43 UTC
68d3eb9 Add renaming notices to 2.6 dbm module docs. 26 May 2008, 10:22:15 UTC
f9ef988 update the tutorial to use str.format 26 May 2008, 00:54:22 UTC
c15205e rename the section about new formatting 'new-string-formatting' 25 May 2008, 20:05:52 UTC
bbaa2eb Merged revisions 63634-63643 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r63643 | martin.v.loewis | 2008-05-25 19:18:21 +0200 (So, 25 Mai 2008) | 3 lines Don't abort on IOErrors caused by saving pickle files. Fixes #2938. ........ 25 May 2008, 17:19:22 UTC
367c79a Create grammar pickle files on installation; remove them on uninstallation. 25 May 2008, 16:37:34 UTC
f2e23d0 Merged revisions 62647-63633 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r63047 | alexandre.vassalotti | 2008-05-11 11:03:24 +0200 (So, 11 Mai 2008) | 2 lines Added import fixer for copy_reg rename. ........ r63081 | alexandre.vassalotti | 2008-05-11 22:06:36 +0200 (So, 11 Mai 2008) | 2 lines Added import fixer for Queue rename. ........ r63090 | alexandre.vassalotti | 2008-05-11 22:38:16 +0200 (So, 11 Mai 2008) | 2 lines Added import fixer for PixMapWrapper rename. ........ r63141 | alexandre.vassalotti | 2008-05-12 04:42:03 +0200 (Mo, 12 Mai 2008) | 5 lines Added fixer for SocketServer renaming. Removed PixMapWrapper fixer, since the module is actually pending removal. ........ r63252 | alexandre.vassalotti | 2008-05-15 01:10:20 +0200 (Do, 15 Mai 2008) | 2 lines Added fixer for ConfigParser rename. ........ r63321 | collin.winter | 2008-05-15 19:42:58 +0200 (Do, 15 Mai 2008) | 1 line Add a missing comma. Fixes issue 2866. ........ r63356 | alexandre.vassalotti | 2008-05-16 08:55:44 +0200 (Fr, 16 Mai 2008) | 4 lines Added new tests for fix_imports. Added refactoring support of from-import statements of the style: from foo import bar, baz ........ r63362 | alexandre.vassalotti | 2008-05-16 09:17:53 +0200 (Fr, 16 Mai 2008) | 2 lines Added the repr module import fixer. ........ r63456 | georg.brandl | 2008-05-18 21:51:18 +0200 (So, 18 Mai 2008) | 2 lines #2908: fixers for Tkinter rename. ........ r63461 | georg.brandl | 2008-05-18 23:00:20 +0200 (So, 18 Mai 2008) | 2 lines Fix for last patch. ........ r63525 | alexandre.vassalotti | 2008-05-21 23:43:29 +0200 (Mi, 21 Mai 2008) | 4 lines Add missing comma in fix_imports. Bug caught by Quentin Gallet-Gilles. ........ r63532 | brett.cannon | 2008-05-22 05:02:43 +0200 (Do, 22 Mai 2008) | 4 lines When testing fix_imports, no need to only test a subset of input; test it all! Do all revisions to the sandbox need to be manually applied to the trunk? ........ r63533 | brett.cannon | 2008-05-22 05:16:45 +0200 (Do, 22 Mai 2008) | 1 line Add _markupbase to the import fixer. ........ r63612 | georg.brandl | 2008-05-25 09:56:59 +0200 (So, 25 Mai 2008) | 2 lines Add fixer for _winreg rename. ........ r63627 | georg.brandl | 2008-05-25 14:30:10 +0200 (So, 25 Mai 2008) | 2 lines Add fixer entry for the thread module. ........ r63629 | georg.brandl | 2008-05-25 14:34:13 +0200 (So, 25 Mai 2008) | 2 lines Fixer entry for dummy_thread. ........ r63633 | martin.v.loewis | 2008-05-25 16:52:41 +0200 (So, 25 Mai 2008) | 2 lines Temporarily disable Test_imports. ........ 25 May 2008, 14:58:01 UTC
8a710dc Add renaming notices to thread and dummy_thread. 25 May 2008, 12:34:57 UTC
dcc8620 Include all licenses of the packages that we include. 25 May 2008, 11:56:23 UTC
5d7d6c3 note about r63617 25 May 2008, 08:32:04 UTC
9e6468b Fix issue2669: bsddb simple/legacy interface iteration silently fails when database changes size during iteration. It now behaves like a dictionary, the next attempt to get a value from the iterator after the database has changed size will raise a RuntimeError. 25 May 2008, 08:28:29 UTC
e08e3d0 #2959: allow multiple close() calls for GzipFile. 25 May 2008, 08:07:37 UTC
ecd0ad3 Hint about _winreg renaming in the docs. 25 May 2008, 07:46:33 UTC
392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. 25 May 2008, 07:25:25 UTC
995ee9d ConfigParser renaming reversal part 2: move module. 25 May 2008, 07:21:58 UTC
9a1aa8c ConfigParser renaming reversal part 1: remove stub module. 25 May 2008, 07:21:41 UTC
c424061 print out information about which BerkeleyDB library was found by setup.py to use to build the bsddb module. 25 May 2008, 07:20:34 UTC
a6168f9 Queue renaming reversal part 3: move module into place and change imports and other references. Closes #2925. 25 May 2008, 07:20:14 UTC
8107290 * Give the test_bsddb3 tests a unique temporary directory to run their stuff in and clean it up afterwards regardless of the result. * Get rid of duplicate list of test modules to run, they're maintained within test_all now. * Print the BerkeleyDB version to stderr when running test_bsddb3 to help buildbot problem diagnosis. 25 May 2008, 07:14:09 UTC
6153ab3 Queue renaming reversal part 2: move module. 25 May 2008, 07:10:03 UTC
c821425 Queue renaming reversal part 1: remove stub module. 25 May 2008, 07:08:35 UTC
f7cbfcf Use test_support to get network ports to bind to. 25 May 2008, 03:13:41 UTC
d1e5715 Correct the url to the external bsddb.db docs (likely to be integrated soon anyways?) 24 May 2008, 21:21:23 UTC
e152a77 socketserver renaming reversal part 3: move the module into the right place and fix all references to it. Closes #2926. 24 May 2008, 18:31:28 UTC
6acb075 Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming 24 May 2008, 18:24:49 UTC
b897c9a socketserver renaming reversal part 2: move rename module. I'm doing this case-only rename in a two-step process via a different directory to hopefully avoid problems with case-insensitive filesystems. 24 May 2008, 18:11:29 UTC
ae24967 socketserver renaming reversal part 1: remove stub module. 24 May 2008, 18:08:33 UTC
7d3d04d Don't try to get the window size if it was never set before. Fixes the test failure on Solaris. 24 May 2008, 09:36:45 UTC
68faf5b Use announce instead of print, to suppress output in the testsuite. 24 May 2008, 09:00:04 UTC
5f54340 Introduce a user macro named $(externalsDir), which should point to the root directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo. 23 May 2008, 20:33:14 UTC
0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. 23 May 2008, 19:33:13 UTC
0b334a6 Revert temporary checkin in revision 63545. 23 May 2008, 18:04:06 UTC
96b4240 Fix typo 23 May 2008, 17:34:34 UTC
f6901e9 Issue 2909: show how to name unpacked fields. 23 May 2008, 17:21:44 UTC
27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would otherwise be produced. 23 May 2008, 15:18:28 UTC
8c255e4 Patch #1722225: Support QNX 6. 23 May 2008, 15:06:50 UTC
badd7da Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms that exhibit the problem described in issue #2937. 23 May 2008, 12:07:36 UTC
2d593cc Remove the old repr stub. 23 May 2008, 05:05:20 UTC
2ee0e8e Revert the renaming of repr to reprlib. 23 May 2008, 05:03:59 UTC
778d5cc Tweak the comments and formatting. 23 May 2008, 04:32:43 UTC
8f66a4a Temporary checkin to get configure to report more information about the processor on the Debian/alpha buildbot. (I'm still trying to track down the cause of the test_math failures for this machine.) This checkin will be reverted within the next 48 hours. 23 May 2008, 04:22:50 UTC
d055835 Better error reporting in test_math.py 23 May 2008, 03:30:01 UTC
c11c339 Add tests for math.sum (Issue #2819) 23 May 2008, 02:36:48 UTC
99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats efficiently but with no intermediate loss of precision. Based on Raymond Hettinger's ASPN recipe. Thanks Jean Brouwers for the patch. 23 May 2008, 01:35:30 UTC
cc858cc Docs for Issue 2819. 23 May 2008, 00:49:27 UTC
3a7305e fix test_pydoc so it works on make installed Python installations Also let it pass when invoked directly 22 May 2008, 23:09:26 UTC
ca3939c bsddb module updated to version 4.7.0 22 May 2008, 15:27:38 UTC
9a8af2d Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. 22 May 2008, 03:18:35 UTC
83d4534 remove redundant invocation of json doctests 22 May 2008, 01:02:23 UTC
948ee7a use more specific asserts in test_opcode 22 May 2008, 00:57:02 UTC
a4e4ef1 check for toolbox glue before testing platform.mac_ver intensly 21 May 2008, 22:52:39 UTC
back to top