2001-06-18 |
Andrew M. Kuchling | [Bug #433047, reported by Armin Rigo] Remove extra... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Fred Drake | Add some information on the use of \verbatiminput to... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Guido van Rossum | Fix SF bug #433904 (Alex Martelli) - all s_* methods... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Martin v. Löwis | Patch #413171: Implement get, setdefault, update in... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Tim Peters | Clarification in the fp appendix suggested on c.l.py... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Marc-André... | Fix for bug [ #433047 ] missing args to PyArg_ParseTuple |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Guido van Rossum | SF patch #433619, by Michel Pelletier: |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Martin v. Löwis | Synchronize with 1.13 of PyXML: |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Fred Drake | Instead of initializing & interning the strings passed... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tim Peters | PyLong_{As, From}VoidPtr: cleanup, replacing assumptio... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Martin v. Löwis | Document that filter is added in 2.2. |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tim Peters | Fix error in comment, and in test_long_api and test_lon... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tim Peters | dict_repr: Reuse one of the int vars (minor code simpl... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tim Peters | Reformat decl of new _PyString_Join. Add NEWS blurb... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tim Peters | SF bug 433228: repr(list) woes when len(list) big. |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tim Peters | SF bug 433228: repr(list) woes when len(list) big |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Fred Drake | Implement the \verbatiminput LaTeX macro; this contains... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Fred Drake | Add a version annotation for the Q and q format codes. |
commit | commitdiff | tree | snapshot |
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 |
next |