1. 72118e5 Fix a typo in Tim's fix. by Guido van Rossum · 22 years ago
  2. a8e5d43 Minor style change. by Fred Drake · 22 years ago
  3. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  4. 2f486b7 Record Windows build number for 2.2.1 final. by Tim Peters · 22 years ago
  5. 9b3e2ca Add support for \textgreater, \textless. Updated productionlist environment. by Fred Drake · 22 years ago
  6. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 22 years ago
  7. a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 22 years ago
  8. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 22 years ago
  9. 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 22 years ago
  10. d216703 Documentation for manual proxy configuration, by Andy Gimblett. by Fred Drake · 22 years ago
  11. 3318792 SF bug 497854: Short-cuts missing for All Users by Tim Peters · 22 years ago
  12. fed7e85 Add note about changes in xml.sax.expatreader. by Fred Drake · 22 years ago
  13. da204da Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 22 years ago
  14. e13602e Mark the notice about the new development version of the docs as not needing by Fred Drake · 22 years ago
  15. 012c81f Avoid creating circular references between the ExpatParser and the by Fred Drake · 22 years ago
  16. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  17. bfc2e5e Clarifying code rearrangement and comments by David Abrahams. I've by Guido van Rossum · 22 years ago
  18. 065fa41 Add test case for SF bug 534347. by Guido van Rossum · 22 years ago
  19. 5547476 Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords. by Guido van Rossum · 22 years ago
  20. 4626009 Added note about updated freeze.py Tool. by Marc-André Lemburg · 22 years ago
  21. 64b4f27 Updated freeze.py to the new Makefile symbol layout. by Marc-André Lemburg · 22 years ago
  22. 4783446 Add a note about bool. by Guido van Rossum · 22 years ago
  23. ce5df49 SF 539024, Fix broken link to numpy by Neal Norwitz · 22 years ago
  24. b7265db _PyMalloc_Realloc(): removed a now-pointless cast. by Tim Peters · 22 years ago
  25. 84c1b97 _PyMalloc_{Malloc, Realloc}: Strive to meet the doc's promises about by Tim Peters · 22 years ago
  26. 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 22 years ago
  27. 645a22e As Neal pointed out, bool_print was an order of magnitude too complex. by Guido van Rossum · 22 years ago
  28. b5080ab Repair the Windows build (needs to compile in the new boolobject code). by Tim Peters · 22 years ago
  29. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 22 years ago
  30. 3a52ff6 Add empty section for bool by Andrew M. Kuchling · 22 years ago
  31. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  32. e9c0358 e macresource.need() to open the W resource file in the application init by Jack Jansen · 22 years ago
  33. 71cc46e Slight modernization. by Fred Drake · 22 years ago
  34. cd874ed Fix the names of the classmethod and staticmethod constructors as passed to by Fred Drake · 22 years ago
  35. a2bd8d3 Remove direct manipulation of the module dict. by Fred Drake · 22 years ago
  36. 8f3078b Got the example program to work in MachoPython. by Jack Jansen · 22 years ago
  37. b81fbad Updated PEP link to point to the now-canonical site. by Fred Drake · 22 years ago
  38. dbfe768 Update the PEP URL format to point to python.org. by Fred Drake · 22 years ago
  39. d464107 Fold some long lines. Delete blank initial line. by Guido van Rossum · 22 years ago
  40. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  41. b0aaec5 Convert more METH_OLDARGS & PyArg_Parse() by Neal Norwitz · 22 years ago
  42. 187ae56 Get rid of more PyArg_Parse & METH_OLDARGS. by Neal Norwitz · 22 years ago
  43. 155db9a SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() by Guido van Rossum · 22 years ago
  44. 103b548 Add a note warning against semicolons following PyObject_HEAD. Minor cleanups. by Fred Drake · 22 years ago
  45. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 22 years ago
  46. 45afd54 Add an item by Andrew M. Kuchling · 22 years ago
  47. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 22 years ago
  48. 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 22 years ago
  49. 4dfb7a8 Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 22 years ago
  50. d764b0a There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 22 years ago
  51. d5a072f Fix up the documentation of the type codes to give both the C and Python by Fred Drake · 22 years ago
  52. 88955cb Change reference to execframes to naming. by Jeremy Hylton · 22 years ago
  53. e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 22 years ago
  54. 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 22 years ago
  55. f3255c8 Reword explanation of global statement since an undeclared global is a by Jeremy Hylton · 22 years ago
  56. f0c1f1b Note the sole case in which the ban on "from ... import *" within a by Jeremy Hylton · 22 years ago
  57. 15b6897 Remove the following restriction: by Jeremy Hylton · 22 years ago
  58. d09ed68 Note that it is illegal to delete a cell variable. by Jeremy Hylton · 22 years ago
  59. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 22 years ago
  60. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 22 years ago
  61. e7d5773 Update docs for nested scopes. by Jeremy Hylton · 22 years ago
  62. f54519d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 22 years ago
  63. 6169f09 Fixed errors in two comments. by Tim Peters · 22 years ago
  64. f4dd65d Copy section on generators from the 2.2 document with a bit of rewriting by Andrew M. Kuchling · 22 years ago
  65. 338e010 Restructured my pool-management overview in terms of the three by Tim Peters · 22 years ago
  66. 9da3efd Mention 2.2.1 in intro and in bug/patch counts by Andrew M. Kuchling · 22 years ago
  67. 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 22 years ago
  68. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago
  69. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 22 years ago
  70. 8392f36 Update documentation of code objects. by Jeremy Hylton · 22 years ago
  71. c9319b3 Minor adjustments. by Fred Drake · 22 years ago
  72. 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 22 years ago
  73. 2f6ef4c Reindent. Break long lines. Move comments before the statements. by Martin v. Löwis · 22 years ago
  74. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  75. 9bb7432 Remove all but one use of the module dict. by Fred Drake · 22 years ago
  76. d63e504 Remove unused variable and call to PyModule_GetDict(). by Fred Drake · 22 years ago
  77. acee69f Switch to using METH_NOARGS where possible. by Fred Drake · 22 years ago
  78. 43c9d8a Remove UNLESS. by Martin v. Löwis · 22 years ago
  79. 7ccfadf New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void). by Tim Peters · 22 years ago
  80. de14a30 We expect to skip the new test_mpz on Windows. by Tim Peters · 22 years ago
  81. f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 22 years ago
  82. 7829335 Get rid of another use of PyArg_Parse() by Neal Norwitz · 22 years ago
  83. 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  84. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  85. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  86. b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 22 years ago
  87. dfd59e0 mpz_float() only takes one parameter now by Neal Norwitz · 22 years ago
  88. ff773eb Added a "run with commandline Python" flag. Works in MachoPython, should work by Jack Jansen · 22 years ago
  89. 767f835 Get rid of warnings due to changing to METH_NOARGS by Neal Norwitz · 22 years ago
  90. 93c1e23 Use METH_VARARGS rather than METH_OLDARGS implicitly (args are ignored) by Neal Norwitz · 22 years ago
  91. 28faa1b Convert METH_OLDARGS -> METH_NOARGS: remove args parameter by Neal Norwitz · 22 years ago
  92. bb2769f Revert use of METH_OLDARGS (use 0) to support 1.5.2 by Neal Norwitz · 22 years ago
  93. b82d34f Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple by Neal Norwitz · 22 years ago
  94. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  95. 50905b5 Convert from using METH_OLDARGS to METH_NOARGS. These should be safe. by Neal Norwitz · 22 years ago
  96. 01b2694 Fix whitespace by Neal Norwitz · 22 years ago
  97. b049325 Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags by Neal Norwitz · 22 years ago
  98. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  99. 93cf79f Use docstrings for exception classes by Neal Norwitz · 22 years ago
  100. f74e46c Derive exception classes from Exception by Neal Norwitz · 22 years ago