https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b7f4c2d This commit was manufactured by cvs2svn to create tag 'r241'. 30 March 2005, 03:01:43 UTC
11cc947 *** empty log message *** 30 March 2005, 03:01:43 UTC
bde9118 prepare for Python 2.4.1 final 29 March 2005, 15:57:11 UTC
d2993b4 updates to NEWS 29 March 2005, 12:38:37 UTC
e335754 backport of 1.122 SF patch 1167316: doctest.py fails self-test if run directly. 29 March 2005, 12:35:54 UTC
92da66a 2.4.1 preparations. 29 March 2005, 12:33:34 UTC
4d381b1 Move exception finalisation later in the shutdown process - this fixes the crash seen in bug #1165761 29 March 2005, 12:32:50 UTC
df07843 patch [1171767] - Darwin 8's headers disable functionality when POSIX is enabled. This prevents the toolbox glue, all of Carbon, and various other non-POSIX features from compiling. The POSIX symbols are still used by default, so turning off the #define doesn't hurt. Additionally, linker flags have changed for Darwin 8, and are different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3. Approved by Anthony 28 March 2005, 23:23:34 UTC
2513acf Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. 28 March 2005, 15:29:29 UTC
465499a Add 0 to _POSIX_SEMAPHORES. 28 March 2005, 12:36:19 UTC
92d3950 2.4.1 buildno 28 March 2005, 09:04:20 UTC
d2dd017 SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs. 28 March 2005, 02:32:41 UTC
ec113af SF patch #1171417: bug fix for islice() in docs 27 March 2005, 20:16:49 UTC
680db01 - Fixed decimal operator and comparison methods to return NotImplemented instead of raising a TypeError when interacting with other types. Allows other classes to successfully implement __radd__ style methods. 27 March 2005, 10:55:27 UTC
3589d81 correct ontosys url - closes 1167329 21 March 2005, 19:40:03 UTC
b08dfd2 fix two typos in python(1) 20 March 2005, 14:18:04 UTC
c4e4e56 SF #1086675: restore "Extending optparse" section (which was dropped in Python 2.4). 19 March 2005, 17:15:03 UTC
e4c50ee Regenerate from Optik reST source to ensure CVS Id tags are up-to-date. 19 March 2005, 17:05:48 UTC
bf57f15 List all option attributes (closes SF #993601). 19 March 2005, 17:04:33 UTC
58ceb16 Beef up optparse reference docs -- now much closer to documenting the full API of Optik 1.5a2 (which is what's included with Python 2.4.x). Closes SF #1099324, partially addresses SF #993601. 19 March 2005, 16:28:37 UTC
19a90e6 Fix typo. 18 March 2005, 10:59:04 UTC
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
back to top