- 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 23 years ago
- c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 23 years ago
- b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 23 years ago
- 744f67f Add keyword.kwlist to the public API. by Fred Drake · 23 years ago
- db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 23 years ago
- bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 23 years ago
- f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
- 813b56e dialog for getting a new config file section name by Steven M. Gava · 23 years ago
- 30022ea Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher by Tim Peters · 23 years ago
- 8cf2704 staying current with python idle fixes by Steven M. Gava · 23 years ago
- 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 23 years ago
- c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 23 years ago
- bd8ce79 smart_backspace_event(): remove now-pointless int() call. by Tim Peters · 23 years ago
- ff06671 Fix for by Michael W. Hudson · 23 years ago
- 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 23 years ago
- af14289 Fix for by Michael W. Hudson · 23 years ago
- 5b10910 Sjoerd Mullender pointed out that setup.py contained some tabs, by Michael W. Hudson · 23 years ago
- ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 23 years ago
- a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 23 years ago
- d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 23 years ago
- 4509168 classifyws(): Fix a "/" to work under -Qnew (as well as without it). by Tim Peters · 23 years ago
- 685d46f Newer names for various error include files. by Jack Jansen · 23 years ago
- a618c3f Build _tkinter for Carbon too. by Jack Jansen · 23 years ago
- 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 23 years ago
- 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 23 years ago
- d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 23 years ago
- bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
- c112cd8 further work on config saving by Steven M. Gava · 23 years ago
- 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 23 years ago
- eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 23 years ago
- a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
- 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
- c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 23 years ago
- aae728f Fix typo reported by François Pinard. by Fred Drake · 23 years ago
- 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
- 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
- 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
- c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
- 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
- facfc09 keybinding configuration by Steven M. Gava · 23 years ago
- d45a543 Another name. by Thomas Heller · 23 years ago
- 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
- ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 23 years ago
- 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 23 years ago
- 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
- c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
- ac6dd0a Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 23 years ago
- 826e982 Update email address. by Fred Drake · 23 years ago
- d6bdb07 Update the list of output formats. by Fred Drake · 23 years ago
- 9741dc9 Use BLDLIBRARY to build extension modules. Fixes #504252. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
- ac96868 Consistency nits. by Fred Drake · 23 years ago
- efff11b Minor consistency nit. by Fred Drake · 23 years ago
- f717f05 Allow abspath to still do something sensisble if the nt module can not be imported. by Mark Hammond · 23 years ago
- 39230b3 Apply a variant of patch by Michael W. Hudson · 23 years ago
- 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 23 years ago
- f242812 Fix for by Michael W. Hudson · 23 years ago
- 8fbd4a3 That hasn't been my email address for a while! by Michael W. Hudson · 23 years ago
- 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 23 years ago
- 1f803f7 Updated patch #487906: Revise inline docs. by Martin v. Löwis · 23 years ago
- fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 23 years ago
- ad134f0 Update master Windows buildno list for 2.1.2final. by Tim Peters · 23 years ago
- eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
- 340cbe7 A tentative fix for SF bug #503837 (Roeland Rengelink): by Guido van Rossum · 23 years ago
- 7668957 Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails by Jack Jansen · 23 years ago
- 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
- 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
- 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 23 years ago
- 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 23 years ago
- d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 23 years ago
- 51e77e1 Regenerated from UH 3.4. Candidate for 2.2.1. by Jack Jansen · 23 years ago
- 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 23 years ago
- 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- edb60a7 key binding handling dialog by Steven M. Gava · 23 years ago
- 8aa4987 Removed references to download of Waste. by Jack Jansen · 23 years ago
- 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 23 years ago
- 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 23 years ago
- b99e521 - Updated to Waste 2.0. by Jack Jansen · 23 years ago
- 00638bd Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau. by Jack Jansen · 23 years ago
- a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
- 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
- 57f61fb Update master Windows build-number list for 2.1.2c1. by Tim Peters · 23 years ago
- 3673612 Added item about the webbrowser security fix. by Fred Drake · 23 years ago
- f706b1c Updated for CW7 and Tcl/Tk 8.3.4. by Jack Jansen · 23 years ago
- 6c6b079 Added the modules I missed first time around. Still not good enough, though: bgerror does a "package require msgcat" and I don't see a way to put packages into resources. Off to the mactcl list for help... by Jack Jansen · 23 years ago
- 4b36735 Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. by Just van Rossum · 23 years ago
- 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
- e0b1e6a Updated for CW7 and Tcl/Tk 8.3.4. Also added a few other things by Jack Jansen · 23 years ago
- 850bbcd Upgraded _tkinter to Tcl/Tk 8.3.4. by Jack Jansen · 23 years ago
- ec0107f Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. by Just van Rossum · 23 years ago
- 925f144 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 23 years ago
- ca3b2ff Today's Carbon Toolbox addition: QDTextBounds() by Just van Rossum · 23 years ago
- e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
- 6253a11 Added support for DrawThemeButton() and friends. by Just van Rossum · 23 years ago
- f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
- 23105d5 Checked in Sean Reifschneider's RPM spec file and patches. Bugfix candidate. by Guido van Rossum · 23 years ago
- 8a107fb Whoops, it's late -- generated output now matches what's checked in... by Just van Rossum · 23 years ago
- eae9504 Q&D support for ThemeDrawingState objects. by Just van Rossum · 23 years ago
- 16eff6f Initialize err_ret with filename if available. Fixes #498828. by Martin v. Löwis · 23 years ago
- db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 23 years ago