- 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
- 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
- ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago
- b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 23 years ago
- 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
- 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 23 years ago
- d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 23 years ago
- c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 23 years ago
- a22a7b7 UH 3.4 checkin that I had forgotten about. by Jack Jansen · 23 years ago
- 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 23 years ago
- 61fec30 Rephrased the OSX stack limit problem, after a complaint about it. by Jack Jansen · 23 years ago
- 7d1d396 Callback error handling improvements: by Just van Rossum · 23 years ago
- 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 23 years ago
- 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
- c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
- 43c2de23 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 23 years ago
- 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 23 years ago
- ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
- 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
- 361cfcd fixups and improvements by Steven M. Gava · 23 years ago
- dc72f48 moving to new config system by Steven M. Gava · 23 years ago
- 4b51785 In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] by Jack Jansen · 23 years ago
- 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
- 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
- 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
- ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
- 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
- dcfc202 Added some support for Uicode arguments. Still leaves something to be desired, especially because of poor unicode support in PyArg_ParseTuple. by Jack Jansen · 23 years ago
- f147238 Updated to current pathnames. by Jack Jansen · 23 years ago
- e790eae Improve grammar by Neal Norwitz · 23 years ago
- 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
- 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
- 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
- 649b759 SF Patch #494863, file.xreadlines() should raise ValueError if file is closed by Neal Norwitz · 23 years ago
- a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 23 years ago
- 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
- 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
- ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
- 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
- 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
- 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
- bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
- 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
- cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
- 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
- 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
- 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
- fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
- 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
- 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
- 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
- f21b2aa Thread.__bootstrap(): ignore exceptions in the self.__delete() call in by Guido van Rossum · 23 years ago
- 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
- 1e91c14 Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
- 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
- 606fe4e SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
- 24a6434 Update the docstring too. :-) by Guido van Rossum · 23 years ago
- c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
- 5560269 Added someone. by Jack Jansen · 23 years ago
- 9aaee93 Patches by Jens B. Jorgensen with small mods by me: by Jack Jansen · 23 years ago
- b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
- 089c7d1 Another name; should be added to Python 2.2.1. by Fred Drake · 23 years ago
- 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
- c92cf50 Updated -- all Demo subdirectories are once again listed here, in by Guido van Rossum · 23 years ago