2001-08-08 |
Jack Jansen | Adapted for pymactoolbox.c and changed externals elsewhere. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Got rid of unused includes. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Various fixes to streamline build process on Mac OS X: |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | - Don't return mac-style pathnames in unix-Python. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Removed special rule for Mac/Python/macglue.o, it is... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Split macglue.c into two: a new mactoolboxglue.c (in... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Martin v. Löwis | Put conditional S_IFMT definition into pyport.h. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Thomas Wouters | Remove redundant check for 'getaddrinfo' (it's already... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Martin v. Löwis | Put conditional S_ISDIR definition(s) into pyport.h. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Steve Purcell | Merged in bugfix from PyUnit CVS for problem reported... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Regenerated token.py to account for new DOUBLESLASH... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Repair the Windows build (S_ISDIR() macro doesn't exist). |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Fred Drake | Add option to push the development docs to SF without... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Fred Drake | More names.... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Fred Drake | Clean up some of the markup here -- be more consistent... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Fred Drake | "Thin" version of floor division docs: add // to the... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Martin v. Löwis | Patch #448227: Raise an exception when a directory... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Guido van Rossum | Add new tokens // and //=, in support of PEP 238. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Guido van Rossum | Implement PEP 238 in its (almost) full glory. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Steven M. Gava | beginning of work on the conf. handling smarts |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Commented out most of the MacPython modules. There... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Tim Peters | Part of SF patch [#431848] mathmodule.c: doc strings... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jeremy Hylton | Fix SF bug [ #447370 ] typo in urllib2.py |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Apply two small changes to the Windows code, according... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Fred Drake | Remove make_re() function; this is no longer needed... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Fred Drake | Add a test that xml.sax.saxutils.XMLGenerator does... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Fred Drake | Make sure XMLGenerator uses quoteattr() instead of... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Fix the test so it uses IterableUserDict for the "for... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Remove the __iter__ method from the UserDict class... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | - Rename PyType_InitDict() to PyType_Ready(). |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Add the NannyNag exception class and the process_tokens... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Fix for SF bug #448835. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Remove the test for the 'object' type -- it can no... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Guido van Rossum | Cosmetics: |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jeremy Hylton | silence warnings about import * |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Brought up-to-date. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Got rid of (hopefully) the last 68k-mac related ifdefs. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Got rid of 68k-Mac and other outdated ifdefs. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Got rid of mactcp cruft, added Mlte and CF modules. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Removed unused variable. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Yet another project. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Got rid of (hopefully) the last 68k Mac-related ifdefs... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Removed outdated stuff. |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Andrew M. Kuchling | Document two new items |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Project files for the new plugin modules, plus a few... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Bit another bullet: all toolbox modules are now in... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Jack Jansen | Bit the bullet and enabled garbage collection (finally). |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Steven M. Gava | more fleshing out, this time primarily the 'general... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Jeremy Hylton | Another bug fix for recent import * warning (caught... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Tim Peters | + Turn off patch creation (this isn't a patch release... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Jeremy Hylton | Fix error message for import * in function/class scope |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Jeremy Hylton | Fix SF bug [ #445474 ] warn about import * inside functions |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Andrew M. Kuchling | Tabify the file (pointed out by Thomas Wouters) |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Andrew M. Kuchling | Update listing of subdirectories |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Guido van Rossum | Remove spurious "closed" attribute definition from... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Andrew M. Kuchling | Remove various outdated files. (Leaving find_recursion... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Andrew M. Kuchling | Update cheatsheet to 2.0 from Brunning/Gruet's quick... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Andrew M. Kuchling | Add 'yield' as a keyword |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Guido van Rossum | A totally new way to do the __new__ wrapper. This... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Jack Jansen | Oops, arg type for the glue routine was wrong. |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Just van Rossum | Show the MacPython IDE version in the interactive banner. |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Jack Jansen | Oops, this file was apparently never added to the repos... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Jack Jansen | Replace moddir and incdir by |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Martin v. Löwis | Patch #448194: Debuging negative reference counts. |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Fred Drake | Add a comment on time.time() returning non-decreasing... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tim Peters | + Made installer more reluctant to overwrite MS C runti... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Piers Lauder | fix for Bug ID 448100 - "test code using NL instead... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Steven M. Gava | began font / indentation page |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tim Peters | Rename pydoc.pyw to pydocgui.pyw: Since we changed... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tim Peters | + Redid file associations on Win2K in what I believe... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tim Peters | New runtime vrbl DOADMIN. When false, we never try... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Tim Peters | + Add version info to Win2K add/remove. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Martin v. Löwis | Add more constants. Contributed by itojun. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Martin v. Löwis | Auto-detect hstrerror. Raise socket.herror in PyH_Error... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Martin v. Löwis | Document IPv6 changes. Contributed by itojun. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Greg Ward | Hack to workaround bug #445984: attempt to import _sock... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Steven M. Gava | further work on keybinding page |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Tim Peters | Derived from SF patch #446899 Permit import of .pyw... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Fred Drake | Plug a memory leak in Py_InitModule4(): when PyDict_Se... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Fred Drake | Lots of new text and example code on embedding Python... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Fred Drake | Note that the mimetypes.MimeTypes class was added in... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Add documentation for the new aspects of the mimetypes... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Refactor so that it is easier to work with alternate... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tim Peters | Don't use any characters C doesn't guarantee are safe... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Fix stupid bug: when migrating these tests from the... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Change some comments into docstrings. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tim Peters | + Moved IDLE from the "tools" component to the main... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Apply the new \mailheader macro where appropriate,... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Define the \mailheader macro and document conventions... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Minor markup nits and slight style-guide conformance... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | PyMac_GetFSSpec must be called via the dylib glue code... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | If we use frameworks we should include CoreServices... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | TXNTSMCheck isn't available under Mach-O Carbon. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | - On OSX add -no-cpp-precomp to OPT. The user still... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | ICFindConfigFile isn't needed, and it's gone under... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | EasyDialogs has a working version of this. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | These stopped working a long time ago, and they're... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, EasyDialogs has the same code (but working:-). |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete: uses old applescript support. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, uses the old non-package-based applescript... |
commit | commitdiff | tree | snapshot |
next |