2001-12-06 |
Martin v. Löwis | Undefine addrinfo.h constants if the system header... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Fred Drake | Attribute nodes did not always get their ownerDocument... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Fred Drake | Be more careful about accessing attributes of the paren... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Andrew M. Kuchling | [Bug #459270] Fix incorrect filename for system-wide... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Andrew M. Kuchling | [Bug #459270] Fix incorrect docstring |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Andrew M. Kuchling | [Bug #480882] Remove now-pointless check for existence... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Jeremy Hylton | Fix memory leak in dict_to_map(), SF bug [ #485152... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Jeremy Hylton | Little stuff. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Jeremy Hylton | Fix [ #489673 ] memory leak in test_symtable: Free... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Guido van Rossum | Fix a typo (probably caused by autocompletion <blush... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Tim Peters | SF bug #488514: -Qnew needs work |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Fred Drake | Fix appendChild() and insertBefore() (and replaceChild... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Guido van Rossum | SF patch #489680 (David Abrahams): h2py uses nonexisten... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Guido van Rossum | Warning message about unfound file was missing trailing \n. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Guido van Rossum | SF patch #489680 (David Abrahams): h2py uses nonexisten... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
Guido van Rossum | The previous checkin to clear __slots__ variables did... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Jack Jansen | Replace sprintf() with PyOS_snprintf(). |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Jack Jansen | sys.platform on Mac OS X is now "darwin", without any... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Jack Jansen | Link more modules with weak import, and add CarbonAcces... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Guido van Rossum | Fix SF bug #489581: __slots__ leak. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Jack Jansen | Define NDEBUG if Py_DEBUG isn't defined. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | Re-enabled debugging prints in poplib & documented... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Tim Peters | audioop_ratecv(): I left a potentially unsafe multiply... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | Added a missing period at the end of an error message. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | Fix memory leak in the parser module: There were two... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | asyncore.loop() description contributed by Skip Montanaro. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Guido van Rossum | At the PythonLabs meeting someone mentioned it would... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | Separate the script portion from the library portion... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Jack Jansen | As of OS X 10.1.1 the version numbering scheme has... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Steven M. Gava | changes to use new tabpages classes |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Steven M. Gava | remove cruft from other project |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Steven M. Gava | cleaner tabbed-page mini implementation through classes |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Tim Peters | SF bug 482574: audioop.ratecv crashes. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | Add a note to the description of the interaction betwee... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Fred Drake | Added documentation of the sendall() method, and a... |
commit | commitdiff | tree | snapshot |
2001-12-05 |
Tim Peters | Change new tests to use integer division (// instead... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Tim Peters | SF bug #488480: integer multiply to return -max_int-1. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Added entry for the "cgitb" module docs. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Documentation for the "cgitb" module. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Make sure to propogate errors that arise when profiling... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Another no-longer-nameless contributor... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Add note about fixed hash() of mutable objects. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Define NDEBUG when compiling a release build on Unix. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Import the keyword module instead of relying on our... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Put the keywords back in alphabetical order. Apparentl... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Tim Peters | Stop defining NDEBUG in Python.h, because it can interf... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Include a warning that scripts should not have the... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Talk about str() in the discussion of string representa... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Ka-Ping Yee | Add "file" argument to Hook constructor. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Address SF patch #485789 (Stefan Schwarzer). |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Fix SF bug #486144: Uninitialized __slot__ vrbl is... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Fix SF bug #479967: Appearantly I broke something... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Add a note that the rgbimg module is only built on... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | long_mul(): The PyNumber_Multiply() call can return... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Fred Drake | Remove meaningless comment. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | Fix SF bug #486144: Uninitialized __slot__ vrbl is... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | PyObject_Generic{Get,Set}Attr(): ensure that the attrib... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | A tiny but useful script that fires off a search on... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Jack Jansen | Patch by Jason Harper to allow IDE to work again under... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Guido van Rossum | The parser now also needs to link with mysnprintf.o. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Tim Peters | PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Tim Peters | The parser doesn't need its own implementation of asser... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Jeremy Hylton | Update docs to reflect new compile() and compileFile() |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Jeremy Hylton | SF bug #488687 reported by Neal Norwitz |
commit | commitdiff | tree | snapshot |
2001-12-04 |
Tim Peters | More sprintf -> PyOS_snprintf. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Slightly improved indexing for the string-% operator... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Update lambda description to reflect nested scopes... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Added documentation on the ScrolledText module. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Andrew M. Kuchling | Oops! Forgot the value parameter. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Andrew M. Kuchling | Add __delete__ method of properties |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Tim Peters | posix_execve(), posix_spawnve(), posix_putenv(): |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | Fix the final two issues in Armin Rigo's SF bug #488477... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | unpack_iterable(): Add a missing DECREF in an error... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Just van Rossum | removed some dead code. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Barry Warsaw | decode(), encode(): Accepting the minor optimizations... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | function_call(): Remove a bogus (and I mean *really... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Add a scalar product to the example list comprehensions... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Barry Warsaw | LIBSUBDIRS: Add test/data so it gets installed and... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Minor clarification of the zip() description, based... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Make no assumption about how modules are built when... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Re-word the intro slightly to avoid reader misunderstan... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Just van Rossum | Removed old and broken AE-based browser controller... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Clarify that the Python runtime may behave mysteriously... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Remove most references to __members__ and __methods__... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Convert to using string methods instead of the string... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Add a test that makes sure unclosed entity references... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | PyErr_Format() does not return a new reference; it... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | Fix of SF bug #475877 (Mutable subtype instances are... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | _tryorder should always be a list, then the problem... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | New about super. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Jack Jansen | Missing comma in tuple initializer caused webbrowser... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | Address SF patch #480716 as well as related issues. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | Add Greg Chapman. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Martin v. Löwis | Add more inline documentation, as contributed in #487906. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Fred Drake | Clean up some material that is not part of the standard... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Tim Peters | PyString_FromFormatV, string_repr: document why these... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Guido van Rossum | Fix for SF bug #485678. |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Tim Peters | mysnprintf.c: Massive rewrite of PyOS_snprintf and... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Steven M. Gava | further work on new configuration system, specifically, |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Jack Jansen | A system() lookalike that sends commands to ToolServer... |
commit | commitdiff | tree | snapshot |
next |