2001-10-02 |
Guido van Rossum | pickles(): |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | The error reporting here was a bit sparse. In verbose... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | Under certain conditions (sometimes triggered by the... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | Correct the URL for the license (only used when the... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | Update reference to pydns. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Tim Peters | SF patch [#466616] Exclude imported items from doctest, |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fred Drake | Fredrik tells me the truefalse parameter for boolean... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Tim Peters | Removed stray backslash (a typo -- my fault). |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Tim Peters | The description of dictionary comparison was out of... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Tim Peters | SF patch [#466353] Py_HUGE_VAL on BeOS for Intel. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fredrik Lundh | restored 1.5.2 compatibility |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Tim Peters | SF patch [#466877] SIGBREAK is missing from signal... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Skip Montanaro | approximately double dump performance by moving import... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Skip Montanaro | simple dumps/loads test case for xmlrpclib |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | Miscellaneous code fiddling: |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | binary_op1(), ternary_op(): rearrange the code so that... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fred Drake | "boolean" --> "Boolean" (per the style guide). |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fred Drake | Fix some minor style-guide conformance bugs. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Martin v. Löwis | Undo last checkin. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fred Drake | Straighten out some markup. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Martin v. Löwis | Undo last checkin, since it duplicated the code. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | slot_sq_length(): squash a leak. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fred Drake | Refer to the objects which define __len__(), __*item__... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | slot_tp_new(): newargs was leaking. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Fred Drake | Clarify comments about mailbox objects being iterable. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | Docs for SF patch #462628 |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | Another SF patch contributor. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | SF patch #462628 (Travers Naran) NNTPLib supports savin... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Guido van Rossum | Fix typo found by doerwalter. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Martin v. Löwis | Patch #426880: Implement Listbox itemcget and itemconfi... |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Martin v. Löwis | Patch #462122: add readline startup and pre_event hooks. |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Martin v. Löwis | Patch #462190, patch #464070: Support quoted printable... |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Martin v. Löwis | Properly detect recursive structures. Adopted from... |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Tim Peters | The execfile() docs imply it acts on locals same as... |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Tim Peters | Correct docs for long(float). |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Tim Peters | SF bug [#466173] unpack TypeError unclear |
commit | commitdiff | tree | snapshot |
2001-09-30 |
Tim Peters | SF [#466125] PyLong_AsLongLong works for any integer. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | Handle PEP references the same way RFC references. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | Fix two typos in the text about compile(), and add... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Skip Montanaro | forgot to mark use of StringType and UnicodeType in... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Skip Montanaro | added description of StringTypes object |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | Fix up whitespace in <args> elements; reduce sequences... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | Minor markup improvement. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | For Python 2.2, do not use __getattr__(), only use... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | _dispatch(): Do no re-define the resolve_dotted_atttri... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Tim Peters | The list.sort() docs require a function that returns... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | The changes to ternary_op could cause a core dump.... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | Clarify the warning about the relative dates of Setup... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | Add a few ``__dynamic__ = 0'' lines in classes that... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | It's a fact: for binary operators, *under certain circu... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Ouch. The wrapper for __rpow__ was the same as for... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Move XML-RPC-related docs to the "Internet Protocols... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Add entry for the SimpleXMLRPCServer module. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Preliminary documentation for the SimpleXMLRPCServer... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Tim Peters | Post-release fiddling (prep for 2.2b1). |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Andrew M. Kuchling | Minor additions and rewrites. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Update the xml.dom.minidom tests to cover the DOM-compl... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Andrew M. Kuchling | Install the new compiler and email packages |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Tighten up the new NodeList implementation. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Remove an infelicitous space. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Tim Peters | regrtest's -g option stopped working, during the change... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Reflect recent refinements of the regression testing... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Be more rigorous about making pathnames absolute, to... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Clean up circular references in the Weak*Dictionary... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Reorder Still To Do items (highest priority on top... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Add complex to the dispatch tables, to avoid going... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Changes to copy() and deepcopy() in copy.py to support... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Removed files no longer needed. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Barry Warsaw | PY_RELEASE_SERIAL => 4 |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Convert to string methods. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Barry Warsaw | Fixed a minor typo. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Use consistent version annotations instead of something... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Convert most uses of the string module to string methods. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Added note about non-support of UNC paths on Windows. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | State that encode() and encodestring() append a newline... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Fix SF bug 419062: building pbs on AIX 4.3.2 |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Barry Warsaw | Merged changes from 22a4 branch. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | For Python 2.2 and newer, actually support the full... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Guido van Rossum | Merge branch changes (coercion, rich comparisons) into... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Add entries for the email and compiler packages. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Markup adjustments. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Added dependencies for the compiler and email packages. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Migrate the compiler documentation from the Tools/compi... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Do not distinguish \refmodule from \module in the gener... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Re-write <ulink> elements as described in the conversio... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Change the sense of a test in how the profiler interpre... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Tim Peters | Bump Windows build numbers for 2.2a4; installer changes... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Turn \input, \include, and \verbatiminput into XInclude... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Marc-André... | Added note about new StringIO/cStringIO feature. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Add support for some more markup that had slipped in. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Fix some markup errors. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Markup adjustment: \[...\] is math markup and does... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Tim Peters | docroutine() (both instances): Docstrings for class... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Tim Peters | List class attrs in MRO order of defining class instead... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Tim Peters | Removed no-longer-true comment about pydoc working... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | Remove comment that no longer applies. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | Updates do email package documentation for markup,... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Tim Peters | Display a class's method resolution order, if it's... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | More test cases, including something that simulates... |
commit | commitdiff | tree | snapshot |
next |