Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for a string or unicode object in sre.compile() when a different type pattern with the same value exists. 20 April 2004, 21:16:06 UTC
a2f7936 Special case normalization of empty strings. Fixes #924361. 17 April 2004, 19:36:13 UTC
202b6fb SF bug #936827: PyNumber_And() 's description Fix typo. 17 April 2004, 11:59:55 UTC
6d54c6b Whitespace cleanup. 16 April 2004, 20:15:33 UTC
4852f50 The Windows installer for Python 2.3.4 will include tix. 16 April 2004, 20:13:57 UTC
d271a5f Add tcl test results on Windows XP. Add instructions how to build tix - will probably be included in Python 2.3.4. 16 April 2004, 20:09:57 UTC
b143e4e backport of patch #934971. 16 April 2004, 03:30:33 UTC
f5feaa8 Recompiled the binary wininst.exe after this change: When loading the Python dll to run the postinstall script, try to load it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later. 15 April 2004, 17:51:59 UTC
a98ec84 When loading the Python dll to run the postinstall script, try to load it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later. 15 April 2004, 17:50:42 UTC
e117bde remove bogus markup that caused the docs to be wrong 15 April 2004, 06:18:28 UTC
5c4a408 Backport checkin> Bug #934635: Fixed a bug where the configure script couldn't detect getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke) 14 April 2004, 08:11:31 UTC
2c73bc0 add AF_UNIX notes 11 April 2004, 12:13:53 UTC
fea6d1a Backport to 2.3: Fixes for AF_UNIX support on OS/2: - return the full size of the sockaddr_un structure, without which bind() fails with EINVAL; - set test_socketserver to use a socket name that meets the form required by the underlying implementation; - don't bother exercising the forking AF_UNIX tests on EMX - its fork() can't handle the stress. 11 April 2004, 12:12:31 UTC
7eb57e0 give rational filenames to some of the generated HTML 08 April 2004, 19:45:36 UTC
e52aa4f include both the GIF and PNG icons in the HTML package 08 April 2004, 16:38:10 UTC
820fd04 avoid stripping space after indexing macros 08 April 2004, 15:46:56 UTC
6a2a3b6 Backport to 2.3 to support Zope 2.7 on OS/2: OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that the socket name must start with /socket32/. Unlike Unix systems, this file never exists in the file system. 04 April 2004, 07:19:27 UTC
fc019dd Backport to 2.3 to support Zope 2.7 on OS/2: OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied with major C compilers (VACPP, EMX+gcc and [Open]Watcom). Also tidy up the export of spawn*() symbols in the os module to match what is found/implemented. 04 April 2004, 07:17:05 UTC
9ed9329 Backport to 2.3: If a file is opened with an explicit buffer size >= 1, repeated close() calls would attempt to free() the buffer already free()ed on the first close(). [bug introduced with patch #788249] Making sure that the buffer is free()ed in file object deallocation is a belt-n-braces bit of insurance against a memory leak. 04 April 2004, 07:08:20 UTC
4b9fe25 #928751, fix typos in socket doc 03 April 2004, 18:03:51 UTC
5c51de0 remove workarounds to prevent "--" in code from being improperly munged to single hyphens in the HTML output; this is no longer needed now that ../perl/python.perl makes things just work 01 April 2004, 16:38:44 UTC
58c0c52 Fix support for the "prog" keyword to the OptionParser constructor, as well as directly setting the .prog attribute (which should be supported based on the class docstring). Closes SF bug #850964. 01 April 2004, 07:38:49 UTC
7e87944 backport trunk revision 1.144, closing SF bug #793702: - make "--" in code text not get converted to "-" - fix minor typo in comment (but this time the typo is fixed correctly!) 01 April 2004, 04:33:39 UTC
3d0c805 Note that reading from a socket may not always return all of the remaining content of a stream when expected to do so. Closes SF bug #725265. Backported from trunk revision 1.52. 01 April 2004, 04:11:05 UTC
07d08d9 - make sure the methods minidom adds to the basic DOM are attributed to Node objects in the index (closes SF bug #832251) - fix a variety of markup nits Backported from trunk revision 1.9. 01 April 2004, 04:06:52 UTC
40039f2 backport fix for SF bug #796042: sdist ignores scripts argument in setup The fix adds a get_source_files() method to the build_scripts command and adds the result to the default manifest list. 01 April 2004, 03:56:46 UTC
0cb9075 Patch #924497: find(1) all files with /usr/local/bin/python in them. 31 March 2004, 18:58:42 UTC
58eddb1 Backport 1.17: When /tmp has certain sticky bits set, newly created subdirectories inherit those bits, causing the test_mkdtemp.test_mode() test to fail. Remove those before comparing the actual mode to the expected mode. 31 March 2004, 18:55:17 UTC
3337eb7 add missing and forthcoming releases 31 March 2004, 08:02:55 UTC
797ded0 Emphasize the requirement that Python.h be included first more strongly. Closes SF bug #837228; backported from the head. 31 March 2004, 07:48:14 UTC
174548d Keybindings with the Shift modifier now work correctly. So do bindings which use the Space key. Limit unmodified user keybindings to the function keys. Python Bug 775353, IDLEfork Bugs 755647, 761557 Improve error handling during startup if there's no Tkinter. M NEWS.txt M PyShell.py M config-keys.def M configHandler.py M keybindingDialog.py 30 March 2004, 04:07:00 UTC
61525be OS/2 VACPP build updates/fixes 29 March 2004, 11:58:55 UTC
f0deb87 remove out-of-date warning 26 March 2004, 17:10:33 UTC
a909752 Fix last patch to make backwards-compatible with Python 1.5.2 . Bumped up micro version number. 25 March 2004, 18:35:38 UTC
a4645bf Fixed a caching bug in platform.platform() where the argument of 'terse' was not taken into consideration when caching value. 25 March 2004, 16:56:14 UTC
7c28696 SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter" 25 March 2004, 08:55:58 UTC
f12b642 Ensure super() lookup of descriptor from classmethod works (SF ID# 743627) (Backport to 2.3 maintenance branch) 25 March 2004, 02:36:29 UTC
8fcae09 Convert input to a string object. Fixes #909230. 23 March 2004, 23:42:54 UTC
886756f Decref all if ensure_fromlist fails. Fixes #876533. 23 March 2004, 16:28:45 UTC
c7ccc24 Backport for bug fix of 2.204. 22 March 2004, 20:41:47 UTC
42b2cbc Backported fix of revision 2.217. 22 March 2004, 20:39:42 UTC
eeeca4a Added check for broken poll on OSes where it exists but sets errno for bad file descriptor. Fixes SF Bug #850981 22 March 2004, 20:20:33 UTC
07bc3a3 Backport checkin: [Bug #920575] Add a workaround for GNU libc nl_langinfo()'s returning NULL. 21 March 2004, 19:53:59 UTC
af2e75f Fix test_strftime.py to escape locale time values that have characters that might be mistaken for regex syntax. Fixes bug #883604 . 20 March 2004, 23:13:49 UTC
cfd7a97 Put entry in proper section. 20 March 2004, 22:48:19 UTC
d7e57bf Backport to 2.3: Fix for SF 780407. Change %08l to %p to print a pointer. 20 March 2004, 22:35:07 UTC
a5b5cb0 Backporting to 2.3: Fix for SF 777848. I've been bitten by this myself in the past half year. I hope this fix is right. 20 March 2004, 22:22:31 UTC
9aee99b Raise RuntimeError if the second argument to isinstance() or issubclass() is a tuple nested to a depth beyond the interpreter's recursion limit to prevent a segfault from blowing the C stack. Fixes bug #858016 . 20 March 2004, 21:54:35 UTC
544f4e7 Add mention of fix of bug #700055. 20 March 2004, 21:18:46 UTC
6fa7c0c Strip all whitespace at the end of a line when validating paths specified in a .pth file. Fixes bug #700055 . 20 March 2004, 21:14:25 UTC
d8ec476 SF bug #918371: hasattr()'s return type Replace 1 and 0 with True and False. 20 March 2004, 18:26:42 UTC
de3140a commit the portion of PyXML patch #919008 that is relevant to the standard library: str() of xml.sax.SAXParseException should not fail if the line and/or column number returned by the locator are None (tests added) 20 March 2004, 08:20:03 UTC
acfe104 PyFile_WriteObject(): some of the local variables are only used when Py_USING_UNICODE is defined 19 March 2004, 15:23:14 UTC
8d9363f fix bug related to SF bug id 788421 where DBC.set_range() could call free() on something it did not allocate for non B-Tree based databases. 16 March 2004, 07:47:45 UTC
dd63b17 Backport checkin: Port test_binascii.py to PyUnit and enhance tests. Code coverage for binascii.c is at 92%. From SF patch #736962. 15 March 2004, 14:22:55 UTC
d0aa245 SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) 13 March 2004, 20:31:33 UTC
063c216 Backport platform module's docs since module was added in 2.3 . 02 March 2004, 04:45:08 UTC
def31b2 Backport of 1.18: - Allow easy opening of experimental database, if pimp >= 0.4 - Allow easy access to the PackMan homepage, for even more databases. 28 February 2004, 23:23:57 UTC
1f7e9b2 Backport of 1.29 and 1.30 (1.28 is obsolete): Started on version 0.4: better scheme for finding correct database: - Try not only "darwin-7.X.Y" but also "darwin-7.X" and "darwin-7", so far we've never had to create anew database for a minor release. - Distinguish between the various different installs (user-installed MacPython, apple-installed MacPython, other). 28 February 2004, 23:21:50 UTC
dd5f373 Fixes SF bsddb module bug 788421: * Fixed a bug in the compatibility interface set_location() method where it would not properly search to the next nearest key when used on BTree databases. [SF bug id 788421] * Fixed a bug in the compatibility interface set_location() method where it could crash when looking up keys in a hash or recno format database due to an incorrect free(). 26 February 2004, 10:21:13 UTC
88a0290 fix typo in reference to RFC 3464 DSN MIME type 24 February 2004, 20:57:30 UTC
6daaa2d fix English usage error reported by Ken Fuchs 24 February 2004, 16:13:04 UTC
547dc4d adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. 21 February 2004, 21:00:36 UTC
f5a17a6 add definitions required for expat 1.95.7 20 February 2004, 12:00:06 UTC
bf14d94 backport of concrete.tex v1.35: The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along with most other concrete object checks, but the docs weren't brought into line. PyList_CheckExact() was added at 2.2 but never documented. 20 February 2004, 11:58:27 UTC
1b14628 Fix a typo found by Mark Hammond. 20 February 2004, 11:23:17 UTC
4c4bb6b Fix two small bugs: (1) on Windows, pathname munging didn't work right; (2) write_results_file() didn't return a tuple of two ints when it couldn't create the file. Backport of 1.18. 19 February 2004, 19:17:08 UTC
66bc72c Fix docstrings to mention the correct function 16 February 2004, 01:30:49 UTC
93aca85 Patch #892673: Replace /usr/local/bin/python with /usr/bin/env python'%{binsuffix} 15 February 2004, 21:26:44 UTC
e73a417 Patch #711838: Allow non-anonymous ftp urls in urllib2. 15 February 2004, 21:18:47 UTC
ff3e341 Patch #817379: Allow absolute paths in urllib2. 15 February 2004, 20:54:13 UTC
3b2f4c8 Patch #817379: Allow for absolute ftp paths. 15 February 2004, 20:52:00 UTC
d7a4da4 fix minor markup error: \code{for} --> \keyword{for} 12 February 2004, 14:34:42 UTC
21995ad SF 895560: minor typo 12 February 2004, 09:52:43 UTC
31a5c35 If there is no .pyc file, just compile the code directly. 11 February 2004, 19:10:40 UTC
7453478 SF #894428, fix typo 10 February 2004, 18:08:23 UTC
17b41f4 Update "more info" link to http://www.poynton.com/ColorFAQ.html . 10 February 2004, 01:18:30 UTC
d79a047 Documentation for PyDescr_NewClassMethod was missing - here's at least the function prototype. 09 February 2004, 10:44:00 UTC
95e4f23 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol 2. Failure to clear the error when attempts to get the __getstate__ attribute fail caused intermittent errors and odd behavior. 09 February 2004, 02:57:18 UTC
e24a30b SF patch #892821: example for urllib2 has SyntaxError (Contributed by George Yoshida.) 08 February 2004, 20:26:17 UTC
6a547d9 Fix misspelled name. 08 February 2004, 20:19:42 UTC
aa33a77 Fix typo 08 February 2004, 20:06:42 UTC
385bbf9 SF patch #880552: Fix typo in usage message(prechm.py) (Contributed by George Yoshida.) 08 February 2004, 19:26:13 UTC
d6ea07f SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) Make sure fill_free_list() is called only once rather than 106 times when pre-allocating small ints. 08 February 2004, 18:56:07 UTC
5d2e842 SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) 08 February 2004, 18:12:20 UTC
18c61cd Backport checkin: Fix test failure message (from SF patch #885008) 06 February 2004, 18:33:11 UTC
66483fd added notes about weakref changes 06 February 2004, 04:14:41 UTC
8c077f9 Backport checkin: Fix reallocation bug in unicode.translate(): The code was comparing characters instead of character pointers to determine space requirements. 05 February 2004, 17:44:26 UTC
74788b6 Allocating a new weakref object can cause existing weakref objects for the same object to be collected by the cyclic GC support if they are only referenced by a cycle. If the weakref being collected was one of the weakrefs without callbacks, some local variables for the constructor became invalid and have to be re-computed. The test caused a segfault under a debug build without the fix applied. 04 February 2004, 23:13:43 UTC
bf96e06 Clarify minor point about the ref() and proxy() constructors. This matches what is already documented for corresponding feature of the C API. 03 February 2004, 20:50:45 UTC
22714ff - add tests that exercise fixes for the PyWeakref_NewRef() and PyWeakref_NewProxy() constructors from the C API - elaborate the getweakrefcount() and getweakrefs() tests slightly, including additional checks pulled from the trunk 03 February 2004, 20:18:20 UTC
a7555f8 Fix bug in interpretation of the "callback" argument in the constructors for weakref ref and proxy objects; None was not being treated as identical to NULL, though it was documented as equivalent. 03 February 2004, 20:15:31 UTC
a86e937 Backporting revision 1.6: don't wrap lines too late by default closes SF bug #842213 But I think Fred meant "too long" :) 26 January 2004, 18:40:49 UTC
b13bfd5 fix method name in example code 23 January 2004, 04:08:14 UTC
3a23904 add direct link to the article in DDJ closes SF bug #871402 21 January 2004, 18:31:16 UTC
1cb446e backport some doc fixes 21 January 2004, 13:49:43 UTC
4ebd703 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error messages. 20 January 2004, 21:23:46 UTC
3668d88 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error messages. 20 January 2004, 21:22:59 UTC
8e2fdb4 add link to the red-dove.com page about the logging package 08 January 2004, 15:00:36 UTC
72c75c0 add new reference macro: \seelink 08 January 2004, 15:00:13 UTC
back to top