- db5860b optimize_code(): Repaired gross error in new special-casing for None. by Tim Peters · 20 years ago
- 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 20 years ago
- 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
- 122f87f The interpreter popup was never filled with any data, fixed. Fixes #775878. by Jack Jansen · 20 years ago
- 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago
- 31bca4e Cleaned up list of interpreters. by Jack Jansen · 20 years ago
- 76d962d Treat None as a constant. by Raymond Hettinger · 20 years ago
- 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
- b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
- 6c09a21 Fix for #795649: explain how to use TextEdit for editing Python code. by Jack Jansen · 20 years ago
- e497978 Fix for 838140: don't call NSUnlinkModule when we fail to find our by Jack Jansen · 20 years ago
- ad1654e After more than two years of puzzlement Jurjen Bos found the reason for by Jack Jansen · 20 years ago
- 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
- 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
- c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
- 84b7447 _localemodule now needs to be linked with CoreFoundation on darwin. by Jack Jansen · 21 years ago
- 5336f8c [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Windows by Andrew M. Kuchling · 21 years ago
- 7323f08 A script to fix version strings in .plist files. by Jack Jansen · 21 years ago
- 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 21 years ago
- 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 21 years ago
- ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 21 years ago
- d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 21 years ago
- 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 21 years ago
- 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 21 years ago
- 7569450 Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. by Jack Jansen · 21 years ago
- 3fc2fde Typo fixes by Andrew M. Kuchling · 21 years ago
- 0045717 Add thread-local feature by Andrew M. Kuchling · 21 years ago
- 2340689 Correct a paragraph: basicConfig() isn't actually new by Andrew M. Kuchling · 21 years ago
- de83321 SF bug 990749: os constants missing by Tim Peters · 21 years ago
- 58ed69b Exercise Jim's VISIT macro. by Raymond Hettinger · 21 years ago
- 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 21 years ago
- 69dc1c8 Fix typo. by Hye-Shik Chang · 21 years ago
- 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 21 years ago
- eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 21 years ago
- 89ba1ff Bump version; update date by Andrew M. Kuchling · 21 years ago
- 9296023 Improve examples for working with the context API. by Raymond Hettinger · 21 years ago
- ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 21 years ago
- 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 21 years ago
- d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 21 years ago
- e827437 Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved type tutorial. by Jim Fulton · 21 years ago
- aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 21 years ago
- 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 21 years ago
- 7a0e8bc Updated documentation to: by Jim Fulton · 21 years ago
- a643b65 Ported some features from zope: by Jim Fulton · 21 years ago
- b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 21 years ago
- fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 21 years ago
- b60b242 Recompiled after source file changes. by Thomas Heller · 21 years ago
- 0062be2 Ignore some more build products. by Thomas Heller · 21 years ago
- d1d92ea Add a warning so that it isn't forgotten to recreate the binaries AND by Thomas Heller · 21 years ago
- 55a9864 Don't complain that non-existant registry entries cannot be deleted. by Thomas Heller · 21 years ago
- c849e63 This is Pete Shinners' patch from his bug report by Michael W. Hudson · 21 years ago
- 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 21 years ago
- 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 21 years ago
- 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 21 years ago
- c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 21 years ago
- e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 21 years ago
- 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 21 years ago
- 2a510ce Wordsmithing by Andrew M. Kuchling · 21 years ago
- ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 21 years ago
- 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 21 years ago
- 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 21 years ago
- b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 21 years ago
- fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 21 years ago
- 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 21 years ago
- 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 21 years ago
- 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 21 years ago
- d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 21 years ago
- 5492f3d Add more known macros. by Raymond Hettinger · 21 years ago
- 3f06189 this is patch by Michael W. Hudson · 21 years ago
- ca1a775 Fix markup. by Raymond Hettinger · 21 years ago
- 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 21 years ago
- fd4984d install test/decimaltestdata as well by Anthony Baxter · 21 years ago
- 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 21 years ago
- 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 21 years ago
- 1869df1 another note for amk by Anthony Baxter · 21 years ago
- 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 21 years ago
- 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 21 years ago
- 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 21 years ago
- dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 21 years ago
- 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 21 years ago
- e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 21 years ago
- 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 21 years ago
- 88e8e34 Style nit. by Raymond Hettinger · 21 years ago
- 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 21 years ago
- 65df07b Minor improvements, fixups and wording changes everywhere. by Raymond Hettinger · 21 years ago
- ad5206f Clarify requirement for GNU make by Kurt B. Kaiser · 21 years ago
- 8932b41 Patch 851752 (fixes bug 820583) by Kurt B. Kaiser · 21 years ago
- d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 21 years ago
- b8e1717 [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses by Andrew M. Kuchling · 21 years ago
- e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 21 years ago
- cd77dd6 Fix minor error in example. by Brett Cannon · 21 years ago
- f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 21 years ago
- 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 21 years ago
- 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 21 years ago
- 864bba1 [Patch 988444] by Andrew M. Kuchling · 21 years ago
- f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 21 years ago
- 3e377de Change some declarations from ``char *`` to ``const char *``. Also added by Brett Cannon · 21 years ago
- 27d3dda [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compatibility with various broken SSL implementations out there. by Andrew M. Kuchling · 21 years ago
- 79d7e92 Add item by Andrew M. Kuchling · 21 years ago
- 9c3efe3 [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Andrew M. Kuchling · 21 years ago