https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a9917bc This commit was manufactured by cvs2svn to create tag 'r242'. 28 September 2005, 03:38:39 UTC
85b25e6 set release date 28 September 2005, 03:38:39 UTC
f9fde1e 2.4.2 release stuff 28 September 2005, 02:15:15 UTC
5afbde7 Use lzx:21 for compression. 27 September 2005, 19:16:32 UTC
ea2ef08 Backport (with Anthony's blessing (in fact he reminded me to do it :)): Patches #1298449 and #1298499: Add some missing checks for error returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate. 26 September 2005, 13:15:34 UTC
e32757c Commit memory leaking fix. 25 September 2005, 06:16:28 UTC
965f323 Changed header to match the HEAD version: * Added note about Python 2.2 compatibility. * Changed license header: Now simply referring to PSF. This closes bug 1138653. 23 September 2005, 17:42:36 UTC
b21d81e Backport bugfix: Fix bug: [ 1163563 ] Sub threads execute in restricted mode basically by fixing bug 1010677 in a non-broken way. Backport candidate. 23 September 2005, 08:14:40 UTC
98d504a Backport SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) 23 September 2005, 04:28:23 UTC
c8ae70a News about the test_macfs fix. 23 September 2005, 03:56:00 UTC
ef6fb3d Backport fix for patch #1297028, cjkcodecs does not initialize type pointer 23 September 2005, 03:23:46 UTC
d115df0 update URL into the Python wiki 22 September 2005, 19:35:39 UTC
5e364ca Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). 22 September 2005, 15:35:36 UTC
2d0aca6 the iSilo is not being built right now 21 September 2005, 05:29:47 UTC
35af158 This commit was manufactured by cvs2svn to create tag 'r242c1'. 20 September 2005, 20:53:24 UTC
bf8cef4 (backport) test and fix for buggy handling of exceptions raised by C functions, causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions. 20 September 2005, 20:53:24 UTC
cb1aea2 (backport) tracing of C functions: don't call the trace func with an exception currently set! 20 September 2005, 20:53:11 UTC
5e6a594 C89 compliance. 20 September 2005, 19:04:42 UTC
601c7f9 Update 64-bit AIX and HP-UX build instructions. 20 September 2005, 19:04:34 UTC
b693c1c - On 64-bit platforms, when __len__() returns a value that cannot be represented as a C int, raise OverflowError. (Will forward-port.) 20 September 2005, 16:36:07 UTC
523263d backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding. test_site often failed under "regrtest.py -r", because this xmlrpc test left sys with a setdefaultencoding attribute, but loading site.py removes that attribute and test_site.py verifies the attribute is gone. Changed this test to get rid of sys.setdefaultencoding if it didn't exist when this test started. 20 September 2005, 15:17:16 UTC
d8b9721 add 2.4.2 to the LaTeX version of the release history 20 September 2005, 13:57:33 UTC
4ab7786 pre-release machinations 20 September 2005, 13:12:48 UTC
4fe43a8 - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages. 20 September 2005, 07:03:21 UTC
3d79035 Note fix of memory leak. 19 September 2005, 06:48:05 UTC
c36179b Fix problems reported by valgrind: * Fix memory leak in posix.access() * Fix use of uninitialized value in forkpty() - from the manpage it isn't clear if there are conditions where master_fd are uninitialized, but it's safer to initialize 19 September 2005, 06:42:30 UTC
5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than considering it exactly like a '*'. Backport from 2.5 branch. 18 September 2005, 13:03:16 UTC
91926ad Patch #1268314: Cache lines in StreamReader.readlines for performance. 18 September 2005, 08:45:35 UTC
410a432 Patch #1213831: Fix typo in unicodedata._getcode. 18 September 2005, 08:18:51 UTC
fc7cb40 Test case for latest complexobject fix. 17 September 2005, 07:51:08 UTC
8bb4dc6 Misc. backported changes 16 September 2005, 10:55:57 UTC
9bec7fa Misc. backported changes 16 September 2005, 10:45:46 UTC
39871c8 backport patch [ 1118729 ] Error in representation of complex numbers(again) 16 September 2005, 06:42:32 UTC
75634db Sync-up with head except for 1.72 which is Py2.5 specific. 15 September 2005, 18:07:11 UTC
f207ffb Sync-up with minor changes to the head. 15 September 2005, 17:40:28 UTC
b930fbd Removed assignment to an unused variable. 15 September 2005, 17:21:59 UTC
a9fbcde backport patch [ 1277677 ] tkinter hello world example bug 15 September 2005, 16:02:09 UTC
043aa85 backport patch [ 1119423 ] python -c readlink()s and stat()s '-c' 15 September 2005, 13:00:25 UTC
bcafbbe fix typo 15 September 2005, 11:16:23 UTC
4aacab4 backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. 15 September 2005, 10:46:18 UTC
1e2be08 Fix bug #687747 and patch #1077979 in webbrowser.py. 15 September 2005, 07:29:38 UTC
fe7c309 Sync-up with patches to the head. Includes SF 1016880: urllib.urlretrieve silently truncates downloads and the performance fix-ups. 15 September 2005, 05:28:25 UTC
5bf00be Backport SF #1209527. 15 September 2005, 05:09:30 UTC
fc25226 Clear the regex cache when the locale changes. Backport of fix for bug #1290505. 15 September 2005, 02:42:05 UTC
bedda76 *** empty log message *** 14 September 2005, 20:53:38 UTC
a38d85f bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames 14 September 2005, 20:51:40 UTC
d82374d backport bug [ 1274828 ] splitunc not documented 14 September 2005, 20:42:04 UTC
098066d Complete format code support in getargs.c::skipitem(), which is called when evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ---------------------------------------------------------------------- 14 September 2005, 19:38:34 UTC
0d24414 Complete format code support in getargs.c::skipitem(), which is called when evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ---------------------------------------------------------------------- 14 September 2005, 19:30:11 UTC
e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 with IBM's 64-bit compiler (SF patch #1284289). This also closes SF bug #105470: test_pwd fails on 64bit system (Opteron). 14 September 2005, 18:15:03 UTC
e42f446 (backport from HEAD) - Changes donated by Elemental Security to make it work on HP-UX 11 on Itanium2 with HP's 64-bit compiler (SF patch #1225212). 14 September 2005, 17:54:39 UTC
0a8c3ef comma nit 14 September 2005, 17:24:41 UTC
562003d backport notes about basicConfig() changes to 2.4 branch 14 September 2005, 16:52:35 UTC
32cb7f0 Backport of patch #1290454: Fix reload() error message when parent is not in sys.modules. 14 September 2005, 06:56:51 UTC
ae4ae43 Better wording for integer ref entry (from HEAD 1.131). 12 September 2005, 12:56:47 UTC
f79e7b1 Add FAQ entry regarding non-expoential representation. 11 September 2005, 18:29:46 UTC
d7390a8 note that the return and yield statements cannot be used at the top level in exec statements; people coming from certain other languages seem to be confused by this on a regular basis (backported from trunk revision 1.77) 07 September 2005, 05:18:06 UTC
112255b - fix typo report by email, only 1.5 years late - fix several consistency nits relating to \method{...()} (backport of trunk revision 1.130) 07 September 2005, 04:59:57 UTC
3050c08 Clarify what is meant with "whole numbers". 04 September 2005, 18:30:44 UTC
566da82 use a test for PDF support that is more portable across teTeX major versions (closes SF bug #1238210) 04 September 2005, 16:20:30 UTC
ede0c66 bug [ 1274069 ] bz2module.c compiler warning 03 September 2005, 07:49:48 UTC
9366067 - Correct PyBool_FromLong's return type and its description. - Unify function description mode ("Return X" vs "Returns X") CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Doc/api/concrete.tex CVS: ---------------------------------------------------------------------- 03 September 2005, 07:27:37 UTC
81e2d6b Backport checkin: SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads from the input stream, so that the output is a byte string in the correct encoding instead of a unicode string. 01 September 2005, 12:03:14 UTC
cd0af2b Reverting previous checkin. This breaks too much of HTMLParser to be applied without thought. Anyway, such malformed HTML is better handled by something like BeautifulSoup. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Lib/HTMLParser.py CVS: ---------------------------------------------------------------------- 01 September 2005, 06:26:03 UTC
3078cb9 patch [ 1242454 ] shutil.copytree() quits too soon after an error. 31 August 2005, 22:48:48 UTC
6b4a932 backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com output 31 August 2005, 22:09:02 UTC
fe05c5f Backport checkin: SF bug #1277016: Turn sentence fragment into a complete sentence. 31 August 2005, 11:05:01 UTC
8f3b5d8 Make testing a bit easier 30 August 2005, 12:26:43 UTC
fd8e017 Backport checkin: SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain about illegal code points. The codec now supports PEP 293 style error handlers. (This is a variant of the patch by Nik Haldimann that detects truncated data) 30 August 2005, 10:46:06 UTC
238daff SF #1275796, fix distutils typo "sortcut" -> "shortcut" 30 August 2005, 03:35:19 UTC
e055743 Fix logic error introduced in last commit. 29 August 2005, 18:26:48 UTC
d6dbf39 Fix bug where __contains__ should have been used over str.find() 27 August 2005, 19:29:21 UTC
9d1b84b patch [ 1274550 ] libtarfile.tex: external URL changed 27 August 2005, 17:10:38 UTC
f0b0cd2 patch [ 1274630 ] documentation fixes 27 August 2005, 17:04:58 UTC
bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. 27 August 2005, 10:08:21 UTC
6cff8cd Add list() around xreadlines() 26 August 2005, 13:24:09 UTC
63c186b __new__ is a static method 26 August 2005, 12:56:17 UTC
b049997 Important typo 26 August 2005, 12:50:37 UTC
d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve 26 August 2005, 08:51:39 UTC
0acd7e0 SF bug #1072182: bad arg type to isspace in struct module 26 August 2005, 08:42:13 UTC
32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows 26 August 2005, 08:33:28 UTC
66e75ac Disallow keyword arguments for type constructors that don't use them (fixes #1119418). 26 August 2005, 06:43:16 UTC
a74a655 backport bug [ 1248199 ] shelve .sync operation not documented 25 August 2005, 22:40:21 UTC
296681e backport bug [ 1262320 ] minidom.py alternate newl support is broken 25 August 2005, 22:14:21 UTC
900a84a backport bug [ 1262320 ] minidom.py alternate newl support is broken 25 August 2005, 22:02:49 UTC
fa39d08 backport bug [ 1261229 ] __new__ is class method 25 August 2005, 21:56:49 UTC
0b5fb78 Backport fixes for bugs #1191043 and #1215928. 25 August 2005, 13:10:58 UTC
dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. 25 August 2005, 11:04:04 UTC
668c5f0 Patch #1160164: Use ReleaseItanium for zlib build. 25 August 2005, 07:17:37 UTC
6eee2fe Backport bug #735248: fix urllib2.parse_http_list(). 24 August 2005, 22:20:46 UTC
1694a59 Backport bug #1016563: Bug in urllib2 proxy auth 24 August 2005, 20:30:35 UTC
47826f1 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. 24 August 2005, 14:55:42 UTC
ea3c6f0 Forward UnicodeDecodeError into SyntaxError for source encoding errors. 24 August 2005, 08:39:46 UTC
674c188 Return complete lines from codec stream readers even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484. 24 August 2005, 07:38:36 UTC
00ccbb6 backport bug [ 1192315 ] 'clear -1' in pdb 24 August 2005, 07:36:21 UTC
42cd573 backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows 24 August 2005, 07:31:29 UTC
e591e04 backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME 24 August 2005, 07:27:00 UTC
a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix 24 August 2005, 07:17:35 UTC
98fa1ca SF bug #1100368: Wrong "type()" syntax in docs Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.) 24 August 2005, 07:07:44 UTC
f9189d0 Revert previous checkin. 24 August 2005, 06:44:56 UTC
back to top