2001-08-10 |
Fred Drake | Usage fix, problem reported by Keith Briggs. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Added documentation for the new rich comparison support. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | Patch #441091 from Finn Bock: the more advanced flush... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Disable the sub() optimization until Fredrik has time... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Check in a testcase for SF bug #449000: re.sub(r'\n... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Neil Schemenauer | Remove "referents" structure (it's not needed). Check... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jeremy Hylton | Remove hard-coded NT constants that are already defined... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Remove the bogus flags parameter from the PyFile_WriteS... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Expose nl_langinfo through locale where available. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jack Jansen | Regenerated. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jack Jansen | Changed reference to config.h to pyconfig.h. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Get OPT from the environment to build the CCSHARED... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tim Peters | SF patch #438013 Remove 2-byte Py_UCS2 assumptions |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tim Peters | Skip test_mhlib on Windows -- too many Unix assumptions. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Fix two bugs detected by PyChecker: there's no need... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Andrew M. Kuchling | Import UnknownFileError |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Andrew M. Kuchling | Import the errno module |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Andrew M. Kuchling | Use correct variable name |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Add resolution of __new__ story sequel. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Fred Drake | Added tests for operator.floordiv() and operator.truediv(). |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Fred Drake | Add wrappers around the rich-comparison operations. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Restore the test for 'object' that I removed when objec... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Sigh. Strengthen the resriction of the previous checki... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Thinking back to the 2.22 revision, I didn't like what... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Use type(x).__name__ to get the name of the type instea... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Unittests for mhlib, by Nick Mathewson. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Apply anonymous SF patch #441229. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tim Peters | SF patch #403640: incomplete proxy handling in URLLIB |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | SF Patch #420725 by Walter Doerwald: |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Patch #403514: precompute _subst_format_str to avoid... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Added Josh Cogliati (turtle.py contributor). |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Applied SF patch #438424 by Josh Cogliati: |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Guido van Rossum | Apply SF patch #424554: check for PYTHONDUMPREFS to... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Neil Schemenauer | One more. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Neil Schemenauer | Add get_objects function. This is a low level function... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Neil Schemenauer | Add get_referents function. Closes SF patch #402925. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Regenerate for glibc 2.2.3. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Regenerate for Solaris 8. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | When representing #includes as imports, do from MOD... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Patch #437683: Use re instead of regex. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Move IPv6 test further down so that usage of -lnsl... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Patch #433537: Cache ac_cv_bad_static_forward. |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Thomas Wouters | Michael Hudson correctly pointed out we should cvsignor... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Martin v. Löwis | Patch #448474: Add support for tell() and seek() to... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tim Peters | In the acks, CamelCase InstallMaster the same way Wise... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Add a comma. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Guido van Rossum | Mark binary operators as done. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Give some special thanks on the final "Installation... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Guido van Rossum | A test suite for binary operators, disguised as a ratio... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Guido van Rossum | Proper support for binary operators, including true... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Resource files for OSX Python.framework. Incomplete... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Greg Ward | Typo fix (spelling mistake in error message). |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Thanks to |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Martin v. Löwis | Patch #422471: Install IDLE Help File |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Add the new Tools/compiler/README to the WIndows instal... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Fred Drake | Added documentation for PyNumber_*FloorDivide(), PyNumb... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Andrew M. Kuchling | Added README to this directory |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Fred Drake | Reference counting information for PyNumber_*FloorDivid... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Tim Peters | Remove 6-year old hack to worm around a bug in "NextSpe... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Guido van Rossum | Added note to self about __new__ issue. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Martin v. Löwis | Patch #449083: Use builtins to initalize the module. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Jack Jansen | Removed extraneous semicolons that caused a gazzilion... |
commit | commitdiff | tree | snapshot |
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 |
next |