2001-06-10 |
Tim Peters | Renamed some stuff to tell the truth about what it... |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Tim Peters | Initial support for 'q' and 'Q' struct format codes... |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Jack Jansen | Added a missing cast to the hashfunc initializer. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Tim Peters | SF bug 431772: traceback.print_exc() causes traceback |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Peter Schneider... | annoying whitespace inconsistency |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Tim Peters | SF bug 430991: wrong co_lnotab |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Martin v. Löwis | Cast the result of xxxPyCObject_Import to PycStringIO_C... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Martin v. Löwis | Patch #424475: Speed-up tp_compare usage, by special... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Fred Drake | Fix the attributions for the new floating point text. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Fred Drake | Added credits in the right places. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Fred Drake | Text from Tim & Guido discussing floating point arithme... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Skip Montanaro | add warning about situation where code may be executed... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Fred Drake | In the section on extending the profiler, add some... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Fred Drake | call_trace(): Add an additional parameter -- pointer... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Fred Drake | Performance improvements to the profiler: |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Martin v. Löwis | Patch #429957: Add support for cp1140, which is identic... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Martin v. Löwis | Document filter. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Peter Schneider... | check in for patch #430846 |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Martin v. Löwis | Patch #430754: Makes ftpmirror.py .netrc aware |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Marc-André... | Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Martin v. Löwis | Previous check-in was by mistake, undo it. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Peter Schneider... | This closes bug #430849 (internal error produced by... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Martin v. Löwis | Patch #416220: Fix misplaced paren. |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Guido van Rossum | Acknowledge the existence of the 'platform' file, gener... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Fred Drake | Typo: "descrition" --> "description" |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Fred Drake | Add references to the documentation for the Python... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Guido van Rossum | Added quopri codec. |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Martin v. Löwis | Report on fnmatch.filter. |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Martin v. Löwis | Patch #409973: Speedup glob.glob, add fnmatch.filter. |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Martin v. Löwis | Wrap with extern "C". Fixes bug #428419. |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Martin v. Löwis | Fix bug #422702: Make flag argument to open optional... |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Martin v. Löwis | Add .pyo as an extension, fixes bug #416462. Also resto... |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Tim Peters | Make it possible to find the use of tp_as_buffer here... |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Fred Drake | Update a "Programmer's note" about lambda forms and... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Guido van Rossum | Quick update to the extension mechanism (extend.py... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Tim Peters | Store the mask instead of the size in dictobjects.... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Skip Montanaro | is -> if in rename description |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Fred Drake | Convert the parser module test to use PyUnit. |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Mark Hammond | Add some useful Windows encodings - patch #423221. |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Martin v. Löwis | Implement testGetElementsByTagNameNS. |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Martin v. Löwis | Fix getElementsByTagNameNS: |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Tim Peters | lookdict: stop more insane core-dump mutating comparis... |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Tim Peters | lookdict: Reduce obfuscating code duplication with... |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Fred Drake | Explained more differences between PyList_SetItem(... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Tim Peters | Finish the dict->string coredump fix. Need sleep. |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Tim Peters | Fix comment. |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Tim Peters | Coredumpers from Michael Hudson, mutating dicts while... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Neil Schemenauer | Separate CFLAGS and CPPFLAGS. CFLAGS should not contai... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Tim Peters | dict_popitem(): Repaired last-second 2.1 comment,... |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Tim Peters | New collision resolution scheme: no polynomials, simpl... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Skip Montanaro | more public symbols for __all__ |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Fred Drake | Document os.getenv(). |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Fred Drake | Some general cleanup of the threading module documentat... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Tim Peters | PyErr_Occurred(): Use PyThreadState_GET(), which saves... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Fred Drake | Added entry for HTMLParser documentation. |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Fred Drake | Michel Pelletier <michel@digicool.com>: |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Tim Peters | This division test was too stringent in its accuracy... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Tim Peters | BadDictKey test: The output file expected "raising... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | New solution to the "Someone stuck a colon in that... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | Users of PySequence_GET_FAST() should get the length... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | readlink() description: Added note that the return... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Jeremy Hylton | Change cascaded if stmts to switch stmt in vgetargs1(). |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Jeremy Hylton | Internal refactoring of convertsimple() and friends. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Jeremy Hylton | fix bogus indentation |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | runtest(): When generating output, if the result is... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | The one-line output files are no longer needed, so... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Jeremy Hylton | Variety of test cases for call to builtin functions |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Jeremy Hylton | Fix bug reported by Tim Peters on python-dev: |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | Hack to make this play nicer with *old* versions of... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | Bring the notes on the relationship between __cmp__... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | Fix typo reported in SF bug #427783. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | The parameter to the listen() method is not optional... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | Removed information on the old third parameter to _PyTu... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | If the input line does not contain enough fields, raise... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Fred Drake | Do not start API descriptions with "Does the same,... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Thomas Wouters | _PyTuple_Resize: guard against PyTuple_New() returning... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Tim Peters | Patch from Gordon McMillan. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Tim Peters | Cruft cleanup: Removed the unused last_is_sticky argum... |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Thomas Wouters | _PyTuple_Resize: take into account the empty tuple... |
commit | commitdiff | tree | snapshot |
2001-05-27 |
Tim Peters | Implement an old idea of Christian Tismer's: use polyn... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Jack Jansen | When reading from stdin (with the dialog box) use any... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Tim Peters | Change list.extend() error msgs and NEWS to reflect... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Tim Peters | Cruft cleanup: removed the #ifdef'ery in support of... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Tim Peters | roundupsize() and friends: fiddle over-allocation... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Fred Drake | Add a version annotation for splitdrive(); old, but... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Fred Drake | Add descriptions of {}.iteritems(), {}.iterkeys(),... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Barry Warsaw | write(): Aggressively sort all catalog entries, and... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Martin v. Löwis | Patch #424335: Implement string_richcompare, remove... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Tim Peters | dictresize(): Rebuild small tables if there are any... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Tim Peters | Jack Jansen hit a bug in the new dict code, reported... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Jack Jansen | One more macroman<->latin1 conversion victim. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Barry Warsaw | write(): Do two levels of sorting: first sort the indiv... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Guido van Rossum | When Tim untabified this file, his editor accidentally... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Jack Jansen | Updated to reflect the current state of config.h.in. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Tim Peters | Remove test_doctest's expected-output file. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Fred Drake | Update to reflect recent changes to regrtest and the... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Fred Drake | Merge my changes to the offending comment with Guido... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Tim Peters | Remove test_difflib's output file and change test_diffl... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Guido van Rossum | Removed incorrect comment left over from sgmllib.py. |
commit | commitdiff | tree | snapshot |
next |