1. ab0cad5 Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. by Martin v. Löwis · 23 years ago
  2. 1cb560a Do more to be compatible with Windows/CygWin. Make error messages more by Fred Drake · 23 years ago
  3. 9443dc3 Remove the use of the "cat" program. This improves portability to non-Unix by Fred Drake · 23 years ago
  4. 8a7b59e Added this LaTeX style file to the package since not all LaTeX installations by Fred Drake · 23 years ago
  5. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  6. c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
  7. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  8. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  9. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  10. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
  11. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  12. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
  13. d614f97 Change PyType_Ready() to use the READY and READYING flags. This makes by Guido van Rossum · 23 years ago
  14. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  15. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  16. 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
  17. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  18. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  19. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  20. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  21. 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago
  22. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  23. 024ef6f Remove the bogus flags parameter from the PyFile_WriteString() signature; by Fred Drake · 23 years ago
  24. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  25. 09379da Regenerated. by Jack Jansen · 23 years ago
  26. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  27. 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
  28. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  29. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  30. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
  31. e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
  32. 6386a4c Import UnknownFileError by Andrew M. Kuchling · 23 years ago
  33. 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
  34. affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
  35. 42a8c2b Add resolution of __new__ story sequel. by Guido van Rossum · 23 years ago
  36. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  37. 428e75f Add wrappers around the rich-comparison operations. by Fred Drake · 23 years ago
  38. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  39. 29687cd Sigh. Strengthen the resriction of the previous checkin: tp_new is by Guido van Rossum · 23 years ago
  40. c11e192 Thinking back to the 2.22 revision, I didn't like what I did there one by Guido van Rossum · 23 years ago
  41. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
  42. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago
  43. 29206bc Apply anonymous SF patch #441229. by Guido van Rossum · 23 years ago
  44. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
  45. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
  46. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  47. e358b42 Added Josh Cogliati (turtle.py contributor). by Guido van Rossum · 23 years ago
  48. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  49. 92e2d5c Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of by Guido van Rossum · 23 years ago
  50. 6d40bf2 One more. by Neil Schemenauer · 23 years ago
  51. c7c8d8e Add get_objects function. This is a low level function (like by Neil Schemenauer · 23 years ago
  52. 48c7034 Add get_referents function. Closes SF patch #402925. by Neil Schemenauer · 23 years ago
  53. dbdcb0f Regenerate for glibc 2.2.3. by Martin v. Löwis · 23 years ago
  54. 4414933 Regenerate for Solaris 8. by Martin v. Löwis · 23 years ago
  55. f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 23 years ago
  56. 4f85bf3 Patch #437683: Use re instead of regex. by Martin v. Löwis · 23 years ago
  57. a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 23 years ago
  58. 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 23 years ago
  59. df8dc36 Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not by Thomas Wouters · 23 years ago
  60. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  61. f30f1fc In the acks, CamelCase InstallMaster the same way Wise does it. by Tim Peters · 23 years ago
  62. b6135df Add a comma. by Tim Peters · 23 years ago
  63. 396c032 Mark binary operators as done. by Guido van Rossum · 23 years ago
  64. 8eb16b1 Give some special thanks on the final "Installation Completed!" screen. by Tim Peters · 23 years ago
  65. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 23 years ago
  66. dc91b99 Proper support for binary operators, including true division and floor by Guido van Rossum · 23 years ago
  67. ab04653 Resource files for OSX Python.framework. Incomplete, and they should probably by Jack Jansen · 23 years ago
  68. 034cbf1 Typo fix (spelling mistake in error message). by Greg Ward · 23 years ago
  69. 36a90f6 Thanks to by Tim Peters · 23 years ago
  70. 6113d35 Patch #422471: Install IDLE Help File by Martin v. Löwis · 23 years ago
  71. ce42a8e Add the new Tools/compiler/README to the WIndows install, as README.txt. by Tim Peters · 23 years ago
  72. 0197858 Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(), by Fred Drake · 23 years ago
  73. 564165e Added README to this directory by Andrew M. Kuchling · 23 years ago
  74. 03590c6 Reference counting information for PyNumber_*FloorDivide() and by Fred Drake · 23 years ago
  75. 8a267b6 Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 by Tim Peters · 23 years ago
  76. 0415620 Added note to self about __new__ issue. by Guido van Rossum · 23 years ago
  77. ff88556 Patch #449083: Use builtins to initalize the module. by Martin v. Löwis · 23 years ago
  78. 8e938b4 Removed extraneous semicolons that caused a gazzilion "empty declaration" warnings in the MetroWerks compiler. by Jack Jansen · 23 years ago
  79. 4795fcc Adapted for pymactoolbox.c and changed externals elsewhere. by Jack Jansen · 23 years ago
  80. d844a5f Got rid of unused includes. by Jack Jansen · 23 years ago
  81. 9a66b6d Various fixes to streamline build process on Mac OS X: by Jack Jansen · 23 years ago
  82. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
  83. 086d22f Removed special rule for Mac/Python/macglue.o, it is not needed anymore. by Jack Jansen · 23 years ago
  84. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
  85. 11d03c5 Put conditional S_IFMT definition into pyport.h. by Martin v. Löwis · 23 years ago
  86. b0db85a Remove redundant check for 'getaddrinfo' (it's already checked the block by Thomas Wouters · 23 years ago
  87. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  88. e00dde2 Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. by Steve Purcell · 23 years ago
  89. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 23 years ago
  90. 257b3bf Repair the Windows build (S_ISDIR() macro doesn't exist). by Tim Peters · 23 years ago
  91. e54acfd Add option to push the development docs to SF without announcing, for by Fred Drake · 23 years ago
  92. ecab001 More names.... by Fred Drake · 23 years ago
  93. 3a5ec57 Clean up some of the markup here -- be more consistent in the use of by Fred Drake · 23 years ago
  94. a7d608d "Thin" version of floor division docs: add // to the list of operators by Fred Drake · 23 years ago
  95. 6b3a2c4 Patch #448227: Raise an exception when a directory is passed to execfile. by Martin v. Löwis · 23 years ago
  96. 96204f5 Add new tokens // and //=, in support of PEP 238. by Guido van Rossum · 23 years ago
  97. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  98. 074c9d2 beginning of work on the conf. handling smarts by Steven M. Gava · 23 years ago
  99. 194e13c Commented out most of the MacPython modules. There is a discussion on the by Jack Jansen · 23 years ago
  100. fe71f81 Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from by Tim Peters · 23 years ago