1. 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
  2. 2dc0794 Make sure that ampersand escaping is still performed on the contents of by Fred Drake · 23 years ago
  3. 1a49350 type_new(): look for __dynamic__ at the module level (after looking in by Guido van Rossum · 23 years ago
  4. 7cb32ae Strip trailing whitespace, including two lines containing only one or by Guido van Rossum · 23 years ago
  5. 723aa97 - Get rid of obsolete #define PATCHLEVEL. by Guido van Rossum · 23 years ago
  6. 4066769 Fix core dump in repr() of instancemethod whose class==NULL. by Guido van Rossum · 23 years ago
  7. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  8. f23c41d instance_getattr2(): rewritten to remove unnecessary stuff and by Guido van Rossum · 23 years ago
  9. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
  10. cdf0d75 Instance methods: allow a NULL value for im_class. by Guido van Rossum · 23 years ago
  11. 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
  12. 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
  13. 8d32c8b type_new(): only defer to the winning metatype if it's different from by Guido van Rossum · 23 years ago
  14. 4b046c2 Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it by Tim Peters · 23 years ago
  15. cb19976 fix_font(): Instead of using a long if/elsif cluster, use a bloody by Fred Drake · 23 years ago
  16. 457c419 Fix typo reported by Joonas Paalasmaa: dada-->data by Fred Drake · 23 years ago
  17. 739282d Re-write the description of the os.spawn*() functions, and cover the by Fred Drake · 23 years ago
  18. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  19. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  20. 2907fe6 module_repr(): Instead of fixing the maximum buf size to 400, by Barry Warsaw · 23 years ago
  21. 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
  22. 214a0b13 init_sre(): Plug a little leak reported by Insure. by Barry Warsaw · 23 years ago
  23. 5aa3c4a Link readline module with ncurses in preference to termcap. [Bug ##441580] by Andrew M. Kuchling · 23 years ago
  24. db7aed5 [Patch #441691] preprocess() method for Borland C compiler. by Andrew M. Kuchling · 23 years ago
  25. 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
  26. 76e6963 Fix object_repr() to include the module (using the same rules as by Guido van Rossum · 23 years ago
  27. 3791838 New unit test for the mimetypes module, to avoid future regressions. by Fred Drake · 23 years ago
  28. c81a069 Another egregious error that copied the encodings info over the suffix by Fred Drake · 23 years ago
  29. c47016e Use (c)StringIO for collecting bytes. Fixes bug #451622. by Martin v. Löwis · 23 years ago
  30. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  31. 2f70455 Fixed a couple of minor formatting nits where lines were > 79 columns wide. by Barry Warsaw · 23 years ago
  32. b44740f select_select(): Closing bug #448351 the easy way, i.e. by changing by Barry Warsaw · 23 years ago
  33. c019ecb Bad bug: the MimeTypes.readfp() was supposed to take a file object as a by Fred Drake · 23 years ago
  34. 360e031 I should add that the previous checkin also added a slight by Guido van Rossum · 23 years ago
  35. 7a40179 Long time overdue: change sys.path defaults so that people will by Just van Rossum · 23 years ago
  36. 7fdc0a1 Use METH_O where possible (two functions). This does not lead to real by Fred Drake · 23 years ago
  37. 1690409 Updated to the current state of things (long overdue). by Jack Jansen · 23 years ago
  38. 686a4a6 Removed expat from the access paths, it isn't needed. by Jack Jansen · 23 years ago
  39. b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 23 years ago
  40. 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 23 years ago
  41. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  42. c354221 Fix SF bug #442501: calculate __module__ properly. by Guido van Rossum · 23 years ago
  43. 83f56cb Change the type names to xxsublist.<name>. by Guido van Rossum · 23 years ago
  44. 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
  45. 8098ddb Subtle change to make None.__class__ work: by Guido van Rossum · 23 years ago
  46. f6309e8 Oops. Two fixes for SF bug #422004 are not needed. :-) by Guido van Rossum · 23 years ago
  47. 70d893a Bunchathings: by Guido van Rossum · 23 years ago
  48. ba21a49 Add a function _Py_ReadyTypes() which initializes various and sundry by Guido van Rossum · 23 years ago
  49. 82fc51c1 Update to MvL's patch #424475 to avoid returning 2 when tp_compare by Guido van Rossum · 23 years ago
  50. 49b253b No change, just wanted to record more info in the log: after the last by Tim Peters · 23 years ago
  51. fc7265a Wise uninstallers never delete the Python DLL from the system directory. by Tim Peters · 23 years ago
  52. a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
  53. b8f6366 - Another big step in the right direction. All the overridable by Guido van Rossum · 23 years ago
  54. ba634b2 Rewrote Jack's latest change so it does what it intended to do... by Just van Rossum · 23 years ago
  55. 28962cc Given a class without __cmp__ or __eq__, cmp() of two instances of by Guido van Rossum · 23 years ago
  56. ce1650f A large contribution from Dave Kuhlman describing what each of the slots by Fred Drake · 23 years ago
  57. 8773176 Dave Kuhlman has contributed a nice improvement to the "Defining New Types" by Fred Drake · 23 years ago
  58. 4e6a3fe Remove spurious space before a period. by Fred Drake · 23 years ago
  59. d55657b Added comments before recently added/assigned slots in the type object, by Fred Drake · 23 years ago
  60. 88dcf03 Add 'state' as a get/set attribute to spamlist. This serves as an example. by Guido van Rossum · 23 years ago
  61. e6b90ea Add 'state' as a read-only attribute to spamdict. This serves as an example. by Guido van Rossum · 23 years ago
  62. 23cc2b4 PyMethod_Type: add a tp_descr_get slot function to ensure proper by Guido van Rossum · 23 years ago
  63. b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
  64. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  65. 834a85a Use the "howto" document class rather than the "manual" class. by Fred Drake · 23 years ago
  66. 27413a5 Properly mark attribute names in the table. by Fred Drake · 23 years ago
  67. 3d05161 Change the generated markup so that attribute names are properly marked. by Fred Drake · 23 years ago
  68. 13130bc Use the abstract object interfaces when digging around in module objects by Fred Drake · 23 years ago
  69. 94a7eba Note addition of cleanfuture.py by Andrew M. Kuchling · 23 years ago
  70. b053209 Fix typo by Andrew M. Kuchling · 23 years ago
  71. 42caf3f Fix small markup consistency nits. by Fred Drake · 23 years ago
  72. 591cbed MacOSX: if we're building without --enable-toolbox-glue don't attempt to by Jack Jansen · 23 years ago
  73. df82e58 On OSX we should not pass the -shared option to ld: it make the build by Jack Jansen · 23 years ago
  74. 31b5323 Don't remove non-directories from sys.path on the mac: files by Jack Jansen · 23 years ago
  75. 591f71b New, larger installer bitmap from Erik van Blokland. Added more by Tim Peters · 23 years ago
  76. ebb7133 Fix typo in module docstring. by Tim Peters · 23 years ago
  77. 0afb609 Add blurb about cleanfuture.py. Fix misspelling in an older item. by Tim Peters · 23 years ago
  78. e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
  79. e578a63 Oops, forgot to check in configure. by Jack Jansen · 23 years ago
  80. b6e9cad Lots of changes in the framework support: by Jack Jansen · 23 years ago
  81. e925faf With WITH_NEXT_FRAMEWORK defined we now also expect a normal Python by Jack Jansen · 23 years ago
  82. f5bf77c update simple explanation of parseFile() by Jeremy Hylton · 23 years ago
  83. 76f42ac First day's progress on documentation by Jeremy Hylton · 23 years ago
  84. ce575ba Fix a minor typo and mark an exception name that was missed. by Fred Drake · 23 years ago
  85. c0cf726 Add material about the "r" and "u" prefixes for string literals; should by Fred Drake · 23 years ago
  86. 0cac5f6 Added some examples of table markup. by Fred Drake · 23 years ago
  87. 9272b14 Fix typo in astgen script by Jeremy Hylton · 23 years ago
  88. 3e2aca4 Add information about __floordiv__() and __truediv__() methods for by Fred Drake · 23 years ago
  89. 4dd64ab Non-function fields, like tp_dictoffset and tp_weaklistoffset, should by Guido van Rossum · 23 years ago
  90. 481081e Fix SF bug [ #450909 ] __future__.division fails at prompt by Jeremy Hylton · 23 years ago
  91. 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
  92. d3ba10f Clarify the prompt in an example. This closes SF bug #450633. by Fred Drake · 23 years ago
  93. 7713ac2 Regenerated from new ast.txt and new astgen.py by Jeremy Hylton · 23 years ago
  94. eef6590 Add getChildNodes() method to Node by Jeremy Hylton · 23 years ago
  95. 34aeeff Add Yield node by Jeremy Hylton · 23 years ago
  96. 9b3be7f Document the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
  97. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
  98. 142865c func_getattro(), func_setattro(): Implement the new semantics for by Barry Warsaw · 23 years ago
  99. 5ef99a0 Describe the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
  100. 680cabb Add "exceptions" to the list of fundamental modules created by Py_Initialize(). by Fred Drake · 23 years ago