1. 6920e49 Woo hoo! All the encoding tests pass on Windows (& I downloaded the by Tim Peters · 20 years ago
  2. 91380d5 Repair MS compiler warning about signed-vs-unsigned mismatch. The plane by Tim Peters · 20 years ago
  3. cc8f997 More cjkcodecs recovery: Python at least compiles on Window again. by Tim Peters · 20 years ago
  4. 7c7b3da Added a comment explaining the extern ugliness. by Tim Peters · 20 years ago
  5. 0f27166 Changed the "predefinitions" of codec_list and mapping_list from static by Tim Peters · 20 years ago
  6. d0bcf35 Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compile by Tim Peters · 20 years ago
  7. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  8. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  9. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  10. 1d64fb3 Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can by Tim Peters · 20 years ago
  11. 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 20 years ago
  12. 910d8f1 Change CJK encoding aliases to their most popular variation of by Hye-Shik Chang · 20 years ago
  13. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  14. e970d2a Add a definition (found in the Debian patches for 2.3.4) by Andrew M. Kuchling · 20 years ago
  15. 2b05248 SF #990497: Fix a trivial typo in sorted() example. (Submitted by Daniel Pezely) by Hye-Shik Chang · 20 years ago
  16. 872dc5c Minor edits by Andrew M. Kuchling · 20 years ago
  17. db5860b optimize_code(): Repaired gross error in new special-casing for None. by Tim Peters · 20 years ago
  18. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 20 years ago
  19. 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
  20. 122f87f The interpreter popup was never filled with any data, fixed. Fixes #775878. by Jack Jansen · 20 years ago
  21. 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago
  22. 31bca4e Cleaned up list of interpreters. by Jack Jansen · 20 years ago
  23. 76d962d Treat None as a constant. by Raymond Hettinger · 20 years ago
  24. 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
  25. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  26. 6c09a21 Fix for #795649: explain how to use TextEdit for editing Python code. by Jack Jansen · 20 years ago
  27. e497978 Fix for 838140: don't call NSUnlinkModule when we fail to find our by Jack Jansen · 20 years ago
  28. ad1654e After more than two years of puzzlement Jurjen Bos found the reason for by Jack Jansen · 20 years ago
  29. 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
  30. 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
  31. c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
  32. 84b7447 _localemodule now needs to be linked with CoreFoundation on darwin. by Jack Jansen · 20 years ago
  33. 5336f8c [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Windows by Andrew M. Kuchling · 20 years ago
  34. 7323f08 A script to fix version strings in .plist files. by Jack Jansen · 20 years ago
  35. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  36. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  37. ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 20 years ago
  38. d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 20 years ago
  39. 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 20 years ago
  40. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  41. 7569450 Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. by Jack Jansen · 20 years ago
  42. 3fc2fde Typo fixes by Andrew M. Kuchling · 20 years ago
  43. 0045717 Add thread-local feature by Andrew M. Kuchling · 20 years ago
  44. 2340689 Correct a paragraph: basicConfig() isn't actually new by Andrew M. Kuchling · 20 years ago
  45. de83321 SF bug 990749: os constants missing by Tim Peters · 20 years ago
  46. 58ed69b Exercise Jim's VISIT macro. by Raymond Hettinger · 20 years ago
  47. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  48. 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
  49. 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 20 years ago
  50. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 20 years ago
  51. 89ba1ff Bump version; update date by Andrew M. Kuchling · 20 years ago
  52. 9296023 Improve examples for working with the context API. by Raymond Hettinger · 20 years ago
  53. ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 20 years ago
  54. 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 20 years ago
  55. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  56. e827437 Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved type tutorial. by Jim Fulton · 20 years ago
  57. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 20 years ago
  58. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 20 years ago
  59. 7a0e8bc Updated documentation to: by Jim Fulton · 20 years ago
  60. a643b65 Ported some features from zope: by Jim Fulton · 20 years ago
  61. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  62. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  63. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  64. 0062be2 Ignore some more build products. by Thomas Heller · 20 years ago
  65. d1d92ea Add a warning so that it isn't forgotten to recreate the binaries AND by Thomas Heller · 20 years ago
  66. 55a9864 Don't complain that non-existant registry entries cannot be deleted. by Thomas Heller · 20 years ago
  67. c849e63 This is Pete Shinners' patch from his bug report by Michael W. Hudson · 20 years ago
  68. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  69. 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  70. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  71. c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 20 years ago
  72. e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 20 years ago
  73. 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 20 years ago
  74. 2a510ce Wordsmithing by Andrew M. Kuchling · 20 years ago
  75. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  76. 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 20 years ago
  77. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  78. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  79. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  80. 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 20 years ago
  81. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  82. 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 20 years ago
  83. d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 20 years ago
  84. 5492f3d Add more known macros. by Raymond Hettinger · 20 years ago
  85. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  86. ca1a775 Fix markup. by Raymond Hettinger · 20 years ago
  87. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 20 years ago
  88. fd4984d install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  89. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  90. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  91. 1869df1 another note for amk by Anthony Baxter · 20 years ago
  92. 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 20 years ago
  93. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  94. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 20 years ago
  95. dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 20 years ago
  96. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  97. e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 20 years ago
  98. 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 20 years ago
  99. 88e8e34 Style nit. by Raymond Hettinger · 20 years ago
  100. 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 20 years ago