- 25a68e1 Removed NEXT-NOTES, the NeXT is no longer supported. by Jack Jansen · 23 years ago
- a39ef86 Removed NeXT notes (replacing them with a line saying NeXT is no by Jack Jansen · 23 years ago
- 13dca1d Got rid of all the plugin xml files: they are generated, and by Jack Jansen · 23 years ago
- ae8454a of course I muffed it separating the notes code from the initial_value by Skip Montanaro · 23 years ago
- 8cb00e2 Avoid total dependency on the new module. This addresses the problem by Guido van Rossum · 23 years ago
- b446fc7 add debug calls to self._note for the Semaphore class. This closes bug by Skip Montanaro · 23 years ago
- dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
- a6b9e3c Windows fiddling for 2.2a2: bump build number; update copyright and by Tim Peters · 23 years ago
- a92d16a SF patch #452239 by Gordon McMillan, to fix SF bug #451547. by Guido van Rossum · 23 years ago
- 9454ad7 Add dependencies for Python/thread.c on all of the header files that by Guido van Rossum · 23 years ago
- 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
- aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
- 95618b5 added warnings about security risk of using tmpnam and tempnam by Skip Montanaro · 23 years ago
- 50d756e Fix SF bug #443600: by Guido van Rossum · 23 years ago
- b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
- 81937a4 Resolve patch #449367. by Greg Stein · 23 years ago
- 6cb0d4c Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. by Ka-Ping Yee · 23 years ago
- 6b5a48d Initial check-in of cgitb. by Ka-Ping Yee · 23 years ago
- e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
- 241d69c Add a little introductory text. by Jeremy Hylton · 23 years ago
- ab427b8 Generate correct reprs for Mul, Add, etc. by Jeremy Hylton · 23 years ago
- ec5bfd1 Track removal of doc string from Module().nodes[0] by Jeremy Hylton · 23 years ago
- 8548f9b Add Yield() node by Jeremy Hylton · 23 years ago
- 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
- ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
- 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
- a8278cc The OSX framework Headers symlink pointed the wrong way. Fixed. by Jack Jansen · 23 years ago
- 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
- 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
- 5d815f3 Address SF bug #442813. The sequence getitem wrappers should do by Guido van Rossum · 23 years ago
- 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
- f86ddd2 Add note on type/class unification. by Guido van Rossum · 23 years ago
- e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
- 9676b22 Weak reference support, closing SF bug #451773. by Guido van Rossum · 23 years ago
- dbfe5e8 Document that uu.decode() will always raise a uu.Error if out_file by Barry Warsaw · 23 years ago
- d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
- 59dae8a decode(): Raise a uu.Error if no out_file is given but the file by Barry Warsaw · 23 years ago
- de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
- b0a98e9 Address SF #451547. The approach is a bit draconian: any object that by Guido van Rossum · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- f759766 Another contributor's patch got accepted. by Guido van Rossum · 23 years ago
- 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
- 2dc0794 Make sure that ampersand escaping is still performed on the contents of by Fred Drake · 23 years ago
- 1a49350 type_new(): look for __dynamic__ at the module level (after looking in by Guido van Rossum · 23 years ago
- 7cb32ae Strip trailing whitespace, including two lines containing only one or by Guido van Rossum · 23 years ago
- 723aa97 - Get rid of obsolete #define PATCHLEVEL. by Guido van Rossum · 23 years ago
- 4066769 Fix core dump in repr() of instancemethod whose class==NULL. by Guido van Rossum · 23 years ago
- 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
- f23c41d instance_getattr2(): rewritten to remove unnecessary stuff and by Guido van Rossum · 23 years ago
- 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
- cdf0d75 Instance methods: allow a NULL value for im_class. by Guido van Rossum · 23 years ago
- 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
- 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
- 8d32c8b type_new(): only defer to the winning metatype if it's different from by Guido van Rossum · 23 years ago
- 4b046c2 Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it by Tim Peters · 23 years ago
- cb19976 fix_font(): Instead of using a long if/elsif cluster, use a bloody by Fred Drake · 23 years ago
- 457c419 Fix typo reported by Joonas Paalasmaa: dada-->data by Fred Drake · 23 years ago
- 739282d Re-write the description of the os.spawn*() functions, and cover the by Fred Drake · 23 years ago
- f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
- 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
- 2907fe6 module_repr(): Instead of fixing the maximum buf size to 400, by Barry Warsaw · 23 years ago
- e791a64 If genpluginprojects is called from fullbuild we set the Python source directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. by Jack Jansen · 23 years ago
- 214a0b13 init_sre(): Plug a little leak reported by Insure. by Barry Warsaw · 23 years ago
- 5aa3c4a Link readline module with ncurses in preference to termcap. [Bug ##441580] by Andrew M. Kuchling · 23 years ago
- db7aed5 [Patch #441691] preprocess() method for Borland C compiler. by Andrew M. Kuchling · 23 years ago
- 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
- 76e6963 Fix object_repr() to include the module (using the same rules as by Guido van Rossum · 23 years ago
- 3791838 New unit test for the mimetypes module, to avoid future regressions. by Fred Drake · 23 years ago
- c81a069 Another egregious error that copied the encodings info over the suffix by Fred Drake · 23 years ago
- c47016e Use (c)StringIO for collecting bytes. Fixes bug #451622. by Martin v. Löwis · 23 years ago
- 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
- 2f70455 Fixed a couple of minor formatting nits where lines were > 79 columns wide. by Barry Warsaw · 23 years ago
- b44740f select_select(): Closing bug #448351 the easy way, i.e. by changing by Barry Warsaw · 23 years ago
- c019ecb Bad bug: the MimeTypes.readfp() was supposed to take a file object as a by Fred Drake · 23 years ago
- 360e031 I should add that the previous checkin also added a slight by Guido van Rossum · 23 years ago
- 7a40179 Long time overdue: change sys.path defaults so that people will by Just van Rossum · 23 years ago
- 7fdc0a1 Use METH_O where possible (two functions). This does not lead to real by Fred Drake · 23 years ago
- 1690409 Updated to the current state of things (long overdue). by Jack Jansen · 23 years ago
- 686a4a6 Removed expat from the access paths, it isn't needed. by Jack Jansen · 23 years ago
- b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 23 years ago
- 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 23 years ago
- e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
- c354221 Fix SF bug #442501: calculate __module__ properly. by Guido van Rossum · 23 years ago
- 83f56cb Change the type names to xxsublist.<name>. by Guido van Rossum · 23 years ago
- 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
- 8098ddb Subtle change to make None.__class__ work: by Guido van Rossum · 23 years ago
- f6309e8 Oops. Two fixes for SF bug #422004 are not needed. :-) by Guido van Rossum · 23 years ago
- 70d893a Bunchathings: by Guido van Rossum · 23 years ago
- ba21a49 Add a function _Py_ReadyTypes() which initializes various and sundry by Guido van Rossum · 23 years ago
- 82fc51c1 Update to MvL's patch #424475 to avoid returning 2 when tp_compare by Guido van Rossum · 23 years ago
- 49b253b No change, just wanted to record more info in the log: after the last by Tim Peters · 23 years ago
- fc7265a Wise uninstallers never delete the Python DLL from the system directory. by Tim Peters · 23 years ago
- a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
- b8f6366 - Another big step in the right direction. All the overridable by Guido van Rossum · 23 years ago
- ba634b2 Rewrote Jack's latest change so it does what it intended to do... by Just van Rossum · 23 years ago
- 28962cc Given a class without __cmp__ or __eq__, cmp() of two instances of by Guido van Rossum · 23 years ago
- ce1650f A large contribution from Dave Kuhlman describing what each of the slots by Fred Drake · 23 years ago
- 8773176 Dave Kuhlman has contributed a nice improvement to the "Defining New Types" by Fred Drake · 23 years ago
- 4e6a3fe Remove spurious space before a period. by Fred Drake · 23 years ago
- d55657b Added comments before recently added/assigned slots in the type object, by Fred Drake · 23 years ago