2001-10-05 |
Fred Drake | ReferenceError is now built-in, so pick it up from... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Fred Drake | The weak reference implementation, separated from the... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Fred Drake | weakref.ReferenceError becomes a built-in exception... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Guido van Rossum | Martijn Pieters convinced me that when readline() strip... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Guido van Rossum | Enable GC for new-style instances. This touches lots... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Thomas Heller | With Andrew's blessing: distutils version number is... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Tim Peters | Introduced the oddly-missing PyList_CheckExact(), and... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Thomas Heller | Explicitely list the metadata attributes to show |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Tim Peters | Get rid of unique local ISSTRICTINT macro in favor... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Tim Peters | A regexp example was rendered as |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Barry Warsaw | SMTPServer.__init__(): Print the start information... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Guido van Rossum | Remove false statement about running make in the Module... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Fred Drake | Remove some long-unsupported Mac OS modules. |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Fred Drake | Frankly, I'd like my "L." as well! |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Guido van Rossum | Another contributor. |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Andrew M. Kuchling | Fix typo in docstring |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Martin v. Löwis | Document addition of chroot. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Martin v. Löwis | Add chroot call. Implements feature #459267. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Fred Drake | Update a couple of old addresses that point to CNRI. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Fred Drake | Non-failing test for SF bug #467059. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Guido van Rossum | Apply modified SF patch 467580: ConfigParser.getboolean... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Fred Drake | run_suite(): If testclass is not available, provide... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Guido van Rossum | Make new classes dynamic by default. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | Changed the reindenter to strip only trailing spaces... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Fred Drake | Fix bug in profiler modifications detected only in... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Barry Warsaw | TestIterators: Tim Peters suggests a more succinct... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Barry Warsaw | More test data for test_email.py |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Barry Warsaw | test_header_splitter(), test_body_line_iterator():... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Barry Warsaw | Give me back my page breaks. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Guido van Rossum | Add note about profiling. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Barry Warsaw | Script arguments localhost:localport and remotehost... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Greg Ward | Add various typecasts (back and forth from char * to... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Greg Ward | Remove a couple of unused local variables (bug #445960... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Fred Drake | Updated to reflect the rationalized profiler event... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Fred Drake | Rationalize the events passed to the profiler (no chang... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Guido van Rossum | Add note about profile fix. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | Make clear that tuple() accepts the same kind of argume... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | Added a little type/class NEWS. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | This test relied on hard tab characters, so failed... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | class_docstrings(): The new-style class tests should... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | type_new(): cast PyObject_MALLOC's result to char... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Tim Peters | SF bug [#467331] ClassType.__doc__ always None. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Guido van Rossum | Hopefully fix the profiler right. Add a test suite... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Fred Drake | Expand the documentation of the low-level tracing/profi... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Fred Drake | Add some more test cases to be sure we do the right... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Fred Drake | Undo previous patch; it did not quite work out. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Greg Ward | Fix a spelling error that has been bugging me for longe... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Andrew M. Kuchling | Set .addr in a few more places (patch approved by Sam... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Guido van Rossum | dynamics(): add a dummy __getattr__ method to the C... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Guido van Rossum | typeobject.c, slot_tp_gettattr_hook(): fix the speedup... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Skip Montanaro | remove empty __del__ method from BaseRequestHandler... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Guido van Rossum | *EXPERIMENTAL* speedup of slot_sq_item. This sped... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Tim Peters | Made the classmethod docstring test a bit less trivial. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Tim Peters | SF bug [#467336] doctest failures w/ new-style classes. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Guido van Rossum | Mark treatment of binary operators for __rop__-before... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Guido van Rossum | call_method(), call_maybe(): fix a performance bug... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | Note removal of Demo/dns, point to PyDNS. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | Removed Demo/dns -- see sf.net/projects/pydns/ instead. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Tim Peters | SF patch [#466616] Exclude imported items from doctest. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Tim Peters | SF bug [#467265] Compile errors on SuSe Linux on IBM... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Guido van Rossum | Add Garbage Collection support to new-style classes... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Tim Peters | CVS patch [#466628] Doc changes for doctest patch ... |
commit | commitdiff | tree | snapshot |
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 |
next |