2001-08-19 |
Skip Montanaro | of course I muffed it separating the notes code from... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Guido van Rossum | Avoid total dependency on the new module. This address... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Skip Montanaro | add debug calls to self._note for the Semaphore class... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Tim Peters | Improve Windows time.clock() blurb; was missing return... |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Tim Peters | Windows fiddling for 2.2a2: bump build number; update... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Guido van Rossum | SF patch #452239 by Gordon McMillan, to fix SF bug... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Guido van Rossum | Add dependencies for Python/thread.c on all of the... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Guido van Rossum | Inspired by Greg Stein's proposed simplification of... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Tim Peters | Expose the CO_xxx flags via the "new" module (re-solvin... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Skip Montanaro | added warnings about security risk of using tmpnam... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Guido van Rossum | Fix SF bug #443600: |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Eric S. Raymond | Framework code for compilerlike scripts. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Greg Stein | Resolve patch #449367. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Ka-Ping Yee | Add some fairly important file extensions: bmp css... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Ka-Ping Yee | Initial check-in of cgitb. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Guido van Rossum | When the socket is closed, don't just assign 0 to self... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Jeremy Hylton | Add a little introductory text. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Jeremy Hylton | Generate correct reprs for Mul, Add, etc. |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Jeremy Hylton | Track removal of doc string from Module().nodes[0] |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Jeremy Hylton | Add Yield() node |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Tim Peters | Remove the horrid generators hack from doctest.py.... |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Jeremy Hylton | Add Yield() statement handler |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Tim Peters | Fix for bug [#452230] future division isn't propagated. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Jack Jansen | The OSX framework Headers symlink pointed the wrong... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Tim Peters | A fiddled version of the rest of Michael Hudson's SF... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Martin v. Löwis | Use raw-unicode-escape for the tests that require it. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Address SF bug #442813. The sequence getitem wrappers... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Add test for weak references. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Add note on type/class unification. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Tim Peters | ceval, PyEval_MergeCompilerFlags: wasn't merging in the |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Weak reference support, closing SF bug #451773. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Barry Warsaw | Document that uu.decode() will always raise a uu.Error... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Barry Warsaw | Test that uu.py will not override an existing file... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Barry Warsaw | decode(): Raise a uu.Error if no out_file is given... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Tim Peters | A self-contained piece of Michael Hudson's patch |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Address SF #451547. The approach is a bit draconian... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Martin v. Löwis | Patch #445762: Support --disable-unicode |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Another contributor's patch got accepted. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Change the 227 response parser to use a more liberal... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Fred Drake | Make sure that ampersand escaping is still performed... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | type_new(): look for __dynamic__ at the module level... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Strip trailing whitespace, including two lines containi... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | - Get rid of obsolete #define PATCHLEVEL. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Fix core dump in repr() of instancemethod whose class... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | classic(),metods(): add tests to verify that a bound... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | instance_getattr2(): rewritten to remove unnecessary... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | classic(), methods(): add another test relating to... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Instance methods: allow a NULL value for im_class. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | Add early binding of methods to the 2nd metaclass example. |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | metaclass(): add tests for metaclasses written in Pytho... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Guido van Rossum | type_new(): only defer to the winning metatype if it... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | Stop adding 3 to FD_SETSIZE -- it makes no sense. ... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | fix_font(): Instead of using a long if/elsif cluster... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Fix typo reported by Joonas Paalasmaa: dada-->data |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Re-write the description of the os.spawn*() functions... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | Added a test for module repr truncation when the packag... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | classobject.c:instancemethod_descr_get(): when a bound... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | module_repr(): Instead of fixing the maximum buf size... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Jack Jansen | If genpluginprojects is called from fullbuild we set... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | init_sre(): Plug a little leak reported by Insure. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Andrew M. Kuchling | Link readline module with ncurses in preference to... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Andrew M. Kuchling | [Patch #441691] preprocess() method for Borland C compiler. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | test_descr started breaking in yet another way in the... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Fix object_repr() to include the module (using the... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | New unit test for the mimetypes module, to avoid future... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Another egregious error that copied the encodings info... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Martin v. Löwis | Use (c)StringIO for collecting bytes. Fixes bug #451622. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | Repair some accidents causing Windows failures: |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | Fixed a couple of minor formatting nits where lines... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Barry Warsaw | select_select(): Closing bug #448351 the easy way,... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Bad bug: the MimeTypes.readfp() was supposed to take... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | I should add that the previous checkin also added a... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Just van Rossum | Long time overdue: change sys.path defaults so that... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Fred Drake | Use METH_O where possible (two functions). This does... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Jack Jansen | Updated to the current state of things (long overdue). |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Jack Jansen | Removed expat from the access paths, it isn't needed. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Andrew M. Kuchling | [Patch #444854 from twburton] |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Andrew M. Kuchling | [Patch #442530 from twburton] |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Martin v. Löwis | Patch #427190: Implement and use METH_NOARGS and METH_O. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Fix SF bug #442501: calculate __module__ properly. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Change the type names to xxsublist.<name>. |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | The change of type(None).__name__ from 'None' to 'NoneT... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Subtle change to make None.__class__ work: |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Oops. Two fixes for SF bug #422004 are not needed... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Bunchathings: |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Add a function _Py_ReadyTypes() which initializes vario... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Guido van Rossum | Update to MvL's patch #424475 to avoid returning 2... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | No change, just wanted to record more info in the log... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Tim Peters | Wise uninstallers never delete the Python DLL from... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add tests for overridable operators that have default... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | - Another big step in the right direction. All the... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Just van Rossum | Rewrote Jack's latest change so it does what it intende... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Given a class without __cmp__ or __eq__, cmp() of two... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | A large contribution from Dave Kuhlman describing what... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Dave Kuhlman has contributed a nice improvement to... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Remove spurious space before a period. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Fred Drake | Added comments before recently added/assigned slots... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add 'state' as a get/set attribute to spamlist. This... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | Add 'state' as a read-only attribute to spamdict. ... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Guido van Rossum | PyMethod_Type: add a tp_descr_get slot function to... |
commit | commitdiff | tree | snapshot |
next |