1. 106ffdb Import the errno module by Andrew M. Kuchling · 24 years ago
  2. affadeb Use correct variable name by Andrew M. Kuchling · 24 years ago
  3. 42a8c2b Add resolution of __new__ story sequel. by Guido van Rossum · 24 years ago
  4. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 24 years ago
  5. 428e75f Add wrappers around the rich-comparison operations. by Fred Drake · 24 years ago
  6. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 24 years ago
  7. 29687cd Sigh. Strengthen the resriction of the previous checkin: tp_new is by Guido van Rossum · 24 years ago
  8. c11e192 Thinking back to the 2.22 revision, I didn't like what I did there one by Guido van Rossum · 24 years ago
  9. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 24 years ago
  10. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 24 years ago
  11. 29206bc Apply anonymous SF patch #441229. by Guido van Rossum · 24 years ago
  12. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 24 years ago
  13. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 24 years ago
  14. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 24 years ago
  15. e358b42 Added Josh Cogliati (turtle.py contributor). by Guido van Rossum · 24 years ago
  16. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 24 years ago
  17. 92e2d5c Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of by Guido van Rossum · 24 years ago
  18. 6d40bf2 One more. by Neil Schemenauer · 24 years ago
  19. c7c8d8e Add get_objects function. This is a low level function (like by Neil Schemenauer · 24 years ago
  20. 48c7034 Add get_referents function. Closes SF patch #402925. by Neil Schemenauer · 24 years ago
  21. dbdcb0f Regenerate for glibc 2.2.3. by Martin v. Löwis · 24 years ago
  22. 4414933 Regenerate for Solaris 8. by Martin v. Löwis · 24 years ago
  23. f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 24 years ago
  24. 4f85bf3 Patch #437683: Use re instead of regex. by Martin v. Löwis · 24 years ago
  25. a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 24 years ago
  26. 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 24 years ago
  27. df8dc36 Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not by Thomas Wouters · 24 years ago
  28. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 24 years ago
  29. f30f1fc In the acks, CamelCase InstallMaster the same way Wise does it. by Tim Peters · 24 years ago
  30. b6135df Add a comma. by Tim Peters · 24 years ago
  31. 396c032 Mark binary operators as done. by Guido van Rossum · 24 years ago
  32. 8eb16b1 Give some special thanks on the final "Installation Completed!" screen. by Tim Peters · 24 years ago
  33. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 24 years ago
  34. dc91b99 Proper support for binary operators, including true division and floor by Guido van Rossum · 24 years ago
  35. ab04653 Resource files for OSX Python.framework. Incomplete, and they should probably by Jack Jansen · 24 years ago
  36. 034cbf1 Typo fix (spelling mistake in error message). by Greg Ward · 24 years ago
  37. 36a90f6 Thanks to by Tim Peters · 24 years ago
  38. 6113d35 Patch #422471: Install IDLE Help File by Martin v. Löwis · 24 years ago
  39. ce42a8e Add the new Tools/compiler/README to the WIndows install, as README.txt. by Tim Peters · 24 years ago
  40. 0197858 Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(), by Fred Drake · 24 years ago
  41. 564165e Added README to this directory by Andrew M. Kuchling · 24 years ago
  42. 03590c6 Reference counting information for PyNumber_*FloorDivide() and by Fred Drake · 24 years ago
  43. 8a267b6 Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 by Tim Peters · 24 years ago
  44. 0415620 Added note to self about __new__ issue. by Guido van Rossum · 24 years ago
  45. ff88556 Patch #449083: Use builtins to initalize the module. by Martin v. Löwis · 24 years ago
  46. 8e938b4 Removed extraneous semicolons that caused a gazzilion "empty declaration" warnings in the MetroWerks compiler. by Jack Jansen · 24 years ago
  47. 4795fcc Adapted for pymactoolbox.c and changed externals elsewhere. by Jack Jansen · 24 years ago
  48. d844a5f Got rid of unused includes. by Jack Jansen · 24 years ago
  49. 9a66b6d Various fixes to streamline build process on Mac OS X: by Jack Jansen · 24 years ago
  50. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 24 years ago
  51. 086d22f Removed special rule for Mac/Python/macglue.o, it is not needed anymore. by Jack Jansen · 24 years ago
  52. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 24 years ago
  53. 11d03c5 Put conditional S_IFMT definition into pyport.h. by Martin v. Löwis · 24 years ago
  54. b0db85a Remove redundant check for 'getaddrinfo' (it's already checked the block by Thomas Wouters · 24 years ago
  55. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 24 years ago
  56. e00dde2 Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. by Steve Purcell · 24 years ago
  57. a38d260 Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. by Tim Peters · 24 years ago
  58. 257b3bf Repair the Windows build (S_ISDIR() macro doesn't exist). by Tim Peters · 24 years ago
  59. e54acfd Add option to push the development docs to SF without announcing, for by Fred Drake · 24 years ago
  60. ecab001 More names.... by Fred Drake · 24 years ago
  61. 3a5ec57 Clean up some of the markup here -- be more consistent in the use of by Fred Drake · 24 years ago
  62. a7d608d "Thin" version of floor division docs: add // to the list of operators by Fred Drake · 24 years ago
  63. 6b3a2c4 Patch #448227: Raise an exception when a directory is passed to execfile. by Martin v. Löwis · 24 years ago
  64. 96204f5 Add new tokens // and //=, in support of PEP 238. by Guido van Rossum · 24 years ago
  65. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 24 years ago
  66. 074c9d2 beginning of work on the conf. handling smarts by Steven M. Gava · 24 years ago
  67. 194e13c Commented out most of the MacPython modules. There is a discussion on the by Jack Jansen · 24 years ago
  68. fe71f81 Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from by Tim Peters · 24 years ago
  69. 54e99e8 Fix SF bug [ #447370 ] typo in urllib2.py by Jeremy Hylton · 24 years ago
  70. 16fd338 Apply two small changes to the Windows code, according to SF bug by Guido van Rossum · 24 years ago
  71. 56b5fdd Remove make_re() function; this is no longer needed since _sre and pcre by Fred Drake · 24 years ago
  72. c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 24 years ago
  73. dad91dd Make sure XMLGenerator uses quoteattr() instead of escape() to quote by Fred Drake · 24 years ago
  74. 288cd2c Fix the test so it uses IterableUserDict for the "for x in dict" test. by Guido van Rossum · 24 years ago
  75. 2050b65 Remove the __iter__ method from the UserDict class -- it can silently by Guido van Rossum · 24 years ago
  76. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 24 years ago
  77. c5943b1 Add the NannyNag exception class and the process_tokens() function to by Guido van Rossum · 24 years ago
  78. 44b1e7d Fix for SF bug #448835. by Guido van Rossum · 24 years ago
  79. 15d86c6 Remove the test for the 'object' type -- it can no longer be by Guido van Rossum · 24 years ago
  80. f040ede Cosmetics: by Guido van Rossum · 24 years ago
  81. cd73836 silence warnings about import * by Jeremy Hylton · 24 years ago
  82. c4dcb63 Brought up-to-date. by Jack Jansen · 24 years ago
  83. f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 24 years ago
  84. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 24 years ago
  85. 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 24 years ago
  86. b927285 Removed unused variable. by Jack Jansen · 24 years ago
  87. cf68425 Yet another project. by Jack Jansen · 24 years ago
  88. 596e18a Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. by Jack Jansen · 24 years ago
  89. 8d319d4 Removed outdated stuff. by Jack Jansen · 24 years ago
  90. 8c69c91 Document two new items by Andrew M. Kuchling · 24 years ago
  91. 179e085 Project files for the new plugin modules, plus a few that hadn't been added yet but should have been. by Jack Jansen · 24 years ago
  92. 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 24 years ago
  93. 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 24 years ago
  94. 230e578 more fleshing out, this time primarily the 'general' page by Steven M. Gava · 24 years ago
  95. 6a53bd8 Another bug fix for recent import * warning (caught by Thomas Wouters) by Jeremy Hylton · 24 years ago
  96. ae5262e + Turn off patch creation (this isn't a patch release! got turned on by by Tim Peters · 24 years ago
  97. ba591bf Fix error message for import * in function/class scope by Jeremy Hylton · 24 years ago
  98. 8a6f295 Fix SF bug [ #445474 ] warn about import * inside functions by Jeremy Hylton · 24 years ago
  99. 5dd064a Tabify the file (pointed out by Thomas Wouters) by Andrew M. Kuchling · 24 years ago
  100. ce2f403 Update listing of subdirectories by Andrew M. Kuchling · 24 years ago