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 |
2001-12-03 |
Guido van Rossum | Fix for SF bug #485678. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Jack Jansen | Changed logic for finding python home in Mac OS X frame... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Jack Jansen | Added tests expected to be skipped on Mac OS X. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Check for NULL return value of PyList_New (follow-up... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch 487906: update inline docs. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Fred Drake | Another name. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Fred Drake | Add reference to the "String Methods" section to make... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch #487784: Support Unicode commands in popen3/4... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Compute thread headers through shell expansion in confi... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch #481718: Time module doc string changes. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch #487275: windows-1251 charset alias. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch #487275: Add windows-1251 charset alias. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch #486743: remove bad INCREF, propagate exception... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Patch #487455: make types.StringTypes a tuple. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Martin v. Löwis | Remove INET6 define. Use ENABLE_IPV6 instead. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Tim Peters | mywrite(): The test for trouble in PyOS_vsnprintf... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Guido van Rossum | When the number of bytes written to the malloc'ed buffe... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Tim Peters | SF bug #487743: test_builtin fails on 64 bit platform. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Synchronize with pulldom from PyXML (revision 1.18). |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Synchronize with minidom from PyXML (revision 1.35). |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Drop xmllib in favor of SAX. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Add a couple of entries to the whitespace-cleanups... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Add description of tkCommonDialog. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Added two new conversion specifications. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Change the chapter title to reflect the Tk affinity. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Add a new environment in the Python docs markup: seeals... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Minor adjustments to markup for the getDOMImplementatio... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Added the convenience constants that are present in... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Jack Jansen | Merged changes made on r22b2-branch between r22b2 and... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Tim Peters | unicodedata_decomposition(): sprintf -> PyOS_snprintf. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Fred Drake | Updated documentation for the new httplib interface... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | Update the signature of PyFile_WriteString(). |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | More information about Tix support, contributed by... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | Various cleanups & markup fixes, mostly relating to... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | Neil Schemenauer suggested a small improvement to one... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | writeline() --> writelines() |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Martin v. Löwis | Use identity instead of equality when looking for refer... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | New section of regular expression examples contributed... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | Clarify the description of the creation of an owned... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | Add an index entry for the discussion of PyEval_CallObj... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Fred Drake | A few small changes: |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Tim Peters | SF bug 486278 SystemError: Python/getargs.c:1086: bad. |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Guido van Rossum | canonic(): don't use abspath() for filenames looking... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Tim Peters | SF bug 486480: zipfile __del__ is broken |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Tim Peters | PyFloat_AsStringEx(): This function takes an output... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Jeremy Hylton | Two screwups fixed for sizeof(char *) instead of sizeof... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Tim Peters | PyFile_WriteString(): change prototype so that the... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Tim Peters | More sprintf -> PyOS_snprintf. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Jeremy Hylton | Use PyOS_snprintf() instead of sprintf(). |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Jeremy Hylton | Use PyOS_snprintf() at some cost even though it was... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Jeremy Hylton | Use PyOS_vsnprintf() and check its return value. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | ste_repr(): Conversion of sprintf() to PyOS_snprintf... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | aix_loaderror(): Conversion of sprintf() to PyOS_snprin... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | Reverting last change so we don't have to think about... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Jeremy Hylton | Use strncpy() instead of sprintf() in calculate_path(). |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | code_repr(), com_addop_varname(), com_list_comprehension(), |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | PyWin_FindRegisteredModule(): Conversion of sprintf... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | weakref_repr(), proxy_repr(): Conversion of sprintf... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Barry Warsaw | formatfloat(), formatint(): Conversion of sprintf(... |
commit | commitdiff | tree | snapshot |
next |