1. b8c0230 Dubious assumptions: by Tim Peters · 23 years ago
  2. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  3. 97f4a33 Better error msg for 3-arg pow with a float argument. by Tim Peters · 23 years ago
  4. 773c83b Fix for bug #442374 - Modulefinder registry support broken by Mark Hammond · 23 years ago
  5. b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
  6. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  7. 75ed167 Rudimentary makefile for building the executable to go into a by Jack Jansen · 23 years ago
  8. dff7770 Changes to make these work under OSX as the main program for a by Jack Jansen · 23 years ago
  9. b30e106 Python is a Shell, not a Viewer. by Jack Jansen · 23 years ago
  10. a44361e LongReprTest fails on the Mac because it uses filenames with more than by Jack Jansen · 23 years ago
  11. eb2d36c Use the build directory by default, and update the version. by Guido van Rossum · 23 years ago
  12. 1bfb388 Class FieldStorage: add two new methods, getfirst() and getlist(), by Guido van Rossum · 23 years ago
  13. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 23 years ago
  14. bb5a465 typo... by Skip Montanaro · 23 years ago
  15. 98935bf SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). by Guido van Rossum · 23 years ago
  16. 97bac53 Change the date field to use $Date$ so it won't be outrageously out of date. by Guido van Rossum · 23 years ago
  17. b674baf Document -Q. Move arguments around to be in strict alphabetical by Guido van Rossum · 23 years ago
  18. 32aa5d2 Describe -E (which was added to 2.2a2). by Guido van Rossum · 23 years ago
  19. 03a3bb8 [ #458701 ] Patch to zipfile.py for Java by Finn Bock · 23 years ago
  20. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 23 years ago
  21. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  22. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
  23. 28341ce Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. by Martin v. Löwis · 23 years ago
  24. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  25. 2f0047a Note some changes that I need to write about by Andrew M. Kuchling · 23 years ago
  26. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  27. 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
  28. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  29. 44f8696 Patch #428326: New class threading.Timer. by Martin v. Löwis · 23 years ago
  30. b3a639e builtin_execfile(): initialize another local that the GCC on leroy by Guido van Rossum · 23 years ago
  31. c010c17 Implement PEP250: Use Lib/site-packages under windows. by Thomas Heller · 23 years ago
  32. 045af6f [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. by Andrew M. Kuchling · 23 years ago
  33. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  34. 5a1516b Only output the buffer size error label if it is used. by Jack Jansen · 23 years ago
  35. 703ad70 Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. by Martin v. Löwis · 23 years ago
  36. a5f8bb5 Check for RFC 2553 API. Fixes bug #454493. by Martin v. Löwis · 23 years ago
  37. 4c483c4 Make the error msgs in our pow() implementations consistent. by Tim Peters · 23 years ago
  38. d893fd6 Repair indentation. by Tim Peters · 23 years ago
  39. 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
  40. e5ca6c7 loghelper(): Try to nudge the compiler into doing mults in an order that by Tim Peters · 23 years ago
  41. 6fd0f0a Another / that should be a // (previously not caught because of by Guido van Rossum · 23 years ago
  42. cf856f9 Add a test for the final branch in repr.Repr.repr1(), which deals with by Guido van Rossum · 23 years ago
  43. 7852616 Return reasonable results for math.log(long) and math.log10(long) (we were by Tim Peters · 23 years ago
  44. 63c9453 Mechanical fiddling to make this easier to work with in my editor. by Tim Peters · 23 years ago
  45. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
  46. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
  47. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
  48. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  49. d157b37 Don't use a default "int" return type, gcc gives a warning about it. by Jack Jansen · 23 years ago
  50. f911423 Added pythonpath.r to the developer distribution. It's by Jack Jansen · 23 years ago
  51. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  52. 2f760c3 On MacOSX built the toolbox extension modules iff we're building with by Jack Jansen · 23 years ago
  53. f6af601 Template for an OSX PythonInterpreter application. by Jack Jansen · 23 years ago
  54. 33a3b63 Correction: the Borland C port isn't fully operational yet by Andrew M. Kuchling · 23 years ago
  55. d043ab6 Photoshop sources for icon files. Not pretty, but hey! I'm not an by Jack Jansen · 23 years ago
  56. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 23 years ago
  57. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 23 years ago
  58. 0dad0f7 Revert one of the "division fixes" in test_long. It intends to try both by Tim Peters · 23 years ago
  59. 1ef106c Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. by Fred Drake · 23 years ago
  60. 4a596e3 [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should by Andrew M. Kuchling · 23 years ago
  61. 9f5b822 Convert docstring to "raw" string. by Fred Drake · 23 years ago
  62. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  63. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  64. 6c0f200 Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That by Neil Schemenauer · 23 years ago
  65. 1b41079 Added docstring by Neal Norwitz. This closes SF bug #450981. by Fred Drake · 23 years ago
  66. 05857df Added docstring by Neal Norwitz. This closes SF bug #450979. by Fred Drake · 23 years ago
  67. 757f780 Add more detail to the descriptions of the shutil functions. by Fred Drake · 23 years ago
  68. c05fc7d Added documentation for sys.maxunicode and sys.warnoptions. by Fred Drake · 23 years ago
  69. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago
  70. a0ca3d6 - Reverse the meaning of the -m option: warnings about multiple / by Guido van Rossum · 23 years ago
  71. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 23 years ago
  72. 81fc778 Suppress the warning about regex here. by Guido van Rossum · 23 years ago
  73. c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 23 years ago
  74. 68eac2b Added reasonable parsing of the DOCTYPE declaration, fixed edge cases by Fred Drake · 23 years ago
  75. 212a2e1 On the mac some library paths returned were outdated, some were outright funny. by Jack Jansen · 23 years ago
  76. 4ca5f38 Disabled _curses modules on MacOSX. The curses version is a 1994 BSD by Jack Jansen · 23 years ago
  77. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  78. bc1c7a0 Fixed a typo and added more tests. by Tim Peters · 23 years ago
  79. e2a6000 Change long/long true division to return as many good bits as it can; by Tim Peters · 23 years ago
  80. 9c1d7fd Move int_true_divide next to the other division routines. by Tim Peters · 23 years ago
  81. 20dab9f Move long_true_divide next to the other division routines (for clarity!). by Tim Peters · 23 years ago
  82. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 23 years ago
  83. 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
  84. 61c345f Rename the -D option to -Q, to avoid a Jython option name conflict. by Guido van Rossum · 23 years ago
  85. a1c1b0f Introduce new private API function _PyLong_AsScaledDouble. Not used yet, by Tim Peters · 23 years ago
  86. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  87. a8aefe5 Don't use dir() to find instance attribute names. by Neil Schemenauer · 23 years ago
  88. 49417e7 Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is by Neil Schemenauer · 23 years ago
  89. 0628a66 Restore a line deleted by mistake. by Tim Peters · 23 years ago
  90. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  91. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  92. 95c99e5 Made a doctest out of the examples in Guido's type/class tutorial. by Tim Peters · 23 years ago
  93. b7da090 Clarify the Borland situation, based on email from Stephen. by Tim Peters · 23 years ago
  94. b95ec09 Repair typo in comment. by Tim Peters · 23 years ago
  95. 13b54a9 Added the last few missing files, and put everything in the right packages. by Jack Jansen · 23 years ago
  96. e7a9598 Implement what the docstring said: multiple slashes per line are by Guido van Rossum · 23 years ago
  97. aaf80c8 Add news about dictionary() constructor. by Guido van Rossum · 23 years ago
  98. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 23 years ago
  99. 1b8ca0d Rewrite the tuple() docstring to parallel the list() docstring. by Tim Peters · 23 years ago
  100. 9577761 Repair apparent cut'n'pasteo in tuple() docstring. by Tim Peters · 23 years ago