- 4795fcc Adapted for pymactoolbox.c and changed externals elsewhere. by Jack Jansen · 23 years ago
- d844a5f Got rid of unused includes. by Jack Jansen · 23 years ago
- 9a66b6d Various fixes to streamline build process on Mac OS X: by Jack Jansen · 23 years ago
- deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
- 086d22f Removed special rule for Mac/Python/macglue.o, it is not needed anymore. by Jack Jansen · 23 years ago
- 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
- 11d03c5 Put conditional S_IFMT definition into pyport.h. by Martin v. Löwis · 23 years ago
- b0db85a Remove redundant check for 'getaddrinfo' (it's already checked the block by Thomas Wouters · 23 years ago
- f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
- e00dde2 Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. by Steve Purcell · 23 years ago
- a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 23 years ago
- 257b3bf Repair the Windows build (S_ISDIR() macro doesn't exist). by Tim Peters · 23 years ago
- e54acfd Add option to push the development docs to SF without announcing, for by Fred Drake · 23 years ago
- ecab001 More names.... by Fred Drake · 23 years ago
- 3a5ec57 Clean up some of the markup here -- be more consistent in the use of by Fred Drake · 23 years ago
- a7d608d "Thin" version of floor division docs: add // to the list of operators by Fred Drake · 23 years ago
- 6b3a2c4 Patch #448227: Raise an exception when a directory is passed to execfile. by Martin v. Löwis · 23 years ago
- 96204f5 Add new tokens // and //=, in support of PEP 238. by Guido van Rossum · 23 years ago
- 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
- 074c9d2 beginning of work on the conf. handling smarts by Steven M. Gava · 23 years ago
- 194e13c Commented out most of the MacPython modules. There is a discussion on the by Jack Jansen · 23 years ago
- fe71f81 Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from by Tim Peters · 23 years ago
- 54e99e8 Fix SF bug [ #447370 ] typo in urllib2.py by Jeremy Hylton · 23 years ago
- 16fd338 Apply two small changes to the Windows code, according to SF bug by Guido van Rossum · 23 years ago
- 56b5fdd Remove make_re() function; this is no longer needed since _sre and pcre by Fred Drake · 23 years ago
- c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 23 years ago
- dad91dd Make sure XMLGenerator uses quoteattr() instead of escape() to quote by Fred Drake · 23 years ago
- 288cd2c Fix the test so it uses IterableUserDict for the "for x in dict" test. by Guido van Rossum · 23 years ago
- 2050b65 Remove the __iter__ method from the UserDict class -- it can silently by Guido van Rossum · 23 years ago
- 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
- c5943b1 Add the NannyNag exception class and the process_tokens() function to by Guido van Rossum · 23 years ago
- 44b1e7d Fix for SF bug #448835. by Guido van Rossum · 23 years ago
- 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 23 years ago
- f040ede Cosmetics: by Guido van Rossum · 23 years ago
- cd73836 silence warnings about import * by Jeremy Hylton · 23 years ago
- c4dcb63 Brought up-to-date. by Jack Jansen · 23 years ago
- f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
- b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
- 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 23 years ago
- b927285 Removed unused variable. by Jack Jansen · 23 years ago
- cf68425 Yet another project. by Jack Jansen · 23 years ago
- 596e18a Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. by Jack Jansen · 23 years ago
- 8d319d4 Removed outdated stuff. by Jack Jansen · 23 years ago
- 8c69c91b Document two new items by Andrew M. Kuchling · 23 years ago
- 179e085 Project files for the new plugin modules, plus a few that hadn't been added yet but should have been. by Jack Jansen · 23 years ago
- 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 23 years ago
- 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
- 230e578 more fleshing out, this time primarily the 'general' page by Steven M. Gava · 23 years ago
- 6a53bd8 Another bug fix for recent import * warning (caught by Thomas Wouters) by Jeremy Hylton · 23 years ago
- ae5262e + Turn off patch creation (this isn't a patch release! got turned on by by Tim Peters · 23 years ago
- ba591bf Fix error message for import * in function/class scope by Jeremy Hylton · 23 years ago
- 8a6f295 Fix SF bug [ #445474 ] warn about import * inside functions by Jeremy Hylton · 23 years ago
- 5dd064a Tabify the file (pointed out by Thomas Wouters) by Andrew M. Kuchling · 23 years ago
- ce2f403 Update listing of subdirectories by Andrew M. Kuchling · 23 years ago
- 63e0a64 Remove spurious "closed" attribute definition from the memberlist by Guido van Rossum · 23 years ago
- b4ee68c Remove various outdated files. (Leaving find_recursionlimit.py alone, by Andrew M. Kuchling · 23 years ago
- 13423f3 Update cheatsheet to 2.0 from Brunning/Gruet's quick reference by Andrew M. Kuchling · 23 years ago
- 7b12622 Add 'yield' as a keyword Fix typo in comment by Andrew M. Kuchling · 23 years ago
- 0d231ed A totally new way to do the __new__ wrapper. This should address the by Guido van Rossum · 23 years ago
- 4590049 Oops, arg type for the glue routine was wrong. by Jack Jansen · 23 years ago
- e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
- 1fbad00 Oops, this file was apparently never added to the repository. Now it is. by Jack Jansen · 23 years ago
- 144ebcc Replace moddir and incdir by by Jack Jansen · 23 years ago
- 64fbb33 Patch #448194: Debuging negative reference counts. by Martin v. Löwis · 23 years ago
- 5821272 Add a comment on time.time() returning non-decreasing values except when by Fred Drake · 23 years ago
- 223ec93 + Made installer more reluctant to overwrite MS C runtime DLLs -- it's by Tim Peters · 23 years ago
- e02f904 fix for Bug ID 448100 - "test code using NL instead of CRNL" by Piers Lauder · 23 years ago
- f213ccb began font / indentation page by Steven M. Gava · 23 years ago
- 45e5e72 Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw by Tim Peters · 23 years ago
- b39fa0e + Redid file associations on Win2K in what I believe is "the right way". by Tim Peters · 23 years ago
- 67b9ada New runtime vrbl DOADMIN. When false, we never try to write under HKLM, by Tim Peters · 23 years ago
- 4de219d + Add version info to Win2K add/remove. by Tim Peters · 23 years ago
- bcf4b35 Add more constants. Contributed by itojun. by Martin v. Löwis · 23 years ago
- 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
- c9908c4 Document IPv6 changes. Contributed by itojun. by Martin v. Löwis · 23 years ago
- cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
- 60fc707 further work on keybinding page by Steven M. Gava · 23 years ago
- c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
- 289898c Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed, by Fred Drake · 23 years ago
- 5376575 Lots of new text and example code on embedding Python in C, contributed by Fred Drake · 23 years ago
- b3cc29b Note that the mimetypes.MimeTypes class was added in Python 2.2. by Fred Drake · 23 years ago
- d5efb17 Add documentation for the new aspects of the mimetypes module. by Fred Drake · 23 years ago
- eeee4ec Refactor so that it is easier to work with alternate MIME types databases, by Fred Drake · 23 years ago
- e861365 Don't use any characters C doesn't guarantee are safe for text-mode files. by Tim Peters · 23 years ago
- 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
- 1d4601d Change some comments into docstrings. by Fred Drake · 23 years ago
- a0a7706 + Moved IDLE from the "tools" component to the main component. by Tim Peters · 23 years ago
- d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
- 7eac0cb Define the \mailheader macro and document conventions for using it. by Fred Drake · 23 years ago
- 30cf118 Minor markup nits and slight style-guide conformance changes. by Fred Drake · 23 years ago
- a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
- 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 23 years ago
- 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 23 years ago
- ca06bc6 - On OSX add -no-cpp-precomp to OPT. The user still has to manually specify by Jack Jansen · 23 years ago
- 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago
- 83e6ae9 EasyDialogs has a working version of this. by Jack Jansen · 23 years ago
- 7f9a63c These stopped working a long time ago, and they're not worth fixing. by Jack Jansen · 23 years ago
- 5150edd Obsolete, EasyDialogs has the same code (but working:-). by Jack Jansen · 23 years ago
- dffae32 Obsolete: uses old applescript support. by Jack Jansen · 23 years ago
- b4c975a Obsolete, uses the old non-package-based applescript suite support. by Jack Jansen · 23 years ago