https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
59874c0 This commit was manufactured by cvs2svn to create tag 'r233'. 19 December 2003, 02:06:06 UTC
2cd76c7 trace fix 19 December 2003, 02:06:06 UTC
ed4dbb3 updates for release 19 December 2003, 02:02:30 UTC
62b1f92 minor markup adjustment; will need to re-generate 2.3.3 docs 18 December 2003, 20:57:20 UTC
89ca7bd Installer changes for Python 2.3.3. 18 December 2003, 19:18:55 UTC
1e3d6a0 Windows build number for Python 2.3.3 is 51. 18 December 2003, 19:17:18 UTC
d44a54e Release date for Python 2.3.3 (final). 18 December 2003, 19:16:25 UTC
92be58b set release date 18 December 2003, 15:11:05 UTC
21c86b6 Bump version number for release. 18 December 2003, 15:06:58 UTC
be42922 Backport 1.13 through 1.15, after getting a begging letter from a certain BDFL <wink> The fullmodname() function chopped off the first character if the module existed in the current directory. Open results files, which contain binary pickles, in binary mode. Remove fallback code that tries to read marshal data from a results file, since this module never writes marshal data. 18 December 2003, 09:43:33 UTC
74397ce fix loss of a space after indexing markup 18 December 2003, 06:26:15 UTC
fbffc29 - use correct markup - re-wrap resulting long lines 18 December 2003, 06:24:13 UTC
1789b80 apply hackish work-arounds to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) 18 December 2003, 06:11:37 UTC
d1757e2 apply hackish work-around to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) 18 December 2003, 06:08:29 UTC
edc0bd3 apply hackish work-arounds to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) 18 December 2003, 06:03:53 UTC
3e1d026 fix weird sh-bang line 18 December 2003, 05:30:05 UTC
97090d2 avoid bash-isms 18 December 2003, 05:27:25 UTC
ed3fc49 fix typo 17 December 2003, 23:12:15 UTC
797dcea quick workaround to make "--" in a code sample not be treated wrongly (converted to an en-dash) by LaTeX2HTML 16 December 2003, 02:01:22 UTC
a68af6d fix typo (backported from trunk revision 1.3) 15 December 2003, 15:46:04 UTC
61dcc4b - fix typo (backported from trunk revision 1.10) - wrap long lines 15 December 2003, 15:45:06 UTC
2ea6aae fix typo (backported from trunk revision 1.22) 15 December 2003, 15:43:39 UTC
de21dc7 fix typo: added missing letter (backported from trunk revision 1.21) 15 December 2003, 15:40:28 UTC
e417918 fix typo: added missing word (backported from trunk revision 1.32) 15 December 2003, 15:34:11 UTC
32c6f7f fix typo and join two paragraphs 11 December 2003, 19:45:21 UTC
03cddf8 Sigh. dsp files must be marked as binary files for cvs, otherwise MSVC isn't able to read them. Thanks to David Rushby. 08 December 2003, 09:23:23 UTC
97061ea SF patch #855195: fix typos (Contributed by George Yoshida.) 07 December 2003, 13:05:15 UTC
d950d60 Fix double hyphen markup. 07 December 2003, 12:47:00 UTC
741db6f Fixed unmatched paren. 07 December 2003, 11:50:02 UTC
8e784de SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) (Contributed by Florent Rougon.) 07 December 2003, 11:43:56 UTC
4690922 Backport various tutorial fixups (with permission from the RM). 07 December 2003, 11:15:16 UTC
ed64648 Backport various fixups (with permission from the RM). 07 December 2003, 11:06:31 UTC
cb1ffd9 Backports: * Put str() in alphabetical order * Move apply(), buffer(), coerce(), and intern() to a separate section. 07 December 2003, 11:03:08 UTC
5ca2d26 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information The example code did not work and could not easily be made to work. Since the docs were already complex and the feature was not used (it took two years for the errors to surface), we decided to dedocument it entirely, leaving unittest cleaner than before. 07 December 2003, 10:49:13 UTC
59bd6da - fix markup in the bool() description - note the behavior of bool() with no arg in the main body of the description 05 December 2003, 18:55:46 UTC
77a7a5a One more backported patch related to the removal of version numbers from the Doc/ tree on this branch. 05 December 2003, 18:02:23 UTC
cdda514 Bump version number. 05 December 2003, 17:56:18 UTC
55e1c56 Add news about removal of the PendingDeprecationWarning from apply(). 05 December 2003, 17:42:06 UTC
4d478ba Remove the PendingDeprecationWarning from apply(). apply() will remain deprecated in the documentation. 05 December 2003, 17:33:55 UTC
303e5bb Anthony started backporting the changes needed to remove version numbers from the Doc/ tree; this finishes the job. Version information is now extracted from Python's Include/patchlevel.h. 05 December 2003, 16:44:01 UTC
cc7cfb3 copied from the trunk. 05 December 2003, 12:56:21 UTC
9648462 Fix links and typos. 05 December 2003, 08:03:09 UTC
62e68f8 Fix nits 05 December 2003, 07:21:13 UTC
37991cf Fix typo 05 December 2003, 06:38:06 UTC
02bedcd This commit was manufactured by cvs2svn to create tag 'r233c1'. 05 December 2003, 04:34:04 UTC
36b5f3c this wasn't on the branch. mea culpa 05 December 2003, 04:34:04 UTC
2e0ece0 2.3.3c1 05 December 2003, 04:30:10 UTC
48e602a Add newsitem for a bugfix backport. 04 December 2003, 21:42:31 UTC
5115a30 Backport library tour, glossary, and small fixups to the tutorial. 04 December 2003, 21:30:05 UTC
aff29ae Backported from the trunk, on Raymond's request: SF bug #849662. Dramatically, improve comparison speed for "if shl == None". 04 December 2003, 21:07:57 UTC
fa6d7ba Release date for 2.3.3c1. 04 December 2003, 20:45:50 UTC
2a2daf5 Version number and release date for IDLE, the version now is 1.0.2. 04 December 2003, 20:44:28 UTC
2880fa6 Version number and filename changes for the wise installer. 04 December 2003, 20:43:18 UTC
9d1fd7d The Windows build number for 2.3.3c1 is 50. 04 December 2003, 20:41:59 UTC
8b884d0 The Windows build number for 2.3.3c1 is 50. 04 December 2003, 20:35:58 UTC
00a6f57 Version numbers for Python 2.3.3. 04 December 2003, 20:35:03 UTC
54e5e2a Version numbers for Python 2.3.3c1. PEP 101 is unclear about the exact version number in the README file ;-( 04 December 2003, 20:33:58 UTC
876c431 Version numbers for Python 2.3.3c1. 04 December 2003, 20:25:10 UTC
cd9ae54 Bump some version numbers. 04 December 2003, 18:27:24 UTC
5273131 backport: Reduce the size of Big String and Big Binary tests to 2**14 (minus one for Big String). This should make the tests pass on Win98SE. Note that the docs only promise lengths up to 2048. Unfortunately this no longer tests for the segfault I was seeing earlier, but I'm confident I've nailed that one. :-) Fixes SF 852281. 03 December 2003, 15:25:10 UTC
bc9aebd Backport checkin: Fix typo. (From SF bug #853064) 03 December 2003, 10:36:15 UTC
5610c7e Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames 03 December 2003, 01:21:01 UTC
441c214 doc nit 02 December 2003, 19:00:44 UTC
fd9b9c1 Revert previous checkin. It was meant for another branch. 02 December 2003, 15:00:54 UTC
ccb9ff2 To find the curses extension as a DLL (on OS/2), we need to adjust the library search path to include the extension directory. Without this, the curses_panel extension can't find the curses extension/DLL, which exports some curses symbols to it. 02 December 2003, 12:43:52 UTC
f1ec325 - add notes about curses extension/DLL arrangements; - various cleanups and updates. 02 December 2003, 12:39:59 UTC
c82c559 - add build support for curses to be both extension and DLL, so that curses_panel works; - tweak compiler switches. 02 December 2003, 12:38:11 UTC
5b234b1 use same compiler switches as core for extensions 02 December 2003, 12:35:18 UTC
26b3f11 A hack: Disable import of re, because sre doesn't compile right. DON'T MERGE THIS CHANGE TO THE TRUNK. 02 December 2003, 06:47:37 UTC
412c3ac Py_Finalize(): disabled the second call of cyclic gc, and added extensive comments about why both calls to cyclic gc here can cause problems. Already fixed on the trunk. Since the calls were introduced in 2.3, that's the end of it. 01 December 2003, 22:13:12 UTC
f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. 01 December 2003, 21:04:02 UTC
f69a0b9 Add testcases for _winreg segfault (SF 851056). 30 November 2003, 22:45:03 UTC
224fc79 Add news item for _winreg fix (SF bug 851056). 30 November 2003, 22:10:54 UTC
b5afbd0 Backport: Remove all uses of alloca() from this module. The alloca() return value isn't checked, and it *is* possible that a very large alloca() call is made, e.g. when a large registry value is being read. I don't know if alloca() in that case returns NULL or returns a pointer pointing outside the stack, and I don't want to know -- I've simply replaced all calls to alloca() with either PyMem_Malloc() or PyString_FromStringAndSize(NULL,) as appropriate, followed by a size check. This addresses SF buf 851056. 30 November 2003, 22:07:34 UTC
dfea1bb backport: Fix a bug discovered by Kalle Svensson: comparing sys.maxint to 2**32-1 makes no sense. Use 2**31-1 instead. 30 November 2003, 01:45:20 UTC
c4f9ad5 I think this description of bug #848614 is better. 28 November 2003, 19:45:02 UTC
6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 is installed but the registry settings are incomplete because the gui has never been run. 28 November 2003, 19:35:58 UTC
efd0a14 Fix (workaround, actually) for bug #844676: deselecting "show hidden" can cause an index error. We now select the first package if this threatens to happen. Backport of 1.17. 27 November 2003, 23:20:06 UTC
4597758 Package Mnager error dialogs could refer to hidden packages, which was confusing. To be on the safe side we always show hidden packages before showing error dialogs. Backport of 1.16. 27 November 2003, 23:12:37 UTC
ea88cc6 Added preliminary notes on creating the MacPython for Panther additions distributions. 27 November 2003, 22:52:58 UTC
deefec9 Backported from the trunk. 27 November 2003, 22:08:08 UTC
e8dd5bc Patch #849350: Update to document bool return values. 27 November 2003, 19:43:12 UTC
bca5b20 Fix a typo introduced at Rev 1.19.8.2 M IOBinding.py 25 November 2003, 05:06:56 UTC
5c20156 Silence GCC warning when asserts are turned off. 24 November 2003, 04:02:31 UTC
34bfde9 Backport: - After an exception, run.py was not setting the exception vector. Noam Raphael suggested correcting this so pdb's postmortem pm() would work. IDLEfork Patch 844675 Update NEWS and include some items missed in IDLE1.0b2. Bump the version. Modified Files: Tag: release23-maint NEWS.txt idlever.py run.py 24 November 2003, 02:34:01 UTC
c9de825 test_guess_all_types(): Use a more robust test for checking that guess_all_extensions() returns (at least) what we expect. As Jeff Epler suggests in http://mail.python.org/pipermail/python-dev/2003-September/038264.html We use a set to test the results. This fixes the test when test_urllib2 is run before test_mimetypes. 23 November 2003, 16:17:42 UTC
3c64e7a Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT. Indented because it was incomprehensible. "Repaired" means someone checked in a change that screwed up the multiple nesting levels, causing USE_RECURSION_LIMIT to stop getting defined on all non-LP64 boxes other than FreeBSD. Tried to repair that in a more-robust way. That error in turn caused a bogus change to get checked in to test_re.py, which I repaired earlier. This needs fresh testing on all non-Win32 platforms (Win32 never used USE_RECURSION_LIMIT, and still doesn't). Running the standard test_re.py is an adequate test. 22 November 2003, 03:46:30 UTC
b1b3d08 Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part of sre in 2.3, and the backport of the 2.4 version of the tests should not have been done. It got confused because someone else checked a bad change into _sre.c that caused the tests that are *supposed* to raise a recursion exception to stop doing so on some (most?) platforms. test_re passes again on Windows now. Until the bad change to _sre gets fixed, it will fail on platforms other than Windows and FreeBSD, either by "Test Failed", or by bad consequences of C stack overflow. 22 November 2003, 03:25:40 UTC
f237c77 More words: gave more motivation, and added cautions about the special dangers of trying to iterate over weak dicts. 21 November 2003, 22:21:19 UTC
834e2e9 Add a missing import. Closes SF # 816344. Will forward port. 21 November 2003, 20:26:59 UTC
ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. Also SF patch 843455. This is a critical bugfix, backported from 2.4 development. I don't intend to backport beyond 2.3 maint. The bugs this fixes have been there since weakrefs were introduced. 20 November 2003, 22:13:51 UTC
d33ed28 This commit was manufactured by cvs2svn to create branch 'release23-maint'. 20 November 2003, 22:13:51 UTC
c63a6e4 Backport checkin: Fix typo fix. 20 November 2003, 13:38:57 UTC
e1ee18d Backport checkin: Fix typos. 19 November 2003, 13:37:01 UTC
9c4a694 Generator's constructor: The documentation was incorrect regarding how header wrapping gets done when maxheaderlen <> 0. The header really gets wrapped via the email.Header.Header class, which has a more sophisticated algorithm than just splitting on semi-colons. 19 November 2003, 02:20:14 UTC
717501e __init__(): The docstring was incorrect regarding how header wrapping gets done when maxheaderlen <> 0. The header really gets wrapped via the email.Header.Header class, which has a more sophisticated algorithm than just splitting on semi-colons. 19 November 2003, 02:19:43 UTC
e00b9b5 Backport of fix for [ 765456 ]: testAFakeZlib failed on platforms that use a statically linked zlib module, but since the problem it tests can't exist on these systems, simply skip it then. 18 November 2003, 23:04:28 UTC
a9f3d6c Backport of fix for [ 782686 ]: new files used \r as the default line separator instead of os.linesep. 18 November 2003, 22:46:08 UTC
69d36ce Patch #836434: Use dlopen/dlsym on AIX if available. Also disable _XOPEN_SOURCE on AIX 4. 18 November 2003, 19:59:39 UTC
fc894ea Patch #841807: Check whether a versioned libpython.so symlink is needed in altbininstall. 18 November 2003, 19:54:00 UTC
back to top