- 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
- 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
- f5eae66 Add "yeild" to the list of keywords. by Fred Drake · 23 years ago
- 1ab1f71 Consistently use semi-colons after the last property for each selector. by Fred Drake · 23 years ago
- f015d9a Give the pattern used to pick out a source anchor a more specific pattern. by Fred Drake · 23 years ago
- 5962eb0 Added several names. by Fred Drake · 23 years ago
- 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
- 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 23 years ago
- 5445e5e \infinity, by Fred Drake · 23 years ago
- bfd80dd Miscellaneous code cleanups. by Fred Drake · 23 years ago
- 95c80f8 Disallow 'yield' in a 'try' block when there's a 'finally' clause. by Tim Peters · 23 years ago
- 1bf198e Remove an extra tab character. by Fred Drake · 23 years ago
- 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
- a2d848e Add sha and _sre to the list of allowed built-in modules. by Fred Drake · 23 years ago
- f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
- 9ca78ac Adjust to understand use of either single- or double-quotes to quote by Fred Drake · 23 years ago
- aff8837 Add the new texinputs/license.tex to the shared dependencies. by Fred Drake · 23 years ago
- 9966e2c This is a trivial command line utility to print MD5 checksums. by Guido van Rossum · 23 years ago
- 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
- 1a3125e Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the unusual [cancel, no, yes] to the more standard [no, cancel, yes]. by Just van Rossum · 23 years ago
- 289a961 Record Windows build number for 2.0.1 final. by Tim Peters · 23 years ago
- 67456e8 don't blow up when the charno SyntaxError value is None by Just van Rossum · 23 years ago
- b10eb84 repaired expandselection and uncomment breakage by Just van Rossum · 23 years ago
- 50cb38d Added support for the gc module (!). by Just van Rossum · 23 years ago
- 14e1871 Somehow, under certain circumstances, config.h and rename1.h would pop back up. by Guido van Rossum · 23 years ago
- d6d010b Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into by Tim Peters · 23 years ago
- 2b13ce8 Try to avoid creating reference cycles involving generators. Only keep a by Neil Schemenauer · 23 years ago
- 2942131 Got rid of a silly #if. by Jack Jansen · 23 years ago
- 490d34d Move license information to a less annoying location in the document. by Fred Drake · 23 years ago
- d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
- 852f795 Separate the copyright statements and license text; include some new by Fred Drake · 23 years ago
- f911a84 Separate the version number and release status into two separate values. by Fred Drake · 23 years ago
- dce975c Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. by Fred Drake · 23 years ago
- b8248d8 Don't use extern when we mean staticforward (OSX gcc is picky about it). by Jack Jansen · 23 years ago
- f1927a6 Added support for new \setreleaseinfo macro. by Fred Drake · 23 years ago
- 82bcbd0 {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them. by Jack Jansen · 23 years ago
- 3685a43 ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. by Jack Jansen · 23 years ago
- 6b9289f Added a const to shut up a compiler warning. by Jack Jansen · 23 years ago
- 4edc5eb Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o. by Jack Jansen · 23 years ago
- c65218e Add a little more support for describing version information. This by Fred Drake · 23 years ago
- 8853b18 Removed some unused routines under Carbon. They caused compile errors with UH34. by Jack Jansen · 23 years ago
- ff75c21 Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead of Proc names for callback creation. by Jack Jansen · 23 years ago
- 5daef31 Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use modern (UPP in stead of Proc) names for callback object creation. by Jack Jansen · 23 years ago
- d700d79 Override bdb's canonic() method with a no-op: with bdb's version we couldn't edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway. by Just van Rossum · 23 years ago
- 5c94ce5 write(): Karl Eichwalder points out that the #, flag comments should by Barry Warsaw · 23 years ago
- 6302ec6 gen_iternext(): repair subtle refcount problem. by Tim Peters · 23 years ago
- 43afb24 Remove unused code. by Neil Schemenauer · 23 years ago
- 7599a3f Add a bunch of sample strings to test soft line breaks of varying end cases. by Barry Warsaw · 23 years ago
- dac67ac encode(): Fixed the handling of soft line breaks for lines over 76 by Barry Warsaw · 23 years ago
- fb3e54f made 7-bit-clean. by Just van Rossum · 23 years ago
- dc3c617 Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid any further encoding conversion troubles. by Just van Rossum · 23 years ago
- 9020bce - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. by Jack Jansen · 23 years ago
- 97df7b6 The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000). by Jack Jansen · 23 years ago
- 1bdcadd An import MacOS was missing after the code-rearranging. Added. by Jack Jansen · 23 years ago
- a37171d Test by Martin v. Loewis for the new UTF-16 codec handling of BOM marks. by Marc-André Lemburg · 23 years ago
- 92b550c This patch by Martin v. Loewis changes the UTF-16 codec to only by Marc-André Lemburg · 23 years ago
- 8c78d3a write(): It's been generally agreed on the i18n-sig that the docstring by Barry Warsaw · 23 years ago
- 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
- 92c5bdb Fixed -D emulation for symbols with a value, as specified with the define_macros Extension argument. by Just van Rossum · 23 years ago
- 7069763 A unittest-based test for the quopri module. by Barry Warsaw · 23 years ago
- 9b630a5 Better support for RFC 1521 quoted-printable specification, along with by Barry Warsaw · 23 years ago
- e275c42 (python-font-lock-keywords): Add "yield" as a keyword to support the by Barry Warsaw · 23 years ago
- 4e42561 Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include by Neil Schemenauer · 23 years ago
- c49e5b7 Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include by Jack Jansen · 23 years ago
- 82ac8d1 Taught IDLE's autoident parser that "yield" is a keyword that begins a by Tim Peters · 23 years ago
- 4637668 Updated keyword.py for "yield". by Tim Peters · 23 years ago
- ff0a2bb Somebody checked this in w/ an ambiguous tab/space mix (reported by Mark Favas). by Tim Peters · 23 years ago
- fd4c9e8 (py-continuation-offset): New variable which controls how much to by Barry Warsaw · 23 years ago
- 3eec38a Added "i" and "l" to the list of std-mode struct codes that don't range- by Tim Peters · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- 1dad6a8 SF bug 434186: 0x80000000/2 != 0x80000000>>1 by Tim Peters · 23 years ago
- 888aa26 [Bug #433047, reported by Armin Rigo] Remove extra 'i' character in by Andrew M. Kuchling · 23 years ago
- 66eed24 Add some information on the use of \verbatiminput to display sources from by Fred Drake · 23 years ago
- 183a2f2 Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only. by Guido van Rossum · 23 years ago
- f3b3074 Patch #413171: Implement get, setdefault, update in terms of by Martin v. Löwis · 23 years ago
- fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
- 4157dd5 Fix for bug [ #433047 ] missing args to PyArg_ParseTuple by Marc-André Lemburg · 23 years ago
- a85e2c8 SF patch #433619, by Michel Pelletier: by Guido van Rossum · 23 years ago
- fb73bb1 Synchronize with 1.13 of PyXML: by Martin v. Löwis · 23 years ago
- d083839 Instead of initializing & interning the strings passed to the profile by Fred Drake · 23 years ago
- 70128a1 PyLong_{As, From}VoidPtr: cleanup, replacing assumptions in comments with by Tim Peters · 23 years ago
- 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
- 83c9edc Fix error in comment, and in test_long_api and test_longlong_api remove by Tim Peters · 23 years ago
- c605784 dict_repr: Reuse one of the int vars (minor code simplification). by Tim Peters · 23 years ago
- 52e155e Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup. by Tim Peters · 23 years ago
- a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 23 years ago
- 239508c SF bug 433228: repr(list) woes when len(list) big by Tim Peters · 23 years ago
- 57e52ef Implement the \verbatiminput LaTeX macro; this contains more magic than by Fred Drake · 23 years ago
- 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
- 2b30524 Forward-port revision 2.24.2.4 from the release21-maint branch: by Thomas Wouters · 23 years ago
- b269700 Note that 2.0.1 is also a PSF release. (Gregor Hoffleit, SF #433223.) by Guido van Rossum · 23 years ago
- cf37dfc Change IS_LITTLE_ENDIAN macro -- a little faster now. by Tim Peters · 23 years ago
- ad98db1 Fix a mis-indentation in _PyUnicode_New() that caused me to stare at by Guido van Rossum · 23 years ago
- 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
- ede0509 _PyLong_AsByteArray: simplify the logic for dealing with the most- by Tim Peters · 23 years ago
- ce9de2f PyLong_From{Unsigned,}Long: count the # of digits first, so no more space by Tim Peters · 23 years ago
- ff70d3c Fixed typo in comment. by Tim Peters · 23 years ago
- e7c1f9b Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like by Tim Peters · 23 years ago
- 17e17d4 Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). by Tim Peters · 23 years ago
- f251d06 _PyLong_FromByteArray: changed decl of "carry" to match "thisbyte". No by Tim Peters · 23 years ago