https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5a2bc5f This commit was manufactured by cvs2svn to create tag 'r24c1'. 18 November 2004, 12:32:27 UTC
5cc727a 2.4rc1 18 November 2004, 12:32:27 UTC
39e92ea Mark PyRange_New() as deprecated. 18 November 2004, 09:41:45 UTC
a2325f6 SF patch #1068456: small update for pdb docs 18 November 2004, 08:39:33 UTC
eac02e6 Add missing have_tcl conditions 18 November 2004, 08:00:33 UTC
2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() 18 November 2004, 06:50:19 UTC
83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 Removed a section that is out of date after type/class unification. While there was still some validity, the paragraph offered more confusion that insight. 18 November 2004, 06:20:30 UTC
88c2595 SF bug #1067023: A small typo Make a minor clarification between "written" and "displayed". 18 November 2004, 06:14:27 UTC
b2d5a8e Comment for performance measurement. 18 November 2004, 05:51:53 UTC
2224be6 Remove tempfile after use in test_call_string. In test_args_string, remove the tempfile before assertEqual. 17 November 2004, 20:06:35 UTC
0bb2a65 split functionality into pystack and pystackv commands. The former will work with core dumps because it avoids calling any Python API routines. The latter prints all the local variable values as well as the stack frames but won't work with core dumps because it relies on _PyObject_Dump to print variables. 17 November 2004, 16:04:15 UTC
03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. 16 November 2004, 21:31:08 UTC
5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. M configDialog.py 16 November 2004, 21:28:36 UTC
49d4213 preparing for rc1 15 November 2004, 15:03:25 UTC
1b626ca Fix pprint to be able to handle objects that don't have a __repr__ attribute. Fixes SF bug #1065456. 15 November 2004, 13:51:41 UTC
fdc58f2 SF bug 1066438: datetime.replace method description error Repair typo in example. 15 November 2004, 03:50:16 UTC
6fe8f19 Back out rev 1.96; see #1009389. 14 November 2004, 10:21:04 UTC
5895481 avoid applying :active to anchors that are only link targets (no href attribute) 13 November 2004, 21:58:01 UTC
f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit when an exception was raised while running w/o the subprocess. Python Bug 1063840 M NEWS.txt M PyShell.py 13 November 2004, 21:05:58 UTC
1681b62 add another way to specify an alternate name for the documentation set, so that this is harder to forget to do for development of new styles 13 November 2004, 17:45:39 UTC
bbc0d44 SF bug 1065388: calendar day/month name lookup too slow __getitem__() methods: compute only the new spellings needed to satisfy the given indexing object. This is purely an optimization (it should have no effect on visible semantics). 13 November 2004, 16:18:32 UTC
fba7369 Patch #1050475: Fix various x86_64 build issues regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems. _tkinter.c: replace %.8x with %p for printing pointers. setup.py: add lib64 into the library directories. 13 November 2004, 11:13:35 UTC
deb39b5 if we treat \LaTeX specially, we need to do the same for \TeX 13 November 2004, 05:46:18 UTC
64f164e - wrap a long line - add directory information for the "What's New" document 13 November 2004, 04:41:01 UTC
9103ec5 avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply doesn't look right in HTML 13 November 2004, 01:20:24 UTC
aee4da6 Add options to regrtest.py to make it possible to specify where to put the coverage files when -T is used. 12 November 2004, 18:51:27 UTC
0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines Simple correction from the code's author (Dan Gass). 12 November 2004, 16:12:15 UTC
195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 TEMP dirs with {memb} strings. Fixes #1063571. 12 November 2004, 15:51:48 UTC
2dae764 On second thought: "Errors should never pass silently", so barf when a string contains control chars that are illegal for XML 12 November 2004, 09:36:12 UTC
48ecacc testing control chars and non-dict root objects 12 November 2004, 08:34:32 UTC
b84330d - \f is not a valid XML character - reformatted regex pattern, use r"" consistently 12 November 2004, 08:14:49 UTC
26e811a reordered a couple of things 12 November 2004, 08:02:35 UTC
4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. 12 November 2004, 02:03:36 UTC
961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). 12 November 2004, 01:20:17 UTC
edde492 Minor grammatical errors fixed 11 November 2004, 13:54:48 UTC
af305b1 remove some generated cruft now that we avoid the removal of elements with no content (due to the text_cleanup() override in l2hinit.perl) 11 November 2004, 08:05:34 UTC
2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet 11 November 2004, 06:14:05 UTC
c686483 add a comment explaining a particular text transformation 11 November 2004, 05:42:13 UTC
758f5ea Replace last two uses of the "list" environment with "description" environments. Closes SF bug #692442: Konqueror can't render docs because of malformed HTML. While the generated HTML is still terrible, the cited cases of <DL COMPACT> have been removed. The general problem of XHTML conformance has not been solved, but is endemic to LaTeX2HTML output. 11 November 2004, 05:04:55 UTC
52c937d remove unhelpful property setting that overrides the right setting for text-align in .realtable cells; fix suggested by Richard Brodie 11 November 2004, 04:41:24 UTC
8efc80a - remove use of a "list" environment (replace with a table) - fix minor markup nits 11 November 2004, 04:39:56 UTC
5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 10 November 2004, 22:23:15 UTC
0a3c818 - hack for MSIE5 to make (real) tables center - remove last <center> element (long deprecated in HTML) 10 November 2004, 19:22:05 UTC
9c8149a more HTML styling detail changes 10 November 2004, 17:56:29 UTC
5d93eef move table formatting for grammar productions from HTML to CSS 10 November 2004, 17:02:43 UTC
5b00059 minor markup nits; fix missing whitespace 10 November 2004, 16:51:17 UTC
179b39a remove unreachable cruft 10 November 2004, 15:54:46 UTC
9e927f1 add a comment about one of the remaining warts in the table formatting 10 November 2004, 15:49:25 UTC
b194b5b remove comment that seems to be wrong after all; browsers do implement this, but I was misled by a LaTeX2HTML wart that I worked around yesterday 10 November 2004, 15:39:50 UTC
39a6a6d move much of the table styling out of the HTML and into the CSS; this also makes some constructs more XHTML friendly (including adding in some missing </tr> tags) 10 November 2004, 15:37:54 UTC
96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) Simple renaming to avoid a conflict that prevented compilation on Solaris. 10 November 2004, 13:13:05 UTC
2c45c9a SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) Simple renaming to avoid a conflict that prevented compilation on Solaris. 10 November 2004, 13:08:35 UTC
41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug info will always be in a .pdb file. 10 November 2004, 09:01:41 UTC
0cf87be more more styling to the CSS 10 November 2004, 08:08:26 UTC
d7a5bca more XHTML friendliness: <dl compact> becomes well-formed 10 November 2004, 08:07:00 UTC
dcb16ac override a bit of LaTeX2HTML so empty table cells don't disappear from the output 10 November 2004, 07:48:17 UTC
952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) * Support pickling of dictionaries in instances of deque subclasses. * Support pickling of recursive deques. 09 November 2004, 07:27:35 UTC
15056a5 SF 1062353: set pickling problems Support automatic pickling of dictionaries in instance of set subclasses. 09 November 2004, 07:25:31 UTC
f8c075c Bump version number Add doctest section Wordsmithing 09 November 2004, 02:58:02 UTC
7960bf9 And delete a useless comment. 08 November 2004, 22:31:09 UTC
d7bbbbc _OutputRedirectingPdb.trace_dispatch(): Return the base class's trace_dispatch() result in a more obvious, and more robust way. 08 November 2004, 22:30:28 UTC
50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton showing that doctest's pdb.set_trace() support was dramatically broken. doctest.py _OutputRedirectingPdb.trace_dispatch(): Return a local trace function instead of (implicitly) None. Else interaction with pdb was bizarre, noticing only 'call' events. Amazingly, the existing set_trace() tests didn't care. 08 November 2004, 22:07:37 UTC
e0b855f test for fixedness of bug #1057835. (thanks to Raymond for the prod). 08 November 2004, 16:46:02 UTC
05522ad Fix bug [ 1057835 ] compiler.transformer, "from module import *" 08 November 2004, 12:17:34 UTC
481b09b SF #1062190. Removed an assertion that rendered trace.py unnecessarily inflexibile. 08 November 2004, 06:36:42 UTC
fb1ffb0 SF bug 1061968: threads: segfault or Py_FatalError at exit PyGILState_Ensure(): The fix in 2.4a3 for bug 1010677 reintroduced thread shutdown race bug 225673. Repaired by (once again) ensuring the GIL is held whenever deleting a thread state. Alas, there's no useful test case for this shy bug. Four years ago, only Guido could provoke it, on his box, and today only Armin can provoke it on his box. I've never been able to provoke it (but not for lack of trying!). This is a critical fix for 2.3.5 too, since the fix for 1010677 got backported there already and so also reintroduced 225673. I don't intend to backport this fix. For whoever (if anyone) does, there are other thread fixes in 2.4 that need backporting too, and I bet they need to happen first for this patch to apply cleanly. 08 November 2004, 04:30:21 UTC
d6eb352 Stop printing listdir bytestring output, as the precise list of strings returned depends on the filesystem encoding. 07 November 2004, 20:01:56 UTC
cd24699 Try a different filename if the Latin-1 file name cannot be represented in the file system. Fixes #989338. 07 November 2004, 19:57:35 UTC
4de9374 Patch #1062033 / bug #1027771: clarify what happens when calling insertBefore() with refChild=None. 07 November 2004, 19:55:18 UTC
4f18caa Patch #1062018 / bug #1038693: comment out dead link in tkinter docs. 07 November 2004, 19:36:48 UTC
8de645a Patch #1061931 / bug #971872: factor out part of spillproperties, so properties are also documented if help(Class.<property>) is called instead of help(Class). 07 November 2004, 19:16:05 UTC
3546188 Added more documentation about the executable argument. Fixes #1056441. 07 November 2004, 16:38:08 UTC
def9d2a Fix for SF bug 988120 via patch 1061941. If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount. 07 November 2004, 16:13:49 UTC
f164322 Patch #1061924: add documentation for BaseRotatingHandler and correct reference to non-existent function 'setRollover()'. 07 November 2004, 16:11:35 UTC
eaaa771 Clarify that it's not necessary to subclass from TestCase to create a test case. As Jeremy put it: "subclassing is an implementation technique, not a type declaration". 07 November 2004, 16:02:07 UTC
d7b6ad4 Patch #1061904 / bug #878275: give a nicer error message when someone accidentally derives from TestSuite instead of TestCase. 07 November 2004, 15:46:25 UTC
c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. 07 November 2004, 14:30:34 UTC
80961f3 Fix apparently trivial buffer overflow (SF bug 1060396). memset() wrote one past the end of the buffer, which was likely to be unused padding or a yet-to-be-initialized local variable. This routine is already tested by test_socket. 07 November 2004, 14:24:25 UTC
f8e74b1 If close() fails in file_dealloc, then print an error message to stderr. close() can fail if the user is out-of-quota, for example. Fixes #959379. 07 November 2004, 14:15:28 UTC
4f802ac Patch #1061857: add documentation for previously undocumented TimedRotatingFileHandler class. Thanks Jeroen Vloothuis! 07 November 2004, 14:14:27 UTC
16b0479 SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt There is no test for this change, because there is no way to provoke memory errors on demand. Test suite passes, though. 07 November 2004, 14:04:00 UTC
84a6c20 Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made the debugger enter inside pdb.set_trace. Patch #1061767: make pdb.set_trace enter enter at the stack frame calling pdb.set_trace(). 07 November 2004, 11:35:30 UTC
e174ae9 Bump version for 2.4c1 07 November 2004, 10:08:29 UTC
72f0801 SF bug #1061457: spelling error in win installer 07 November 2004, 07:08:25 UTC
700d9b9 SF patch #1061780: use a new -m option in pdb and profile invocations Doc patch submitted by Ilya Sandler. 07 November 2004, 06:18:37 UTC
00afb07 Whitespace normalization. 07 November 2004, 04:52:29 UTC
c601e0f Move the AC_MSG_RESULT function call for checking for pthread options up into the 'if' statement that performed the test. Not all platforms run the test and on those tests configure outputted a rogue 'no' line. 07 November 2004, 01:24:12 UTC
7d28e96 Add comment about removal of CoreServices/CoreFoundation compilation against the core on OS X (also specifically mention removal of PyMac_GetAppletScriptFile() ). 07 November 2004, 01:19:00 UTC
90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. 06 November 2004, 23:45:48 UTC
b12efd3 Comment cleanup. 06 November 2004, 19:56:45 UTC
eef2d3b regenerated configure from configure.in 06 November 2004, 04:45:33 UTC
8a92dd5 Don't choke on modes like rb or wb. 06 November 2004, 00:31:51 UTC
93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin -- but not end -- with whitespace. I will backport to Python 2.3. 06 November 2004, 00:04:52 UTC
932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 says boundaries may begin -- but not end -- with whitespace. I will backport to Python 2.3. 06 November 2004, 00:04:20 UTC
bb4e859 SF bug #1060825: Error in difflib docs 05 November 2004, 16:38:08 UTC
ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core (Contributed by Bob Ippolito.) This patch trims down the Python core on Darwin by making it independent of CoreFoundation and CoreServices. It does this by: Changed linker flags in configure/configure.in Removed the unused PyMac_GetAppletScriptFile Moved the implementation of PyMac_StrError to the MacOS module Moved the implementation of PyMac_GetFullPathname to the Carbon.File module 05 November 2004, 07:02:59 UTC
e0bdaef - remove some bogus <meta> tags from the document head - clean up some of the generated markup 05 November 2004, 06:42:22 UTC
0384be3 generate the "type" attribute on the favicon link 05 November 2004, 05:06:08 UTC
6e2e90d switch remaining icon references to the PNG icons 05 November 2004, 04:51:05 UTC
8aebe19 add encouragement to contribute without learning LaTeX (closes SF bug #948517) 05 November 2004, 04:23:25 UTC
back to top