1. 9478d07 PyType_IsSubtype(): test tp_flags for HAVE_CLASS bit before accessing by Guido van Rossum · 23 years ago
  2. 317e9f5 Bumping version numbers. by Barry Warsaw · 23 years ago
  3. b5b7865 Merging in removal of this file from branch to trunk. by Barry Warsaw · 23 years ago
  4. d6c8ca6 Merging 2.2a3 branch changes back into trunk by Barry Warsaw · 23 years ago
  5. a3689fe Patch #438790: Add additional mappings. by Martin v. Löwis · 23 years ago
  6. 3bd8c1e Patch #450702: allow threads when calling into zlib, protect usage of by Martin v. Löwis · 23 years ago
  7. 39e0c5d Fix compiler warnings. This closes some of the #458880 problem. by Martin v. Löwis · 23 years ago
  8. a3891ea (Slightly modified) patch by Steve Spicklemire to make Python build by Jack Jansen · 23 years ago
  9. 19fdbfb Fix bug #410274 - sys.prefix isn't always set. by Mark Hammond · 23 years ago
  10. 71707f3 Patch by Mark Day to allow from __future__ imports. Looks harmless by Jack Jansen · 23 years ago
  11. 51e2651 SF bug [#458941] Looks like a unary minus bug. by Tim Peters · 23 years ago
  12. 9652de9 Fix typo in error reporting. This doesn't need to go into the release by Tim Peters · 23 years ago
  13. c5b235c Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision by Tim Peters · 23 years ago
  14. 419670d Rewrite to use test_support's fine fcmp instead -- I didn't know that by Tim Peters · 23 years ago
  15. 4bd810a Added some underflow-to-0.0 long/long true division tests. by Tim Peters · 23 years ago
  16. 8d7234d Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  17. e56ed9b long_true_divide: reliably force underflow to 0 when the denominator by Tim Peters · 23 years ago
  18. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  19. 2872e8a Do not rebuild html-$(RELEASE).tar every time we need to use it. by Fred Drake · 23 years ago
  20. c93cf67 Bump version number. by Fred Drake · 23 years ago
  21. 05a73b1 Update link to the PyOpenGL project in the "gl" module docs. by Fred Drake · 23 years ago
  22. 656f9ec Add missing period in docstring. by Fred Drake · 23 years ago
  23. 00bb329 Document the built-in iter() function. by Fred Drake · 23 years ago
  24. 7feae2d Bump version number. by Fred Drake · 23 years ago
  25. a20c265 Added an additional link to NIST information on secure hashing. by Fred Drake · 23 years ago
  26. ba5c41d Clarified the interaction between string literals and continuation lines. by Fred Drake · 23 years ago
  27. 8b09f49 Make the examples for "Default Argument Values" more presentable and by Fred Drake · 23 years ago
  28. 9c75ff7 Fix parameter for PyInt_Check(). by Fred Drake · 23 years ago
  29. f8d7a5d Document the PyMethod_* type object, functions, and macros. by Fred Drake · 23 years ago
  30. 0511b76 Minimal instructions for using the Makefile here. Also a clear by Jack Jansen · 23 years ago
  31. 638e5e3 Added targets to install the application, and to install mac-additions by Jack Jansen · 23 years ago
  32. 745e366 Bump Windows buildno (installer changes were made earlier). by Tim Peters · 23 years ago
  33. 396ca57 Document the rule that Python.h must be included before any standard by Fred Drake · 23 years ago
  34. 9b88b4c Do not #include <stdio.h> since Python.h already does that. by Fred Drake · 23 years ago
  35. adaca02 Use the standard argument convention for main(), and conform to the by Fred Drake · 23 years ago
  36. fe3f696 Two small changes to the resource usage option: by Guido van Rossum · 23 years ago
  37. 6091cd6 Added note of unittest.py changes that fixed bug 451309 by Steve Purcell · 23 years ago
  38. 4d17b30 Several updates to cover omissions noted by Rich Salz. by Fred Drake · 23 years ago
  39. f5072b9 Document the "unixfrom" attribute of the rfc822.Message class. by Fred Drake · 23 years ago
  40. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 23 years ago
  41. b663a2c Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860. by Fred Drake · 23 years ago
  42. 7b219b4 Skip instead of fail this test if the socket module has no ssl support. by Guido van Rossum · 23 years ago
  43. cb227c9 Report patch #416079 changes. by Martin v. Löwis · 23 years ago
  44. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 23 years ago
  45. 7b06570 Changed TestResult to store only the text representation of an error. by Steve Purcell · 23 years ago
  46. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  47. c2d272a Base address updates for bug #442142 - DLL base assignments need update by Mark Hammond · 23 years ago
  48. 9bc0d6f First part of fix for bug #442142 - DLL base assignments need update by Mark Hammond · 23 years ago
  49. b8c0230 Dubious assumptions: by Tim Peters · 23 years ago
  50. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  51. 97f4a33 Better error msg for 3-arg pow with a float argument. by Tim Peters · 23 years ago
  52. 773c83b Fix for bug #442374 - Modulefinder registry support broken by Mark Hammond · 23 years ago
  53. b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
  54. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  55. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago
  56. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  57. b30e106 Python is a Shell, not a Viewer. by Jack Jansen · 23 years ago
  58. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 23 years ago
  59. eb2d36c Use the build directory by default, and update the version. by Guido van Rossum · 23 years ago
  60. 1bfb388 Class FieldStorage: add two new methods, getfirst() and getlist(), by Guido van Rossum · 23 years ago
  61. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 23 years ago
  62. bb5a465 typo... by Skip Montanaro · 23 years ago
  63. 98935bf SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). by Guido van Rossum · 23 years ago
  64. 97bac53 Change the date field to use $Date$ so it won't be outrageously out of date. by Guido van Rossum · 23 years ago
  65. b674baf Document -Q. Move arguments around to be in strict alphabetical by Guido van Rossum · 23 years ago
  66. 32aa5d2 Describe -E (which was added to 2.2a2). by Guido van Rossum · 23 years ago
  67. 03a3bb8 [ #458701 ] Patch to zipfile.py for Java by Finn Bock · 23 years ago
  68. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 23 years ago
  69. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  70. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
  71. 28341ce Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. by Martin v. Löwis · 23 years ago
  72. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  73. 2f0047a Note some changes that I need to write about by Andrew M. Kuchling · 23 years ago
  74. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  75. 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
  76. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  77. 44f8696 Patch #428326: New class threading.Timer. by Martin v. Löwis · 23 years ago
  78. b3a639e builtin_execfile(): initialize another local that the GCC on leroy by Guido van Rossum · 23 years ago
  79. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 23 years ago
  80. 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 23 years ago
  81. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  82. 5a1516b Only output the buffer size error label if it is used. by Jack Jansen · 23 years ago
  83. 703ad70 Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. by Martin v. Löwis · 23 years ago
  84. a5f8bb5 Check for RFC 2553 API. Fixes bug #454493. by Martin v. Löwis · 23 years ago
  85. 4c483c4 Make the error msgs in our pow() implementations consistent. by Tim Peters · 23 years ago
  86. d893fd6 Repair indentation. by Tim Peters · 23 years ago
  87. 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
  88. e5ca6c7 loghelper(): Try to nudge the compiler into doing mults in an order that by Tim Peters · 23 years ago
  89. 6fd0f0a Another / that should be a // (previously not caught because of by Guido van Rossum · 23 years ago
  90. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 23 years ago
  91. 7852616 Return reasonable results for math.log(long) and math.log10(long) (we were by Tim Peters · 23 years ago
  92. 63c9453 Mechanical fiddling to make this easier to work with in my editor. by Tim Peters · 23 years ago
  93. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
  94. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
  95. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
  96. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  97. d157b37 Don't use a default "int" return type, gcc gives a warning about it. by Jack Jansen · 23 years ago
  98. f911423 Added pythonpath.r to the developer distribution. It's by Jack Jansen · 23 years ago
  99. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  100. 2f760c3 On MacOSX built the toolbox extension modules iff we're building with by Jack Jansen · 23 years ago