https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
8b050af This commit was manufactured by cvs2svn to create tag 'r241c2'. 17 March 2005, 03:06:56 UTC
efd4733 2.4.1c2 17 March 2005, 03:06:56 UTC
0823141 update patchlevel 16 March 2005, 23:43:21 UTC
905e912 2.4.1rc2 setup 16 March 2005, 14:34:23 UTC
11da5d5 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no support for posix semaphores. 16 March 2005, 04:13:29 UTC
3a3f9cc Decimal special values did not hash properly. 15 March 2005, 23:36:19 UTC
3b0dad0 Reuse componentids for *.dll across minor releases. Indicate to the user when this is an upgrade installation. Make CHM file non-advertised. 15 March 2005, 00:37:45 UTC
5986a01 Configure bug reporting address. 14 March 2005, 21:24:51 UTC
2a20d4b Backport checkin: Add default value for "whence" argument. 14 March 2005, 19:26:47 UTC
96aeafb Backport checkin: Reset internal buffers when seek() is called. This fixes SF bug #1156259. 14 March 2005, 19:20:19 UTC
616ac23 Add more UUIDs. Update custom actions for Itanium 14 March 2005, 17:17:04 UTC
d84b9d3 Backport of change to os.access to encode Unicode file names with the file system encoding. 13 March 2005, 22:18:26 UTC
d4f78f3 Patch #1159931: a test case for the buggy cases fixed by the last checkin. 12 March 2005, 16:48:50 UTC
d86254b Backport of patch #1159931/bug #1143895: inspect.getsource failed when functions, etc., had comments after the colon, and some other cases. This patch take a simpler approach that doesn't rely on looking for a ':'. Test cases are not backported, as test_inspect.py has been rewritten using unittest on the trunk. Thanks Simon Percivall! 12 March 2005, 16:38:39 UTC
e3fa061 Fix test_socket's test for socket.getfqdn() to also accept the result from socket.gethostname() as a valid return value. Also clarified the docs as they were a little hazy on the subject matter. 12 March 2005, 06:15:56 UTC
c13c040 Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. MSVCCompiler.initialize(): set self.initialized to True, as suggested by AMK. Else we keep growing the PATH endlessly, with each new C extension built, until putenv() complains. This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes itself via __init__() on the HEAD). Also added a "2.4.1c2" section to NEWS. Not meant to imply that Anthony will do a 2.4.1c2 release, just needed to a place to put the news about the MSVCCompiler bugfix. 11 March 2005, 17:20:43 UTC
64c40c4 damn. 10 March 2005, 13:45:23 UTC
4f7f616 This commit was manufactured by cvs2svn to create tag 'r241c1'. 10 March 2005, 04:59:14 UTC
b0907bf - fix generated Texinfo markup for \deprecated - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character 10 March 2005, 04:59:14 UTC
32ffd3d bump buildno for 2.4c1 10 March 2005, 04:51:47 UTC
9e9d858 fix broken usage comment (ported from trunk revision 1.112) 10 March 2005, 04:04:13 UTC
1698d59 add missing entries from GNU info conversion table 10 March 2005, 03:57:02 UTC
ce0e3bd correct several markup errors caught by the GNU info conversion 10 March 2005, 03:47:24 UTC
512a4dc SF bug #1160187: Setup file needs entries for collections, itertools, strop 09 March 2005, 23:47:44 UTC
2ad5848 backport v1.216: add support for another DB library naming convention \n(FreeBSD ports) - patch #1146231 09 March 2005, 22:27:24 UTC
b3baf32 pre-release magic 09 March 2005, 11:54:29 UTC
74105f1 tabstop delenda est 09 March 2005, 11:45:49 UTC
1e90144 backport 09 March 2005, 03:02:17 UTC
2a7522b backport from head 09 March 2005, 02:57:55 UTC
777374e SF #818006: revert addition of 'closed', 'mode', and 'name' attributes to oss_audio_device objects. 09 March 2005, 00:55:19 UTC
ad80c6b Build with --disable-unicode again. Fixes #1158607. 08 March 2005, 15:05:18 UTC
6349e89 SF #1156412: document the __new__() static method. 08 March 2005, 01:08:42 UTC
aa3bb89 SF #818006: add useful read-only attributes to oss_audio_device object: 'closed', 'name', and 'mode' (as recommended by http://python.org/doc/current/lib/bltin-file-objects.html). 07 March 2005, 01:32:03 UTC
605db0d Ensure that warnings.filters is properly restored after fiddling with it (this was breaking test_warnings). 07 March 2005, 01:10:33 UTC
22ef9a1 Mention SF #1149508 (textwrap and hyphenated numbers). 05 March 2005, 02:48:03 UTC
c1d3096 SF #1149508: ensure textwrap handles hyphenated numbers correctly, eg. "2004-03-04" is not broken across lines. 05 March 2005, 02:38:33 UTC
dce2f36 Patches #925152, #1118602: Avoid reading after the end of the buffer in pyexpat.GetInputContext. 04 March 2005, 14:38:07 UTC
ac62bc7 Patch #1075887: Don't require MSVC in distutils if there is nothing to build. Will backport to 2.4 04 March 2005, 13:51:55 UTC
ace3f61 Convert "__init__ should return None" from an exception to a warning. 04 March 2005, 04:47:04 UTC
f05d1c0 Patch #1103407: Properly deal with tarfile iterators when untarring symbolic links on Windows. Fixes #1100429. 03 March 2005, 23:15:04 UTC
eb08d7e Patch #1107221: Updated "Working on Cygwin" section. 03 March 2005, 23:07:47 UTC
6d8e826 Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. 03 March 2005, 21:11:06 UTC
11ca196 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 03 March 2005, 20:51:32 UTC
acfb5bd minor edits: - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False 03 March 2005, 17:24:20 UTC
2a06df6 SF bug #1155938: Missing None check for __init__(). 03 March 2005, 16:55:53 UTC
77c8402 Revert previous checkin on getargs 'L' code. Try to convert all numbers in PyLong_AsLongLong, and update test suite accordingly. 03 March 2005, 12:26:20 UTC
86509d1 Patch #1117454: Remove code to special-case cookies without values in LWPCookieJar. 03 March 2005, 10:55:57 UTC
a8fd7e9 Patch #1117339: Add cookielib special name tests. 03 March 2005, 10:47:38 UTC
4338765 Document quiet parameter to decode. Fixes #803413. 03 March 2005, 10:05:37 UTC
ffceedf Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. 03 March 2005, 09:45:32 UTC
2d2a32f Clear internal call error in 'L' format. Fixes #723201. 03 March 2005, 09:24:05 UTC
98e7508 Backport the non-spwd part of the change on head. 02 March 2005, 04:31:38 UTC
7006512 Patch #1121234: Properly cleanup _exit and tkerror commands. 01 March 2005, 08:10:49 UTC
ac4c460 Patch #1093585: raise a ValueError for negative history items in remove_history and replace_history. 27 February 2005, 20:34:01 UTC
fa141f3 Document missing opcodes. 21 February 2005, 20:33:50 UTC
3adf522 Use getdoc(object) instead of object.__doc__ to fix indentation problems. Thanks to Robert Dick <dickrp@ece.northwestern.edu> for reporting this bug and submitting a patch. Adjust doc(object) to display useful documentation for plain values (e.g. help([]) now shows the methods on the list instead of just printing "[]"). (This change has been tested interactively, by generating docs for the standard library, and by running the module documentation webserver.) 19 February 2005, 22:57:37 UTC
fcfa195 Avoid using *W functions on Win95. 18 February 2005, 16:13:06 UTC
ffcd655 Avoid using items() in environ.update(). Fixes #1124513. 17 February 2005, 21:23:42 UTC
17cdedd Backport: NEWS blurb for fix of: [ 1124295 ] Function's __name__ no longer accessible in restricted mode 17 February 2005, 14:57:04 UTC
28c2ae2 add notes about subprocess module & thread stacks, SSL support 17 February 2005, 12:47:42 UTC
7db9cb3 add build machinery for the SSL socket module 17 February 2005, 12:47:03 UTC
8ed7e2e Backport: Fix [ 1124295 ] Function's __name__ no longer accessible in restricted mode which I introduced with a bit of mindless copy-paste when making __name__ writable. You can't assign to __name__ in restricted mode, which I'm going to pretend was intentional :) 17 February 2005, 10:43:12 UTC
8d751fa Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. Closes bug #1124278. 17 February 2005, 05:16:19 UTC
62f48ab Remove dependency on order of mode flags 16 February 2005, 09:30:17 UTC
150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not Mac OS 9. Backport of patch #1095802. 13 February 2005, 22:56:41 UTC
688a0ca fix decoding in _stringify to not depend on the default encoding (closes SF bug #1115989) 11 February 2005, 18:00:16 UTC
d7a6228 Fix tzset() check to not require the existence of tm->tm_zone. Also added more sanity checks for tzname when HAVE_TZNAME is defined. Closes bug #1096244. Thanks Gregory Bond. 10 February 2005, 22:47:13 UTC
89dbd9a Fix typo 10 February 2005, 13:46:14 UTC
5c44cb3 SF bug #1119700: list extend() accepts args besides lists 09 February 2005, 23:23:10 UTC
1a37c4c Backport 2.39: Close the discussion in SF bug 1069160. 08 February 2005, 15:01:35 UTC
b07b5f7 add 2.3.5, 2.4 to the history and licensing info 08 February 2005, 06:41:20 UTC
4c33799 forwardport of 2.3.5 fixes to copy.py 07 February 2005, 12:39:55 UTC
3398701 SF patch #1116583: NameError in cookielib domain check 05 February 2005, 01:33:16 UTC
a1d9209 Recompiled after source changes. 03 February 2005, 20:44:29 UTC
2ee5bae Running a bdist_wininst installer, built with Python 2.3, installing for Python 2.4 caused a segfault when post_install_script was used. The reason was that the file handle passed to PyRun_SimpleFile() was created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL. So, I replaced PyRun_SimpleFile() with PyRun_SimpleString(). The segfault is gone, but the output of the postinstall script doesn't show up, because still freopen() from MSVCRT is used. 03 February 2005, 20:37:04 UTC
698fcf4 Set PYTHONHOME before loading Python, so that sys.path will be set correctly. Already backported. 03 February 2005, 20:09:24 UTC
cc0cd71 fix XMLFilterBase.resolveEntity() so the caller gets the result (PyXML bug #1112052) 03 February 2005, 17:30:46 UTC
9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. 03 February 2005, 15:00:18 UTC
28624fd Backport for bug #1108490: fix broken link. 29 January 2005, 19:54:45 UTC
e6b1cc8 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. 29 January 2005, 13:33:27 UTC
22f1b09 Fixed typo in verbose output for RLock acquire. Fixes bug #1110998. 27 January 2005, 22:49:39 UTC
486ff4b Partially revert #1074011; don't try to fflush stdin. 27 January 2005, 18:58:30 UTC
ad5a0f8 SF bug #1108303: fix .split() maxsplit doc Docs incorrectly stated that maxsplit=0 would cause unlimited splitting. 26 January 2005, 22:46:26 UTC
bd43255 happy new year! (2.4 branch) 25 January 2005, 12:43:57 UTC
27b8260 SF bug #1105286: Undocumented implicit strip() in split(None) string method Clarify the behavior when a string begins or ends with whitespace. 25 January 2005, 10:28:47 UTC
e62ff1e Flush std{in,out,err} before closing it. Fixes #1074011. 23 January 2005, 09:50:14 UTC
748c8a2 Some bugs have been fixed in distutils, so increment the last part of the version number. For the distutils version numbering scheme, see http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html 20 January 2005, 19:25:24 UTC
3e999f5 distutils/command/install.py change. 20 January 2005, 19:21:24 UTC
8569264 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. Backport from trunk. 20 January 2005, 19:15:39 UTC
cdf41ba If an extension can't be loaded, print warning and skip it instead of erroring out. 19 January 2005, 17:25:05 UTC
6371039 Improve error handling when .idlerc can't be created (warn and exit) 19 January 2005, 17:12:49 UTC
c8502dd fix typeset of vertical bar for PDF format (closes SF bug #1008998) 19 January 2005, 07:23:35 UTC
ebf6ef4 install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) 19 January 2005, 06:23:38 UTC
1404d51 documentation for the zipimport module using contributed patch (closes SF bug #853800; markup adjusted) 19 January 2005, 05:54:36 UTC
82d1220 This commit was manufactured by cvs2svn to create branch 'release24-maint'. 19 January 2005, 05:54:36 UTC
09ff91b Description of args to IMAP4.store() in imaplib (closes SF patch #1084092; modified per comments in SF) 19 January 2005, 04:47:50 UTC
96ee1c4 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) 19 January 2005, 04:13:14 UTC
94505a7 fix a bunch of spelling errors (closes SF patch #1104868) 19 January 2005, 03:42:10 UTC
623273e remove spurious line from widget variables example (closes SF patch #1094815) 19 January 2005, 03:25:46 UTC
59fc345 backport: make thread stack size compile-time tunable on OS/2, incr main stack 17 January 2005, 12:20:31 UTC
back to top