1. 95de5c1 Move Unicode finalization further down in the chain. Fixes bug #525620. by Marc-André Lemburg · 22 years ago
  2. bc82ab1 Do not call "knee" a standard module, and point to the new location. by Fred Drake · 22 years ago
  3. 2ea9111 SF bug 538827: Python open w/ MSVC6: bad error msgs. by Tim Peters · 22 years ago
  4. 0986d82 - A type can now inherit its metatype from its base type. Previously, by Guido van Rossum · 22 years ago
  5. d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 22 years ago
  6. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  7. b8bff3f Return bools from functions named is_<whatever>(). by Guido van Rossum · 22 years ago
  8. 8fdc75b Lock methods acquire() and locked() now return bools. by Guido van Rossum · 22 years ago
  9. 7f7666f isatty() should return a bool. by Guido van Rossum · 22 years ago
  10. c45929e Move autoheader declarations into configure.in. by Martin v. Löwis · 22 years ago
  11. 87bbdd3 Minor clarification about what's actually promised for PyMem_Malloc(0). by Tim Peters · 22 years ago
  12. 303d05d Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs. by Mark Hammond · 22 years ago
  13. 49f2681 Minor improvements to the stats output dump, including adding commas to by Tim Peters · 22 years ago
  14. 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 22 years ago
  15. 181e41a Some more news. by Guido van Rossum · 22 years ago
  16. 68304cc Move reference material on PyArg_Parse*() out of the Extending & Embedding by Fred Drake · 22 years ago
  17. 6b8ab74 Don't inherit tp_new! This is a retraction of half of the previous by Guido van Rossum · 22 years ago
  18. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 22 years ago
  19. 9651198 Remove weird spacing in typeset version of the chapter head. by Fred Drake · 22 years ago
  20. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 22 years ago
  21. d15a0a0 Fix bug in command line handling, noted by Fredrik Lundh. by Fred Drake · 22 years ago
  22. e03e1fe Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, by Fred Drake · 22 years ago
  23. cc8fe04 Inherit tp_new and tp_is_gc. by Guido van Rossum · 22 years ago
  24. 2d7e264 Eliminate use of LIBOBJS which is an error in autoconf 2.53. by Martin v. Löwis · 22 years ago
  25. 4179a01 Comment about UTF-16 changes. by Marc-André Lemburg · 22 years ago
  26. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 22 years ago
  27. ffdd22f Repair an incomprehensible comment. by Tim Peters · 22 years ago
  28. 16bcb6b _PyMalloc_DebugDumpStats(): vastly improved the output, and it now by Tim Peters · 22 years ago
  29. e70ddf3 Widespread, but mostly in _PyMalloc_Malloc: optimize away all expensive by Tim Peters · 22 years ago
  30. d3dab2b Update doc to reflect Tim's changes to bool. by Neal Norwitz · 22 years ago
  31. c334df5 A much revised version of SF patch 514662, by Naofumi Honda. This by Guido van Rossum · 22 years ago
  32. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 22 years ago
  33. 72118e5 Fix a typo in Tim's fix. by Guido van Rossum · 22 years ago
  34. a8e5d43 Minor style change. by Fred Drake · 22 years ago
  35. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  36. 2f486b7 Record Windows build number for 2.2.1 final. by Tim Peters · 22 years ago
  37. 9b3e2ca Add support for \textgreater, \textless. Updated productionlist environment. by Fred Drake · 22 years ago
  38. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 22 years ago
  39. a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 22 years ago
  40. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 22 years ago
  41. 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 22 years ago
  42. d216703 Documentation for manual proxy configuration, by Andy Gimblett. by Fred Drake · 22 years ago
  43. 3318792 SF bug 497854: Short-cuts missing for All Users by Tim Peters · 22 years ago
  44. fed7e85 Add note about changes in xml.sax.expatreader. by Fred Drake · 22 years ago
  45. da204da Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 22 years ago
  46. e13602e Mark the notice about the new development version of the docs as not needing by Fred Drake · 22 years ago
  47. 012c81f Avoid creating circular references between the ExpatParser and the by Fred Drake · 22 years ago
  48. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  49. bfc2e5e Clarifying code rearrangement and comments by David Abrahams. I've by Guido van Rossum · 22 years ago
  50. 065fa41 Add test case for SF bug 534347. by Guido van Rossum · 22 years ago
  51. 5547476 Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords. by Guido van Rossum · 22 years ago
  52. 4626009 Added note about updated freeze.py Tool. by Marc-André Lemburg · 22 years ago
  53. 64b4f27 Updated freeze.py to the new Makefile symbol layout. by Marc-André Lemburg · 22 years ago
  54. 4783446 Add a note about bool. by Guido van Rossum · 22 years ago
  55. ce5df49 SF 539024, Fix broken link to numpy by Neal Norwitz · 22 years ago
  56. b7265db _PyMalloc_Realloc(): removed a now-pointless cast. by Tim Peters · 22 years ago
  57. 84c1b97 _PyMalloc_{Malloc, Realloc}: Strive to meet the doc's promises about by Tim Peters · 22 years ago
  58. 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 22 years ago
  59. 645a22e As Neal pointed out, bool_print was an order of magnitude too complex. by Guido van Rossum · 22 years ago
  60. b5080ab Repair the Windows build (needs to compile in the new boolobject code). by Tim Peters · 22 years ago
  61. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 22 years ago
  62. 3a52ff6 Add empty section for bool by Andrew M. Kuchling · 22 years ago
  63. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  64. e9c0358 e macresource.need() to open the W resource file in the application init by Jack Jansen · 22 years ago
  65. 71cc46e Slight modernization. by Fred Drake · 22 years ago
  66. cd874ed Fix the names of the classmethod and staticmethod constructors as passed to by Fred Drake · 22 years ago
  67. a2bd8d3 Remove direct manipulation of the module dict. by Fred Drake · 22 years ago
  68. 8f3078b Got the example program to work in MachoPython. by Jack Jansen · 22 years ago
  69. b81fbad Updated PEP link to point to the now-canonical site. by Fred Drake · 22 years ago
  70. dbfe768 Update the PEP URL format to point to python.org. by Fred Drake · 22 years ago
  71. d464107 Fold some long lines. Delete blank initial line. by Guido van Rossum · 22 years ago
  72. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  73. b0aaec5 Convert more METH_OLDARGS & PyArg_Parse() by Neal Norwitz · 22 years ago
  74. 187ae56 Get rid of more PyArg_Parse & METH_OLDARGS. by Neal Norwitz · 22 years ago
  75. 155db9a SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() by Guido van Rossum · 22 years ago
  76. 103b548 Add a note warning against semicolons following PyObject_HEAD. Minor cleanups. by Fred Drake · 22 years ago
  77. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 22 years ago
  78. 45afd54 Add an item by Andrew M. Kuchling · 22 years ago
  79. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  80. 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 22 years ago
  81. 4dfb7a8 Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 22 years ago
  82. d764b0a There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 22 years ago
  83. d5a072f Fix up the documentation of the type codes to give both the C and Python by Fred Drake · 22 years ago
  84. 88955cb Change reference to execframes to naming. by Jeremy Hylton · 22 years ago
  85. e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 22 years ago
  86. 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 22 years ago
  87. f3255c8 Reword explanation of global statement since an undeclared global is a by Jeremy Hylton · 22 years ago
  88. f0c1f1b Note the sole case in which the ban on "from ... import *" within a by Jeremy Hylton · 22 years ago
  89. 15b6897 Remove the following restriction: by Jeremy Hylton · 22 years ago
  90. d09ed68 Note that it is illegal to delete a cell variable. by Jeremy Hylton · 22 years ago
  91. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 22 years ago
  92. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 22 years ago
  93. e7d5773 Update docs for nested scopes. by Jeremy Hylton · 22 years ago
  94. f54519d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 22 years ago
  95. 6169f09 Fixed errors in two comments. by Tim Peters · 22 years ago
  96. f4dd65d Copy section on generators from the 2.2 document with a bit of rewriting by Andrew M. Kuchling · 22 years ago
  97. 338e010 Restructured my pool-management overview in terms of the three by Tim Peters · 22 years ago
  98. 9da3efd Mention 2.2.1 in intro and in bug/patch counts by Andrew M. Kuchling · 22 years ago
  99. 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 22 years ago
  100. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago