2001-06-15 |
Thomas Wouters | Forward-port revision 2.24.2.4 from the release21-maint... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Guido van Rossum | Note that 2.0.1 is also a PSF release. (Gregor Hofflei... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tim Peters | Change IS_LITTLE_ENDIAN macro -- a little faster now. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Guido van Rossum | Fix a mis-indentation in _PyUnicode_New() that caused... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Fred Drake | Fix an improperly placed comma. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tim Peters | _PyLong_AsByteArray: simplify the logic for dealing... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tim Peters | PyLong_From{Unsigned,}Long: count the # of digits... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tim Peters | Fixed typo in comment. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tim Peters | Add tests of PyLong_{As,From}{Unsigned,}Long. These... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | Generalize the new qQ std-mode tests to all int codes... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | _PyLong_FromByteArray: changed decl of "carry" to... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | _PyLong_AsByteArray: Don't do the "delicate overflow... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | _PyLong_AsByteArray: added assert that the input is... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | PyLong_As{Unsigned,}LongLong: fiddled final result... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | Record Windows buildno for 2.0.1c1. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Marc-André... | Temporarily disable the message to stderr. Jeremy will... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Jack Jansen | Got rid of mactoolboxglue.c |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Jack Jansen | Fixed an error in the signature of the QdRGB converter... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | The new {b,l}p_{u,}longlong() didn't check get_pylong... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tim Peters | longobject.c: |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tim Peters | The merest start of a test for the PyLong_{As,From... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tim Peters | _PyLong_{As,From}ByteArray: Minor code rearrangement... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Guido van Rossum | Add new built-in 'help' which invokes pydoc.help (with... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Marc-André... | Removed the Python version from the PYTHONHOMEHELP... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Fred Drake | Make the option processing more robust. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Marc-André... | Fix for bug #432384: Recursion in PyString_AsEncodedString? |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Fred Drake | Fixed reference to table notes for {}.keys() and {... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tim Peters | Added q/Q standard (x-platform 8-byte ints) mode in... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Guido van Rossum | Make copy, cut and paste events case insensitive. ... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tim Peters | Two new private longobject API functions, |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Fred Drake | Add the appropriate availability annotations for the... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tim Peters | Simplify some convolution by simply not recognizing... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tim Peters | Make clear in the docstring that "std" applies to both... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Thomas Wouters | Protect the use of the VWERASE symbol by an #ifdef... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Fred Drake | Fixed parameter order for os.popen2(), os.popen3()... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Fred Drake | Fix recent changes so that this section will format... |
commit | commitdiff | tree | snapshot |
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 |
next |