https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
73cdff4 take 3 23 March 2006, 02:49:35 UTC
e311fdc aarrrrghhh 23 March 2006, 02:49:17 UTC
65fa3a0 2.4.3c1 23 March 2006, 02:26:32 UTC
022a55c update - still some old .cvsignore files lying around 23 March 2006, 02:26:07 UTC
49cbb50 take2... 23 March 2006, 02:25:51 UTC
0e433a7 Tagging for 2.4.3c1 23 March 2006, 02:22:32 UTC
c52b4ad update svn:ignore across the board 23 March 2006, 02:21:49 UTC
e33da3b 2.4.3c1 23 March 2006, 02:20:57 UTC
a87b549 2.4.3c1 23 March 2006, 02:13:43 UTC
73c8c2c Change SystemError into SyntaxError, when a Unicode string containing an encoding declaration is compile()d. Fixes #1115379. 22 March 2006, 13:55:50 UTC
88fd500 2.4.3c1 preparations 22 March 2006, 04:00:19 UTC
2f58855 Backport of r41629: hotshot generated half-meaningless numbers since the introduction of C calls profiling events. 20 March 2006, 09:37:16 UTC
2c20676 Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. 20 March 2006, 09:22:40 UTC
099e793 The new fetch_data_files.py downloads all the input data files used by encoding tests. Fiddled the Windows buildbot helper scripts to invoke this if needed. Note that this isn't needed on the trunk (the encoding tests download input files automatically in 2.5). 20 March 2006, 06:06:07 UTC
0ca2212 Merge revs 42842, 42844, and part of a whitespace normalization patch from the trunk. This stops test_socket_ssl from dying with: TypeError: 'NoneType' object is not callable in urlparsre.py's urljoin() when the tests are run in this order: test_??? test_importhooks test_socket_ssl "test_???" can be various things, but must be there. For example, test_urllibnet "works" to provoke the failure. Alas, nobody actually understands _why_ test_socket_ssl fails then, or why this hack makes the problem go away. Amazingly, the tests just happened to run in the right order on the 2.4 branch on two Windows buildbot slaves today, causing them both to fail their most recent test runs before this patch. 20 March 2006, 02:12:05 UTC
5a8605e Backport 43147: Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() returns a non-string when converting %Z. 20 March 2006, 02:05:58 UTC
210256e Source file f.flush() after writing; trying to avoid lossage if user kills GUI. Report from Bruce Sherwood. 19 March 2006, 22:12:03 UTC
c612a5d Merge rev 43091 from the trunk. """ Try to find a host that responds slower from python.org so this test does not fail on macteagle (G4 OSX.4 in buildbot) """ Since testConnectTimeout() frequently fails in the same way in 2.4 branch, and this patch seems to have fixed it on the trunk, it should fix it on the 2.4 branch too. 18 March 2006, 02:47:38 UTC
d9ca66f Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New 17 March 2006, 19:04:15 UTC
d1442b4 Merge rev 43081 from trunk. Set eol-style to native. 16 March 2006, 18:56:35 UTC
d82f391 Merge rev 43079 from the trunk. This should allow test_winsound to pass on a box without a sound card. Update test_winsound to check for a configured sound card (using a VBScript helper written by Roger Upole and Mark Hammond) and adjust the expected PlaySoundTest case results accordingly. 16 March 2006, 18:52:17 UTC
03de6fd Merge rev 43063 from trunk. Oops! Use python_d.exe _before_ it's destroyed :-) 16 March 2006, 02:33:55 UTC
b6b7a3a Merge rev 43061 from the trunk. Change the Windows buildbot "clean" step to remove stale .pyc files. 16 March 2006, 01:56:34 UTC
854e918 Backport 43037: Move test code out of xxmodule and into _testcapimodule.c where it belongs. 15 March 2006, 05:44:35 UTC
8a2bffc Backport 42932: Try to be a bit more consistent on all platforms: python . python < . both print a message, return non-zero and do not core dump. This hopefully fixes the failure on Solaris. 14 March 2006, 06:47:07 UTC
9165680 Backport 43022: Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and PyObject_Unicode(). This problem was originally reported from Coverity and addresses mail on python-dev "checkin r43015". This inlines the conversion of the string to unicode and cleans up/simplifies some code at the end of the PyObject_Unicode(). We really need a complete C API test module for all public APIs and passing good and bad parameter values. 14 March 2006, 06:10:22 UTC
2f014f8 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact (backport from rev. 43014) 13 March 2006, 22:22:15 UTC
6b3cf5e Backport of 42994: Let the buildbot make a single pass in the test suite only. 13 March 2006, 13:08:41 UTC
25aeec5 Backport of 42993: Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. 13 March 2006, 13:06:46 UTC
b0c3bdd Backport from trunk r42989: Bug #1448490: Fixed a bug that ISO-2022 codecs could not handle SS2 (single-shift 2) escape sequences correctly. 13 March 2006, 10:24:31 UTC
ef63e9f Merge rev 42963 from the trunk. When the new -w option (yay! great idea) reruns a failed test, first display the name of the test (else it's not always clear from the output which test is getting run). 13 March 2006, 05:53:04 UTC
1baff3c Merge rev 41859 from the trunk. test_main(): Restore the original root logger level after running the tests. This stops the confusing/annoying: No handlers could be found for logger "cookielib" message we got whenever some test running after test_logging happened to use cookielib.py (when not using regrtest's -r, this happened during test_urllib2; when using -r, it varied). 13 March 2006, 04:50:34 UTC
9104048 Merge rev 42984 from trunk. Adding the /useenv means that one's PATH actually gets through. This is important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install. 13 March 2006, 04:17:40 UTC
7a0109f Move buildbot scripts to Tools/buildbot. 12 March 2006, 09:51:52 UTC
9eee616 Add a do-nothing "clean" operation to the _ssl project, so the buildbot's "clean" step doesn't fail due to _ssl whining that it can't spawn an empty string. 12 March 2006, 07:05:34 UTC
c8bbcc3 Copied from the trunk for buildbot use. 12 March 2006, 07:01:31 UTC
c7ddece Copy from the trunk, for the buildbot. 12 March 2006, 06:49:18 UTC
8d51d55 Copy from the trunk, for the buildbot. 12 March 2006, 06:48:57 UTC
82e8f38 Merge rev 42904 from the trunk. _hotshot hotshot_profiler(): If write_header() returned an error code, this let `self` leak. This is a disaster on Windows, since `self` already points to a newly-opened file object, and it was impossible for Python code to close the thing since the only reference to it was in a blob of leaked C memory. test_hotshot test_bad_sys_path(): This new test provoked the C bug above. This test passed, but left an open "@test" file behind, which caused a massive cascade of bogus test failures in later, unrelated tests on Windows. Changed the test code to remove the @test file it leaves behind, which relies on the change above to close that file first. 11 March 2006, 04:55:45 UTC
fea70fe Backport of 42551 (EXTRATESTOPTS). 10 March 2006, 22:56:20 UTC
eed78ef Backport of 42960, to support the options buildbot uses. 10 March 2006, 22:15:48 UTC
ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. (backport from rev. 42923) 08 March 2006, 20:59:12 UTC
865ddfb Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. (backport from rev. 42912) 08 March 2006, 09:34:57 UTC
360641c Backport fixes reported by Coverity. 08 March 2006, 06:39:50 UTC
5f2ad0b Typo fix 07 March 2006, 16:17:09 UTC
361cd4b Backport r42894: SF #1444030 Fix several potential defects found by Coverity. 07 March 2006, 15:59:09 UTC
82735da Backport trunk's r42890 (thomas.wouters): Coverity found bug: test result of PyTuple_New() against NULL before use. and r42891 (thomas.wouters): Fix gcc 4.0.x warning about use of uninitialized value. 07 March 2006, 14:16:02 UTC
d704935 Backport trunk's r42888 (thomas.wouters): Coverity found refleak: need to free 'v' after calling Tkinter_Error(). 07 March 2006, 14:06:31 UTC
4fbad67 Backport trunk's r42885 (thomas.wouters): Coverity-found bug: don't use temp->next *before* checking it for NULL. Also return rather than use it again. 07 March 2006, 13:39:26 UTC
e34fc70 Backport trunk's r42878 (neal.norwitz): Thanks to Coverity, these were all reported by their Prevent tool. and r42881 (thomas.wouters): Don't DECREF a borrowed reference. 07 March 2006, 12:08:42 UTC
a4b4dc3 Backport revision 42872: If size is specified, try to read at least size characters. This is a alternative version of patch #1379332. 06 March 2006, 22:44:03 UTC
39be806 Skip codecs tests on Python 2.3. 06 March 2006, 00:55:25 UTC
a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. 03 March 2006, 23:13:19 UTC
518f2a5 Backport of memory leak fixes. 01 March 2006, 21:36:32 UTC
68e4cbb Return value off PyErr_Warn() for raising string exceptions was not being checked. Problem when 'warnings' was set to "error" and thus would re-raise a new exception. 27 February 2006, 23:15:56 UTC
9e777e5 do_mkvalue(): Squash compiler warnings about mixing signed and unsigned types in comparison. 27 February 2006, 17:49:41 UTC
91e742f Merge rev 42607 from the trunk. Patch 1413181, by Gabriel Becedillas. PyThreadState_Delete(): if the auto-GIL-state machinery knows about the thread state, forget it (since the thread state is being deleted, continuing to remember it can't help, but can hurt if another thread happens to get created with the same thread id). 27 February 2006, 17:47:02 UTC
05b9254 Trimmed trailing whitespace. 27 February 2006, 17:22:16 UTC
aefbf72 backport 25 February 2006, 21:04:03 UTC
5f5124e Backport 41753: Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. Also bug #1435487 (dup). 21 February 2006, 09:19:45 UTC
e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors on server error codes. Make this clear. 20 February 2006, 21:26:29 UTC
fea6059 Bug #1210377: close bsddb cursor correctly after NotFoundError. 20 February 2006, 20:29:56 UTC
e5db6b2 Patch #931938: prevent setting sys.prefix to "" 20 February 2006, 17:37:39 UTC
f1a408d Bug #1102649: add a note to pickle docs that pickle files should be opened in binary mode. 20 February 2006, 13:12:07 UTC
9c65202 Bug #1323369: document possible values of sys.getwindowsversion() platform field 20 February 2006, 12:15:26 UTC
f07e42c Bug #1101233: fix test_fcntl on netbsd2 platform. 20 February 2006, 10:32:05 UTC
0b61a45 Backported from r41842. 20 February 2006, 10:21:14 UTC
2fc63f7 Bug #854823: socketmodule now builds on Sun platforms even when INET_ADDRSTRLEN is not defined. 20 February 2006, 09:42:37 UTC
fc10228 Make clear that patch #1336582 wasn't a new feature. 19 February 2006, 13:22:58 UTC
044d2ce Patch #1337756: fileinput now accepts Unicode filenames. 19 February 2006, 09:51:33 UTC
4655481 Patch #1352711: make zipimport raise a complete IOError 19 February 2006, 09:39:02 UTC
394e4af Bug #801349: document that start/stop/step slice arguments can be None 19 February 2006, 00:12:46 UTC
2aaf918 Patch #1415507: clarify docs on reference stealing 18 February 2006, 22:56:02 UTC
dc2a854 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. 18 February 2006, 21:57:28 UTC
f3cba11 Backport: This should get test_timeout to pass when running on any python.org host. 18 February 2006, 21:25:56 UTC
b02be7e Patch #1373643: The chunk module can now read chunks larger than two gigabytes. 18 February 2006, 21:10:59 UTC
f1fadcc Remove soundex from "undocumented modules". 17 February 2006, 11:51:20 UTC
a957e8f Bug #1430298: It is now possible to send a mail with an empty return address using smtplib. 17 February 2006, 09:53:00 UTC
d057c91 Bug #1432260: better handle lambda functions' names in pydoc 17 February 2006, 09:47:47 UTC
fbf5ff3 Patch #1432345: Make python compile on DragonFly. 17 February 2006, 08:39:55 UTC
df7d408 Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to silence compiler warnings on gcc 4.0.1 . 16 February 2006, 07:01:45 UTC
222a704 use correct function in example (backport of trunk revision 42377) 15 February 2006, 06:56:35 UTC
d577b6d Send failures to python-checkins, cc/me. 15 February 2006, 05:02:00 UTC
24f65ac Add build.sh to 2.4 so we can build the docs (and only the docs). 14 February 2006, 08:16:01 UTC
8ef3475 Try to improve name based on discussion on python-checkins with Jim Jewett 13 February 2006, 00:37:09 UTC
3273cb5 Backport r42314 which fixed Windows breakage when checking that socket descriptors fit in fd_set. Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters implemented by Martin von Loewis. 12 February 2006, 21:07:17 UTC
6fc1da1 Even more copyright locations! 11 February 2006, 18:21:44 UTC
bdba3b6 Patch #428494: Prefer linking against ncursesw over ncurses library 11 February 2006, 15:55:22 UTC
2fec8b9 Update general copyright year to 2006. 11 February 2006, 15:30:59 UTC
261058c Port of r42279 to email 3.0, but without the Python 2.1 backward compatible nonsense. Resolve SF bug 1409403: email.Message should supress warning from uu.decode. 09 February 2006, 04:10:03 UTC
8413eab Port of r42271 from the trunk -- relevant patches for SF 1409455 for email 3.0/Python 2.4. 08 February 2006, 14:58:55 UTC
90f1db3 Backport: Bug #876637, prevent stack corruption when socket descriptor is larger than FD_SETSIZE. This can only be acheived with ulimit -n SOME_NUMBER_BIGGER_THAN_FD_SETSIZE which is typically only available to root. Since this wouldn't normally be run in a test (ie, run as root), it doesn't seem too worthwhile to add a normal test. The bug report has one version of a test. I've written another. Not sure what the best thing to do is. Do the check before calling internal_select() because we can't set an error in between Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS. This seemed the clearest solution. 07 February 2006, 07:17:37 UTC
b5abd16 Backport: Patch #1407135, bug #1424041: mmap.mmap(-1, size, ...) can return anonymous memory again on Unix. 05 February 2006, 06:00:54 UTC
98a3292 Resolves SF bug #1423972. 04 February 2006, 23:45:12 UTC
ada0d18 SF bug 1415455, fix typo in module name 04 February 2006, 22:59:56 UTC
71a92a8 Fix typo 04 February 2006, 03:29:52 UTC
9c7c84d Port r42228 from the trunk. 03 February 2006, 05:41:33 UTC
cb65c7e Work around a Solaris peculiarity that caused test_pty to sometimes fail: a tty opened by os.openpty() isn't always a tty according to os.isatty(), when it's tested inside the process that opened it. Doesn't affect actual functionality, as using a tty this way is rarely, if ever, useful. Ignoring the failure allows the test for actual functionality to continue. 28 January 2006, 12:08:39 UTC
f5eccd0 Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given by Matt Messier). 26 January 2006, 18:49:57 UTC
cd8a8c3 Backport 42173: get bsddb test_associate to pass with BSDDB 4.1 26 January 2006, 05:19:56 UTC
back to top