- fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 18 years ago
- e28fa29 Updated docs for basicConfig to indicate it's a no-op if handlers have been defined for the root logger. by Vinay Sajip · 18 years ago
- 503f293 Clean up markup. by Georg Brandl · 18 years ago
- 3c403b2 Consistency nit. by Georg Brandl · 18 years ago
- 66502c1 Change virtual class name of __iter__ to "object" in order to make it linkable. by Georg Brandl · 18 years ago
- dc55f35 Add another named tuple subclassing example. by Raymond Hettinger · 18 years ago
- fd1c245 Fix issue 1747: allow classic classes to be checked for being subclasses of by Jeffrey Yasskin · 18 years ago
- 1db6f80 Cleanup subclassing example to more clearly show fixed-width print format. by Raymond Hettinger · 18 years ago
- b8e0072 Add subclassing example to docs for named tuples. by Raymond Hettinger · 18 years ago
- 4273222 Remove latex trace. by Georg Brandl · 18 years ago
- 844f71b Speed-up named tuple's _make() constructor. by Raymond Hettinger · 18 years ago
- 35f8861 Add tutorial section about coding style. by Georg Brandl · 18 years ago
- e9766c8 Added Mark Dickinson. by Facundo Batista · 18 years ago
- 27a2d13 Fix introductory sentence. by Georg Brandl · 18 years ago
- e260ba2 #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. by Georg Brandl · 18 years ago
- 516787d #1499: Document compile() exceptions. by Georg Brandl · 18 years ago
- 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 18 years ago
- ec32b6b #1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too. by Georg Brandl · 18 years ago
- 14aaee1 #1686390: add example for csv.Sniffer use. by Georg Brandl · 18 years ago
- 2cb103f #1727024: document that Popen.returncode is set by Popen.poll/wait. by Georg Brandl · 18 years ago
- c4768a4 #1615275: clarify return object types of different tempfile factories. by Georg Brandl · 18 years ago
- 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
- db210df #1501: document that 0**0 == 1. by Georg Brandl · 18 years ago
- a8cbad3 #1755097: document default values for [].sort() and sorted(). by Georg Brandl · 18 years ago
- 437e15d #1680: fix context manager example function name. by Georg Brandl · 18 years ago
- c45346f #1591: Clarify docstring of Popen3. by Georg Brandl · 18 years ago
- 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
- e2a902c #1696393: don't check for '.' and '..' in ntpath.walk since by Georg Brandl · 18 years ago
- 94da1d6 Don't try to package msvcr90 for the moment. by Martin v. Löwis · 18 years ago
- e7a434e Package using VS 2008. by Martin v. Löwis · 18 years ago
- 4b3311b Use vcbuild for VS 2009. by Martin v. Löwis · 18 years ago
- 1166872 Small code simplification. Forgot that classmethods can be called from intances. by Raymond Hettinger · 18 years ago
- eb94d4c Add John Nagle (of issue #1637). by Guido van Rossum · 18 years ago
- c6a04c2 Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. by Guido van Rossum · 18 years ago
- 3001c54 Final adjustments for #1601 by Christian Heimes · 18 years ago
- 7390f6c Use markup. by Georg Brandl · 18 years ago
- 60c19d2 Repair markup. by Georg Brandl · 18 years ago
- 1650108 #1719: capitalization error in "UuidCreate". by Georg Brandl · 18 years ago
- 7096a4b Set native svn:eol-style property for text files. by Georg Brandl · 18 years ago
- 2fa2f5d Revert socket.rst to unix-eol. by Georg Brandl · 18 years ago
- f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
- 6265833 Simplify index entries; fix #1712. by Georg Brandl · 18 years ago
- 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 18 years ago
- 9fcd8ce Fix C++-style comment. by Georg Brandl · 18 years ago
- f326898 Add myself. by Thomas Heller · 18 years ago
- 0589914 Fix comment typo by Andrew M. Kuchling · 18 years ago
- 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
- f7476c4 clean up a comment by Fred Drake · 18 years ago
- 1b50fd7 Add error-checking to namedtuple's _replace() method. by Raymond Hettinger · 18 years ago
- 02740f7 Improve namedtuple's _cast() method with a docstring, new name, and error-checking. by Raymond Hettinger · 18 years ago
- ced4eb0 Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. by Guido van Rossum · 18 years ago
- 3b83549 Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 by Guido van Rossum · 18 years ago
- 54966a5 Fix markup by Andrew M. Kuchling · 18 years ago
- 73835bd Fix markup by Andrew M. Kuchling · 18 years ago
- a47b75b socket.ioctl is only available on Windows by Christian Heimes · 18 years ago
- aee643b Reverted last transaction. It's the wrong branch. by Christian Heimes · 18 years ago
- 306179b And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 18 years ago
- 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
- 951300e Update links to bug/patch tracker by Andrew M. Kuchling · 18 years ago
- 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 18 years ago
- 0687561 Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 18 years ago
- 737c73f Make math.{floor,ceil}({int,long}) return float again for backwards by Jeffrey Yasskin · 18 years ago
- e0734e7 Minor fix-ups to named tuples: by Raymond Hettinger · 18 years ago
- 123d5c9 Moved include "Python.h" in front of other imports to silence a warning. by Christian Heimes · 18 years ago
- 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 18 years ago
- f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 18 years ago
- 3b55470 Add math items; other edits by Andrew M. Kuchling · 18 years ago
- adc60ab Typo fix by Andrew M. Kuchling · 18 years ago
- e0b7695 Partial port of r59682 from py3k. by Amaury Forgeot d'Arc · 18 years ago
- d0d7d87 Filled in some XXX comments by Christian Heimes · 18 years ago
- 66ecda4 Fixed math.copysign() on Windows by Christian Heimes · 18 years ago
- 654ede7 Add items by Andrew M. Kuchling · 18 years ago
- 7ef1ce6 Markup fixes; grammar tweaks by Andrew M. Kuchling · 18 years ago
- 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 18 years ago
- 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 18 years ago
- 2f6621c Finish-up the struct module optimizations started at the Iceland NFS sprint. by Raymond Hettinger · 18 years ago
- 076d9ee Bug #1301: fixed a bad assert in _tkinter. by Guido van Rossum · 18 years ago
- eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
- 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
- 0a83d79 Some build bots don't compile mathmodule. There is an issue with the long definition of pi and euler by Christian Heimes · 18 years ago
- e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
- ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
- 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 18 years ago
- 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
- 27edd82 Patch #1696. Don't attempt to close None in dry-run mode. by Guido van Rossum · 18 years ago
- fed3ebc Made vs9to8 Unix compatible by Christian Heimes · 18 years ago
- d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 18 years ago
- 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 18 years ago
- 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
- 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 18 years ago
- 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 18 years ago
- b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 18 years ago
- 84b9aab News item for r59653. by Martin v. Löwis · 18 years ago
- f5d902f Always convert Text.index result to string. by Martin v. Löwis · 18 years ago
- 17cb5cf Return results from Python callbacks to Tcl as Tcl objects. by Martin v. Löwis · 18 years ago
- 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 18 years ago
- e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 18 years ago
- 7e28e49 Added new wininst files to msi.py and adjusted some paths by Christian Heimes · 18 years ago
- e604eb9 MSI uses back slashes as path separators by Christian Heimes · 18 years ago
- 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 18 years ago