1. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  2. 2872e8a Do not rebuild html-$(RELEASE).tar every time we need to use it. by Fred Drake · 23 years ago
  3. c93cf67 Bump version number. by Fred Drake · 23 years ago
  4. 05a73b1 Update link to the PyOpenGL project in the "gl" module docs. by Fred Drake · 23 years ago
  5. 656f9ec Add missing period in docstring. by Fred Drake · 23 years ago
  6. 00bb329 Document the built-in iter() function. by Fred Drake · 23 years ago
  7. 7feae2d Bump version number. by Fred Drake · 23 years ago
  8. a20c265 Added an additional link to NIST information on secure hashing. by Fred Drake · 23 years ago
  9. ba5c41d Clarified the interaction between string literals and continuation lines. by Fred Drake · 23 years ago
  10. 8b09f49 Make the examples for "Default Argument Values" more presentable and by Fred Drake · 23 years ago
  11. 9c75ff7 Fix parameter for PyInt_Check(). by Fred Drake · 23 years ago
  12. f8d7a5d Document the PyMethod_* type object, functions, and macros. by Fred Drake · 23 years ago
  13. 0511b76 Minimal instructions for using the Makefile here. Also a clear by Jack Jansen · 23 years ago
  14. 638e5e3 Added targets to install the application, and to install mac-additions by Jack Jansen · 23 years ago
  15. 745e366 Bump Windows buildno (installer changes were made earlier). by Tim Peters · 23 years ago
  16. 396ca57 Document the rule that Python.h must be included before any standard by Fred Drake · 23 years ago
  17. 9b88b4c Do not #include <stdio.h> since Python.h already does that. by Fred Drake · 23 years ago
  18. adaca02 Use the standard argument convention for main(), and conform to the by Fred Drake · 23 years ago
  19. fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 23 years ago
  20. 6091cd6 Added note of unittest.py changes that fixed bug 451309 by Steve Purcell · 23 years ago
  21. 4d17b30 Several updates to cover omissions noted by Rich Salz. by Fred Drake · 23 years ago
  22. f5072b9 Document the "unixfrom" attribute of the rfc822.Message class. by Fred Drake · 23 years ago
  23. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 23 years ago
  24. b663a2c Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860. by Fred Drake · 23 years ago
  25. 7b219b4 Skip instead of fail this test if the socket module has no ssl support. by Guido van Rossum · 23 years ago
  26. cb227c9 Report patch #416079 changes. by Martin v. Löwis · 23 years ago
  27. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 23 years ago
  28. 7b06570 Changed TestResult to store only the text representation of an error. by Steve Purcell · 23 years ago
  29. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  30. c2d272a Base address updates for bug #442142 - DLL base assignments need update by Mark Hammond · 23 years ago
  31. 9bc0d6f First part of fix for bug #442142 - DLL base assignments need update by Mark Hammond · 23 years ago
  32. b8c0230 Dubious assumptions: by Tim Peters · 23 years ago
  33. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  34. 97f4a33 Better error msg for 3-arg pow with a float argument. by Tim Peters · 23 years ago
  35. 773c83b Fix for bug #442374 - Modulefinder registry support broken by Mark Hammond · 23 years ago
  36. b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
  37. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  38. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago
  39. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  40. b30e106 Python is a Shell, not a Viewer. by Jack Jansen · 23 years ago
  41. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 23 years ago
  42. eb2d36c Use the build directory by default, and update the version. by Guido van Rossum · 23 years ago
  43. 1bfb388 Class FieldStorage: add two new methods, getfirst() and getlist(), by Guido van Rossum · 23 years ago
  44. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 23 years ago
  45. bb5a465 typo... by Skip Montanaro · 23 years ago
  46. 98935bf SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). by Guido van Rossum · 23 years ago
  47. 97bac53 Change the date field to use $Date$ so it won't be outrageously out of date. by Guido van Rossum · 23 years ago
  48. b674baf Document -Q. Move arguments around to be in strict alphabetical by Guido van Rossum · 23 years ago
  49. 32aa5d2 Describe -E (which was added to 2.2a2). by Guido van Rossum · 23 years ago
  50. 03a3bb8 [ #458701 ] Patch to zipfile.py for Java by Finn Bock · 23 years ago
  51. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 23 years ago
  52. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  53. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
  54. 28341ce Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. by Martin v. Löwis · 23 years ago
  55. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  56. 2f0047a Note some changes that I need to write about by Andrew M. Kuchling · 23 years ago
  57. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  58. 0ace326 Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems. by Martin v. Löwis · 23 years ago
  59. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  60. 44f8696 Patch #428326: New class threading.Timer. by Martin v. Löwis · 23 years ago
  61. b3a639e builtin_execfile(): initialize another local that the GCC on leroy by Guido van Rossum · 23 years ago
  62. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 23 years ago
  63. 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 23 years ago
  64. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  65. 5a1516b Only output the buffer size error label if it is used. by Jack Jansen · 23 years ago
  66. 703ad70 Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. by Martin v. Löwis · 23 years ago
  67. a5f8bb5 Check for RFC 2553 API. Fixes bug #454493. by Martin v. Löwis · 23 years ago
  68. 4c483c4 Make the error msgs in our pow() implementations consistent. by Tim Peters · 23 years ago
  69. d893fd6 Repair indentation. by Tim Peters · 23 years ago
  70. 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
  71. e5ca6c7 loghelper(): Try to nudge the compiler into doing mults in an order that by Tim Peters · 23 years ago
  72. 6fd0f0a Another / that should be a // (previously not caught because of by Guido van Rossum · 23 years ago
  73. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 23 years ago
  74. 7852616 Return reasonable results for math.log(long) and math.log10(long) (we were by Tim Peters · 23 years ago
  75. 63c9453 Mechanical fiddling to make this easier to work with in my editor. by Tim Peters · 23 years ago
  76. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
  77. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
  78. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
  79. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  80. d157b37 Don't use a default "int" return type, gcc gives a warning about it. by Jack Jansen · 23 years ago
  81. f911423 Added pythonpath.r to the developer distribution. It's by Jack Jansen · 23 years ago
  82. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  83. 2f760c3 On MacOSX built the toolbox extension modules iff we're building with by Jack Jansen · 23 years ago
  84. f6af601 Template for an OSX PythonInterpreter application. by Jack Jansen · 23 years ago
  85. 33a3b63 Correction: the Borland C port isn't fully operational yet by Andrew M. Kuchling · 23 years ago
  86. d043ab6 Photoshop sources for icon files. Not pretty, but hey! I'm not an by Jack Jansen · 23 years ago
  87. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 23 years ago
  88. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 23 years ago
  89. 0dad0f7 Revert one of the "division fixes" in test_long. It intends to try both by Tim Peters · 23 years ago
  90. 1ef106c Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. by Fred Drake · 23 years ago
  91. 4a596e3 [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should by Andrew M. Kuchling · 23 years ago
  92. 9f5b822 Convert docstring to "raw" string. by Fred Drake · 23 years ago
  93. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  94. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  95. 6c0f200 Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That by Neil Schemenauer · 23 years ago
  96. 1b41079 Added docstring by Neal Norwitz. This closes SF bug #450981. by Fred Drake · 23 years ago
  97. 05857df Added docstring by Neal Norwitz. This closes SF bug #450979. by Fred Drake · 23 years ago
  98. 757f780 Add more detail to the descriptions of the shutil functions. by Fred Drake · 23 years ago
  99. c05fc7d Added documentation for sys.maxunicode and sys.warnoptions. by Fred Drake · 23 years ago
  100. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago