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