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

sort by:
Revision Author Date Message Commit Date
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
df9c2c2 Patch #1262036: Make tarfile name absolute. Fixes #1257255. 24 August 2005, 06:07:17 UTC
6f9e3ca Backport 1.74 24 August 2005, 04:47:05 UTC
d2b7091 SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) 23 August 2005, 18:03:33 UTC
61e7ce8 - Mac line endings were incorrect when pasting code from some browsers when using X11 and the Fink distribution. Python Bug 1263656. Modified Files: Tag: release24-maint NEWS.txt ScriptBinding.py 23 August 2005, 17:38:56 UTC
08be9dc SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) 23 August 2005, 15:01:43 UTC
0af7f64 ord() documentation update; this is what remains applicable from SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary (backported from trunk revision 1.188) 23 August 2005, 04:35:22 UTC
d6f14ed add note about "markupbase" not being intended for direct use (closes SF bug #736659, patch #901369; backport of Lib/markupbase.py 1.11) 23 August 2005, 04:08:12 UTC
3d41e9a backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation 22 August 2005, 19:35:24 UTC
f5b8d44 backport bug #1266283: add lexists to os.path.__all__ 22 August 2005, 18:07:04 UTC
f8200ff SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) 21 August 2005, 12:36:21 UTC
7290f01 Empty sets and frozensets are also false. 21 August 2005, 12:23:06 UTC
e723939 SF bug #1121416: zip incorrectly and incompletely documented sequences ==> iterables 21 August 2005, 11:59:04 UTC
d4a439c SF bug #1249837: container methods raise KeyError not IndexError Minor clarification. 21 August 2005, 11:27:35 UTC
9314d32 SF bug #1242657: list(obj) can swallow KeyboardInterrupt Fix over-aggressive PyErr_Clear(). The same code fragment appears in various guises in list.extend(), map(), filter(), zip(), and internally in PySequence_Tuple(). 21 August 2005, 11:09:58 UTC
8c86f88 Mention explicitly that False is considered false. 21 August 2005, 09:41:48 UTC
aea3317 Typo fix 18 August 2005, 21:53:19 UTC
9085870 Backport checkin: Fix typo (fixes SF bug #1263086). 18 August 2005, 19:48:24 UTC
aaf07eb Add news about SF bug # 900092 fix. 15 August 2005, 17:35:43 UTC
190a336 Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch restores the tracing of a 'return' event for exceptions that cause a function to exit. Also, update the unit test. I will port to Python 2.5. 15 August 2005, 17:32:56 UTC
ccb5e4d Complete backport of #1172785 fix. 13 August 2005, 09:06:24 UTC
ab29419 Teach set modules to correctly compute s-=s and s^=s as the empty set. 13 August 2005, 02:28:54 UTC
787b4c5 * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), and set.discard for handling keys that both inherite from set and define their own __hash__() function. * Fixed O(n) performance issue with set.pop() which should have been an O(1) process. 12 August 2005, 23:47:50 UTC
7297ba0 Document 'istext' parameter 12 August 2005, 14:08:10 UTC
0f01c2d Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. 07 August 2005, 21:08:54 UTC
8cd0bad Patch #827386: Support absolute source paths in msvccompiler.py. 07 August 2005, 20:50:37 UTC
5656698 backport patch [ 1252706 ] poplib list() docstring fix (and docs too) 05 August 2005, 21:02:43 UTC
16bb9c9 backport bug [ 1250306 ] incorrect description of range function 03 August 2005, 07:18:04 UTC
2984d9b backport [ 1243192 ] Incorrect documentation of re.UNICODE 02 August 2005, 10:30:08 UTC
1987607 add support for svn: and svn+ssh: URL schemes to urlparse (backported from trunk urlparse.py 1.48, test_urlparse.py 1.15) 29 July 2005, 15:57:59 UTC
64da727 (Backport) Fix a problem in Tkinter introduced by SF patch #869468 (checked in as 1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd. 26 July 2005, 23:59:58 UTC
a9abcfa Upgrade Windows build to zlib 1.2.3 (a security fix) 26 July 2005, 02:35:39 UTC
022c6e5 That was one too much. 22 July 2005, 21:52:33 UTC
87494a5 Fix all wrong instances of "it's". 22 July 2005, 21:48:52 UTC
fe1fadf [ 1243288 ] Misuse of "it's" 22 July 2005, 19:48:03 UTC
95d632d [ 1243081 ] repair typos 22 July 2005, 18:40:02 UTC
c0c8bb3 SF #1204347: typo fix. 22 July 2005, 01:54:54 UTC
ba72589 Backport checkin: Make attributes and local variables in the StreamReader str objects instead of unicode objects, so that codecs that do a str->str decoding won't promote the result to unicode. This fixes SF bug #1241507. 20 July 2005, 22:52:09 UTC
31be0ff add information about alternate implementations, noting that documentation for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this; backported from trunk rev 1.16) 20 July 2005, 04:33:49 UTC
3ccd18e Backport: fix cleanup DECREF logic in builtin_filter function. 19 July 2005, 22:20:44 UTC
eb0b029 added news entry for previous checkin 18 July 2005, 08:53:40 UTC
062f186 backport bug [ 755617 ] os module: Need a better description of "mode" 18 July 2005, 08:17:08 UTC
back to top