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

sort by:
Revision Author Date Message Commit Date
919491d [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann 19 October 2004, 19:34:07 UTC
e2f12bb [Bug #1049826] Update version of zlib referenced in text 19 October 2004, 18:53:46 UTC
9c183d2 Add support for using %U and %W in strptime when year and day of the week are also specified. Closes bug #1045381. 18 October 2004, 01:56:17 UTC
f0d0193 SF bug #1048756, Doc typo for pdb 17 October 2004, 19:56:40 UTC
ede11de SF patch #1047577, typo in liblocale.tex 17 October 2004, 16:46:28 UTC
5c4b61d Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. 09 October 2004, 21:43:47 UTC
c526f9a Fix for SF bug # 1032960. 09 October 2004, 21:33:24 UTC
0662a29 Make it ANSI C again. 09 October 2004, 17:43:03 UTC
a152f72 [Bug #1022311] curses module uses y,x ordering of arguments, not x,y 08 October 2004, 18:56:40 UTC
3673c9e [Bug #1041501] Fix example code 08 October 2004, 18:35:46 UTC
d980c92 Escape locale data for regex metacharacters. Closes bug #1039270. 06 October 2004, 02:16:45 UTC
6b255fc Fix typo in docstring for system_methodSignature . Backport of fix for bug #1038935 . 03 October 2004, 23:23:00 UTC
c5a6b23 __getitem__(): Fix docstring, SF 979924. 28 September 2004, 04:55:34 UTC
f477804 Remove bogus = from -h option. 26 September 2004, 17:26:16 UTC
6f83346 Replace -soname with -h for Solaris compatibility. Fixes #1034496. 26 September 2004, 17:22:11 UTC
521cbc3 Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. (Backport to 2.3 maintenance branch.) 23 September 2004, 05:19:27 UTC
6b154df There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused starting w/o the subprocess to fail. This is the same error in the 2.4 version which was corrected at Rev 1.85, but missed in the backport! Thanks to Hans Gubitz for noticing this. M PyShell.py 22 September 2004, 04:52:33 UTC
5a24a56 Convert bool results back to strings. Fixes #807871. 18 September 2004, 16:04:21 UTC
522b94f Make curses.h inclusion conditional as in the original patch #1012280. 18 September 2004, 10:06:32 UTC
727c5ff Patch #1012280: Include curses.h for term.h check. Fixes #933795. Update to autoconf 2.59. 18 September 2004, 09:58:41 UTC
01b69f7 backport ipv6 address fix 16 September 2004, 03:31:21 UTC
b4a4e1d [Bug #1023359] Make code match inheritance diagram 10 September 2004, 19:43:11 UTC
d88c4ea SF bug #1020540: a wrong link from "frame object" in lib index. Backport. 06 September 2004, 16:03:37 UTC
0f41072 SF bug #901654: split method documentation can be improved Backport to Py2.3. 06 September 2004, 15:54:43 UTC
a3731c7 SF bug 1017405: DB keys() values() and items() methods were ignoring their txn argument. 04 September 2004, 01:41:01 UTC
4bb4d5d Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure() to the 2.3 maint branch. 01 September 2004, 22:31:23 UTC
d136880 Use correct constants 31 August 2004, 13:07:54 UTC
a784d0e Patch #973204: Use -rpath instead of -R on Irix and True64. 29 August 2004, 16:45:13 UTC
b800586 Patch #1014992: Never return more than a line from readline. 25 August 2004, 10:53:30 UTC
2c23c9e Patch #1015021: Stop claiming that coerce can return None. 25 August 2004, 10:43:32 UTC
fbfe90e [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. Taken from HEAD, tested as part of the unstable and testing Debian packages since May on various architectures. 24 August 2004, 21:48:15 UTC
863e71a - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE in KOI8-U to unicode convertion table. 24 August 2004, 21:37:49 UTC
7eacf7f Flush bz2 data even if nothing had been written so far. Fixes #1013882 22 August 2004, 21:30:04 UTC
8c8ec2c Patch #997284: Allow pydoc to work with XP Themes (.manifest file) 22 August 2004, 16:14:53 UTC
346dc92 SF bug #1013760: Error in Chapter 4 of Tutorial Fit a nit. 22 August 2004, 15:27:16 UTC
78c2a2e Fail fatally if strdup fails. 20 August 2004, 06:29:14 UTC
d903fc0 Patch #914291: Restore locale while calling readline. 18 August 2004, 13:35:49 UTC
4f841d0 Patch #980082: Missing INCREF in PyType_Ready. 18 August 2004, 13:21:22 UTC
8dcec13 Test cases and fixes for bugs described in patch #873418: email/Message.py: del_param fails when specifying a header. I'll port this to Python 2.4 shortly. 16 August 2004, 15:31:43 UTC
f4c2c0c - The distutils sdist command now ignores all .svn directories, in addition to CVS and RCS directories. .svn directories hold administrative files for the Subversion source control system. 16 August 2004, 12:15:00 UTC
e89d1b4 - pygettext.py: Generate POT-Creation-Date header in ISO format. 16 August 2004, 12:12:38 UTC
c1a97ef - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). 15 August 2004, 17:16:25 UTC
0052fcd Define _BSD_TYPES. Fixes #1005308. 12 August 2004, 13:44:45 UTC
ea64250 Patch #1005568: Use _SC_PAGESIZE on Irix. 12 August 2004, 13:26:33 UTC
3d25948 Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. 12 August 2004, 13:17:11 UTC
a766d32 Ignore the locale's encoding if it is an empty string. 12 August 2004, 13:14:20 UTC
2bb678b Spelling fix 10 August 2004, 19:02:54 UTC
df5b358 Backport SF bug #1004088: big code objects (>64K) may be optimized incorrectly 06 August 2004, 21:29:22 UTC
0a49cf4 Add wait_visibility before grab_set. Fixes #946153. 03 August 2004, 19:13:18 UTC
728b519 Be more careful about maintaining the invariants; it was actually possible that the callback-less flavors of the ref or proxy could have been added during GC, so we don't want to replace them. 03 August 2004, 14:46:57 UTC
a7d9137 Patch #994595: Recognize Basic auth even if other schemes are offered. 03 August 2004, 13:00:52 UTC
09f9565 back-ported SF bug #808756: refleaks 03 August 2004, 09:02:32 UTC
be73439 Use isabs() in conditional, not abspath 02 August 2004, 14:57:47 UTC
b05af4d - make references to the readline module hyperlinks now that there is documentation to link to - document the termination condition for cmd.Cmd.cmdloop() - document the use of the return value for cmd.Cmd.do_*() methods 30 July 2004, 18:57:55 UTC
d9c73b5 backport relevant bits of the bool api docs 29 July 2004, 02:29:24 UTC
99a1696 Use PyMODINIT_FUNC. 28 July 2004, 20:04:37 UTC
d0de6fd Save the uploaded documentation tarball (already done on the trunk). 26 July 2004, 17:58:53 UTC
8b1d40c minor cleanup of the previous change; now matches corresponding change on the trunk 26 July 2004, 16:34:41 UTC
1efec02 fix information about what flag database files are opened with by default 26 July 2004, 16:32:30 UTC
6b92aa2 new .spec file, from #996316 26 July 2004, 14:32:11 UTC
346523b Patch #962487: Don't crash for empty locale names. 26 July 2004, 12:45:59 UTC
87cc433 Patch #995782: Add FreeBSD 5 expectations. 26 July 2004, 12:09:30 UTC
11807af Patch #997668: Correct explanation of salts. 26 July 2004, 12:05:35 UTC
717d9ff Fix an uncorrect function prototype. Backported from trunk. 23 July 2004, 14:51:06 UTC
9df5737 [Bug #990524] Fix typo 21 July 2004, 21:35:13 UTC
ef6a1f3 revise wording to avoid confusion for non-native English speakers (second occurance of the same wording) 21 July 2004, 17:34:49 UTC
b00d777 revise wording to avoid confusion for non-native English speakers 21 July 2004, 16:25:35 UTC
7495081 Patch #984714: Properly diagnose E_DECODE errors. 21 July 2004, 05:34:47 UTC
6e9eeff Backport Tim's cleanup of the previous commit to fix Thread.__delete() . 21 July 2004, 05:08:32 UTC
9d2ad5f dummy_threading when run with -O would raise a KeyError in Thread.__delete() when called by atexit thanks to dummy_thread always returning -1 for dummy_thread.get_ident(). Since exception was not an issue, it is now caught and tossed. Closes bug #993394. 21 July 2004, 02:55:54 UTC
309279e Patch #993187: Make rstrip doc similar to lstrip. 19 July 2004, 16:33:27 UTC
3c094a8 Remove test for #919008. Users may have old PyXML versions installed, in which case the test will fail. For the mainline, the test should stay, and the minimum required PyXML version needs to be raised. 18 July 2004, 18:36:18 UTC
80ff51d Add Wcontrols.py to the patched IDE files. 15 July 2004, 22:12:36 UTC
88cab68 Backport of 1.15: After more than two years of puzzlement Jurjen Bos found the reason for the double-scroll problem: when you pass a tracker function to TrackControl you shouldn't call your hit function again afterwards. Fixes #711989. 15 July 2004, 22:10:52 UTC
2be0fdb Imported fixversions.py and the note referring to it from 2.4. 15 July 2004, 21:32:45 UTC
ebc8dec This commit was manufactured by cvs2svn to create branch 'release23-maint'. 15 July 2004, 21:32:45 UTC
e9f35e8 Backport of 1.26: CFStringGetUnicode() returned an extra null character at the end of the string. fixed. 15 July 2004, 14:12:20 UTC
6d56486 Backport of 1.5: Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. 15 July 2004, 13:22:02 UTC
4bdcd91 Ignore some more build products. 14 July 2004, 15:20:23 UTC
3e9de00 Recompiled after recent source changes. 14 July 2004, 15:11:05 UTC
96f6cf1 Remove the annoing and useless messagebox asking about overwriting files. Fixes SF #984290. Backport from trunk. 14 July 2004, 15:03:45 UTC
13142f2 Add a warning so that it isn't forgotten to recreate the binary AND CHECK INTO CVS if these files are changed. 14 July 2004, 15:02:07 UTC
b7580c2 Don't complain that non-existant registry entries cannot be deleted. Backported from trunk. 14 July 2004, 14:56:11 UTC
8a580c4 Backport: - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects the documented behavior: the function passed to the onerror() handler can now also be os.listdir. [I could've sworn I checked this in, but apparently I didn't, or it got lost???] 14 July 2004, 00:49:20 UTC
292b643 Backport: - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects the documented behavior: the function passed to the onerror() handler can now also be os.listdir. [I could've sworn I checked this in, but apparently I didn't, or it got lost???] 14 July 2004, 00:48:02 UTC
e2f81fd fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py) Use os.unlink() instead of the BerkeleyDB DB_TRUNCATE flag. 13 July 2004, 21:06:51 UTC
2e5ba1e generalize a bit; no need to mention my user id directly 13 July 2004, 17:09:54 UTC
3b32dec Updated my email address to something that works <wink>. 12 July 2004, 23:10:42 UTC
e03d9af Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compatibility with various broken SSL implementations out there. 12 July 2004, 13:10:47 UTC
ed44f13 Remove tabs introduced in last commit. 11 July 2004, 19:17:38 UTC
36fd97c posixpath.realpath() now detects loops from symlinks and returns the longest path before recursion. 10 July 2004, 22:58:32 UTC
df27623 Clarify docs for getargspec() that when there are not default values the fourth value in the returned tuple is None. Closes bug #637217 by clarifying the behavior. 10 July 2004, 21:04:44 UTC
b161cb7 ntpath now compresses erroneous slashes between the drive letter and rest of the path. Also clarifies handling of UNC paths. Appropriate test were added. Fixes bug #980327 with patch #988607. Thanks Paul Moore. 10 July 2004, 20:47:29 UTC
9cea639 zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes as signed when the ZIP spec says they should be stored as unsigned. Closes bug #679953. 10 July 2004, 19:19:03 UTC
1e731da [Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672 by James Lamanna 07 July 2004, 14:20:04 UTC
fe9ea4f [Bug #984017] Incorrect prototype, fixed by Timothy Stranex 07 July 2004, 13:08:47 UTC
330fc4b Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in the checkin. 06 July 2004, 17:55:25 UTC
a80b60b Fix bug introduced by previous backport. 04 July 2004, 18:35:56 UTC
17748ed threading.Thread used to raise an exception about attempting to execute a NoneType if an exception in a thread was raised during interpreter shutdown. This led to a masking of the initial exception (not good). All fixed (good). Closes bug #754449 (using both patch #954922 and a backport of rev. 1.41 from HEAD). 03 July 2004, 19:58:58 UTC
cf61396 SF #951851 is fixed. 02 July 2004, 08:40:28 UTC
back to top