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

sort by:
Revision Author Date Message Commit Date
d076c73 Changes to support other object types besides strings as the code string of code objects, as long as they support the (readonly) buffer interface. By Greg Stein. 07 October 1998, 19:42:25 UTC
437ff86 Change the default split level to not split on marked \paragraph and \subparagraph sections. Indicate the default in the --help message. 07 October 1998, 16:46:54 UTC
b0b1900 If --debug was used, don't delete the temporary .perl file used to pass options to latex2html. 07 October 1998, 16:41:40 UTC
9e46e56 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. Also (non-BSDI specific): - Change the CHECK_STATUS() macro so it tests for nonzero error codes instead of negative error codes only (this was needed for BSDI, but appears to be correct according to the PTHREADS spec). - use memset() to zero out the allocated lock structure. Again, this was needed for BSDI, but can't hurt elsewhere either. 07 October 1998, 16:39:47 UTC
c501583 Make gcc -Wall happy. 07 October 1998, 16:36:14 UTC
89bae99 Make gcc -Wall happy: Remove unused decls of getloclock() and is_lockobject(). 07 October 1998, 16:35:54 UTC
c206873 Make gcc -Wall happy: (1) add dummy decl for strptime(); (2) move the code to set accept2dyear to the front of inittime(). 07 October 1998, 16:35:25 UTC
7148ca9 Make gcc -Wall happy. 07 October 1998, 16:22:12 UTC
562f5b1 Support PYTHONOPTIMIZE variable; by Marc Lemburg. 07 October 1998, 14:50:42 UTC
e7adf3e Documented PYTHONOPTIMIZE; by Marc Lemburg. 07 October 1998, 14:50:06 UTC
d5f6c22 Make the version variable static (it has no business being exported). 07 October 1998, 14:48:53 UTC
2e782e8 Add buffer module entry points. 07 October 1998, 14:47:46 UTC
41f13f2 Added #! line 07 October 1998, 14:46:09 UTC
7fef86e Clarify sharedinstall comment 07 October 1998, 14:41:54 UTC
06c1808 Add Greg Stein's buffer object API. 07 October 1998, 14:41:13 UTC
2e19bd7 Add Greg Stein's buffer object API. 07 October 1998, 14:36:10 UTC
8c1e114 Don't attempt to add paragraph and subparagraph sections to the PDF outline. Work around font-long bogosity caused by ' in docstring. 07 October 1998, 14:12:20 UTC
56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. 07 October 1998, 14:06:03 UTC
2ccaf6f Remove a redundant check from list_slice() and list_ass_slice(). Noted by Greg Stein. 07 October 1998, 13:24:13 UTC
d832f9e Fix append() calls with more than 1 argument. 07 October 1998, 13:18:17 UTC
bac609a Updated about text 07 October 1998, 03:40:29 UTC
0926dea Moved the main pynche.py file to Main.py. Added minimal driver scripts pynche.py and pynche.pyw for Unix and Windows startup respectively. Document the .pyw file in the README. 07 October 1998, 03:36:58 UTC
c958043 Better layout of options menu and inc/dec buttons 07 October 1998, 03:19:33 UTC
8934af0 Fixes for some type-in strangeness 07 October 1998, 02:44:17 UTC
cd63dc9 Add a note about the console window 06 October 1998, 23:09:49 UTC
9cdd44f Never mind 06 October 1998, 23:08:02 UTC
1c792d5 Add link for Windows 06 October 1998, 23:06:24 UTC
84f52e0 RightARrow._create(): justify=RIGHT on the text object 06 October 1998, 23:04:55 UTC
e55055d A readme 06 October 1998, 23:03:22 UTC
da7502e Add a SELECTION to the pre-inserted text 06 October 1998, 21:40:22 UTC
3886e3a Copyright CNRI 06 October 1998, 20:49:20 UTC
6bfd655 Added the rgb.txt file from X11R6.4, including the license 06 October 1998, 20:44:14 UTC
4f63235 Initial revision 06 October 1998, 20:42:05 UTC
e7f4a47 Better initial color choosing 06 October 1998, 19:50:33 UTC
45c8d34 Better quitting 06 October 1998, 19:48:35 UTC
d5bcf9a Andrew Dalke's implementation of string.count(). 06 October 1998, 19:43:14 UTC
3836503 Converted to newstyle menubars 06 October 1998, 19:39:34 UTC
dfae3d5 Added a 'Help' special menu to show how this is done. 06 October 1998, 19:37:20 UTC
da65450 The message "Exception in Tkinter callback" should go to stderr. Fix bug in NoDefaultRoot() -- _default_root wasn't declared global; and made it reentrant. Don't set _default_root to whatever master gets passed in to BaseWidget._setup() (only set it when we need to create a new Tk() widget). 06 October 1998, 19:06:27 UTC
56af444 Update main window when Update on Click is turned on 06 October 1998, 18:56:31 UTC
ad3a67c Added version number in the About window 06 October 1998, 18:52:59 UTC
3a476e9 Track color changes: disable buttons and their labels when turned off 06 October 1998, 18:46:57 UTC
332aa4c Color Variation Ties => Move Sliders Moved buttons to the top 06 October 1998, 18:29:22 UTC
c4a9b3d main(): Better recovery when bogus color given on command line 06 October 1998, 18:13:20 UTC
b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a BadColor exception. 06 October 1998, 18:10:59 UTC
5b67839 Added a hex button so arrow numbers can display in decimal or hex. 06 October 1998, 16:13:35 UTC
c2d8f57 __togglehex(): Simplify 06 October 1998, 16:08:39 UTC
c1c7b1a Slight rearrangement of code in lookdict() by Vladimir Marangozov, to make a common case slightly faster. 06 October 1998, 16:01:14 UTC
73290df hexp() => hexp_var() 06 October 1998, 15:50:36 UTC
6831c30 hexp(): New function 06 October 1998, 15:49:19 UTC
a398924 __normalize(): Preserve the location of the icursor and restore it so that Left/Right arrow keys and C-a C-e all work. 06 October 1998, 15:47:45 UTC
ae4ad6e Changed the grey/magenta/cyan/yellow label text slightly. Changed Color Ties label to Color Variation Ties 06 October 1998, 15:41:31 UTC
14e2caf usage(): Print msg at end of docstring main(): Fixed logic error and reporting when no colordb was found. Given by GvR. 06 October 1998, 15:21:04 UTC
7c51a9a Title 05 October 1998, 21:31:37 UTC
c078b03 Finished implementation + docstring 05 October 1998, 21:29:04 UTC
964fbbb Added Alt-w bindings 05 October 1998, 21:15:08 UTC
9044b8e Added details window 05 October 1998, 21:14:46 UTC
cd09867 current_rgb(): New method 05 October 1998, 21:14:12 UTC
3d31439 *** empty log message *** 05 October 1998, 19:12:32 UTC
779af3a These were never under CVS, but now that I use cvs to communicate between the various macs it's better if they are. 05 October 1998, 11:53:26 UTC
0d5120f Newer versions of projects. 05 October 1998, 11:46:16 UTC
60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG 05 October 1998, 11:43:32 UTC
573788e No need for (char *) cast from gdbm_strerror(). 03 October 1998, 05:15:07 UTC
b6e2a99 Win32 port. Patches by Milton L. Hankins. 03 October 1998, 05:13:27 UTC
69a4ab5 Docstring 02 October 1998, 16:27:40 UTC
4638c5b Docstring 02 October 1998, 16:20:14 UTC
eb61fbd Docstring 02 October 1998, 16:06:27 UTC
bd36d6e Added the ListViewer 02 October 1998, 16:05:48 UTC
a9053f6 Updated docstring. 02 October 1998, 16:01:42 UTC
9f3ea21 all_names(): => unique_names() aliases_of(): New method 02 October 1998, 15:59:20 UTC
ddb9fc1 Added docstring 02 October 1998, 15:58:50 UTC
b44056e Functionality complete 02 October 1998, 15:52:10 UTC
8be2594 all_names(): Return just the unique names of rgb colors 02 October 1998, 14:43:30 UTC
ad678af The usual 02 October 1998, 14:42:15 UTC
2522136 Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. 02 October 1998, 14:41:38 UTC
fb4533c Added tweak for SET_CCC (which I don't even know what it is!) for Linux. Added AC_CHECK_SIZEOF(void *). Added yet another test for pthreads (pthread_create may be in libc). Added pthread_init to list of functions whose existence is checked. 02 October 1998, 14:39:42 UTC
b55c4ad Got click on working. Dragging is disabled for now 02 October 1998, 14:34:03 UTC
ff45d54 resolve(): Improved use of a/an, suggested by Tino Wildenhain <cdtv@amigager.de>. 02 October 1998, 14:14:39 UTC
dfede31 Eh, better error message for the previous change. It now says "non-default argument follows default argument". 02 October 1998, 14:06:56 UTC
29d38cd Treat def f(a, b=1, c): ... as an error (missing default for c) instead of silently supplying a default of None fore c. 02 October 1998, 13:41:54 UTC
b7c6131 Up version to 1.5a2 -- we're close enough (even though I'm still expecting some contributions). 02 October 1998, 03:17:29 UTC
96372a2 ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. 02 October 1998, 03:16:08 UTC
64e736b Some new blood and some updated versions. 02 October 1998, 01:23:47 UTC
fdb8fb8 A few new ones... 02 October 1998, 01:21:40 UTC
4581a0c New test_long.py from Tim Peters. 02 October 1998, 01:19:48 UTC
399f10c Lots of good UI working, but not yet update-while-dragging 01 October 1998, 22:03:25 UTC
46670a2 *** empty log message *** 01 October 1998, 21:40:48 UTC
6e5b301 Renamed thread.h to pythread.h. 01 October 1998, 20:59:37 UTC
e364b7d Renamed thread.h to pythread.h. (Also removed whitespace after # in some BEOS related cpp directives.) 01 October 1998, 20:43:23 UTC
09b2957 Remove extra } at end of method description parameters. 01 October 1998, 20:43:13 UTC
49b5606 Renamed thread.h to pythread.h. 01 October 1998, 20:42:43 UTC
c456d36 Fix encoding of \ in some string literals in the discussion of "raw" strings. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. 01 October 1998, 20:41:57 UTC
8238587 Fix some confusion in the __repr__() and __str__() descriptions. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. 01 October 1998, 20:40:43 UTC
d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>). 01 October 1998, 20:39:47 UTC
9d904b9 Believe it or not, Solaris 2.6 strtod() can move the end pointer *beyond* the null byte at the end of the input string, when the input is inf(inity). Discovered by Greg Ward. 01 October 1998, 20:35:46 UTC
4ab5d85 Change some init order 01 October 1998, 16:47:06 UTC
a7ba45b update_views_current(): New method 01 October 1998, 16:46:43 UTC
86daeb7 Added View button and popup of text widget 01 October 1998, 16:46:16 UTC
f9c6ddc *** empty log message *** 01 October 1998, 16:45:32 UTC
370a083 Correctly add dependencies and build rules for Modules/python.o. 01 October 1998, 16:42:41 UTC
back to top