- 673debf Annotated the correction to urllib.py, issue #1177 by Facundo Batista · 17 years ago
- a1afbf6 issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. by Sean Reifscheider · 17 years ago
- 5a5bc7b Fix #1169: remove docstrings in functions for -OO. by Georg Brandl · 17 years ago
- 111c0ea issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
- bbaff4c Properly indent two lines. (Spotted because it caused merge conflicts in the by Thomas Wouters · 17 years ago
- cbab594 Cleanup docs for NamedTuple. by Raymond Hettinger · 17 years ago
- cce8df2 Speed up of the various division operations (remainder, divide, by Facundo Batista · 17 years ago
- 745e48d A bit of reordering, also show more subheadings in the lang ref index. by Georg Brandl · 17 years ago
- 2b03d45 Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people can see how it works. by Raymond Hettinger · 17 years ago
- de37a8c Add item; sort properly by Andrew M. Kuchling · 17 years ago
- f09597c issue1082: Fixing platform and system for Vista. by Sean Reifscheider · 17 years ago
- 6c398da The methods always return Decimal classes, even if they're by Facundo Batista · 17 years ago
- b67da23 Decimal is updated, :) by Facundo Batista · 17 years ago
- 8335acb issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
- 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
- d36a60e Sync-up named tuples with the latest version of the ASPN recipe. by Raymond Hettinger · 17 years ago
- bf10c47 use binary mode when reading files for testAsyncore to make Windows happy by Bill Janssen · 17 years ago
- 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 17 years ago
- 7e84c7f Remove bdb from the "undocumented modules" list. by Georg Brandl · 17 years ago
- e90bc3c Some additions (examples and a bit on the tutorial). by Facundo Batista · 17 years ago
- a7f49f7 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
- 7c82a3e9 Included the new functions, and new descriptions. by Facundo Batista · 17 years ago
- fb57e7e Rename import library for debug build to _msi_d.lib. by Martin v. Löwis · 17 years ago
- f0a5b09 Clean both Release and Debug projects, to support the MSI builder. by Martin v. Löwis · 17 years ago
- 1338fbf Make target unique by Andrew M. Kuchling · 17 years ago
- f10878b Add various items by Andrew M. Kuchling · 17 years ago
- bd2fe83 Put the parameter watchexp back in (changed watchexp from an int by Facundo Batista · 17 years ago
- 353750c Merged the decimal-branch (revisions 54886 to 58140). Decimal is now by Facundo Batista · 17 years ago
- ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 17 years ago
- 0dda1e9 More path fixes. by Martin v. Löwis · 17 years ago
- 4bd037d Fix path. by Martin v. Löwis · 17 years ago
- 82151c6 Add more automated actions. by Martin v. Löwis · 17 years ago
- aef205d #1120: put explicit version in the shebang lines of pydoc, idle by Georg Brandl · 17 years ago
- 8fd3ecf Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
- c28d5fb root certificate for https://svn.python.org/, used in test_ssl by Bill Janssen · 17 years ago
- 07752ab bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
- 5a25fcd Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 17 years ago
- 9c478bd Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 17 years ago
- bb07a7d Bug #1152: use non-deprecated name in example. by Georg Brandl · 17 years ago
- 0001422 New documentation page for the bdb module. by Georg Brandl · 17 years ago
- 4c20bc4 Generators had their throw() method allowing string exceptions. That's a no-no. by Brett Cannon · 17 years ago
- 0b71202 Disable some tests that fail on the 'ppc Debian unstable' buildbot to by Thomas Heller · 17 years ago
- 1df42b1 Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056) by Nick Coghlan · 17 years ago
- 93bf9ce Fix some documentation bugs. by Bill Janssen · 17 years ago
- e3f1d7d Make sure test_ssl doesn't reference the ssl module in a by Bill Janssen · 17 years ago
- 119c7a6 A better way of finding an open port to test with. by Bill Janssen · 17 years ago
- b559113 Patch # 1026 by Benjamin Aranguren (with Alex Martelli): by Guido van Rossum · 17 years ago
- 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 17 years ago
- 98d19da More work on SSL support. by Bill Janssen · 17 years ago
- a0c0551 Fix a possible segfault from recursing too deep to get the repr of a list. by Brett Cannon · 17 years ago
- f3d280e Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone by Gregory P. Smith · 17 years ago
- 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
- 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
- 3994240 Allow making update with no prior checkout. by Martin v. Löwis · 17 years ago
- fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago
- 8628f75 Take chm file from build/htmlhelp/pydoc.chm. by Martin v. Löwis · 17 years ago
- 0a04819 tr a-z A-Z does not work on Solaris (would require by Martin v. Löwis · 17 years ago
- e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
- f805785 email address update by Gregory P. Smith · 17 years ago
- 9bc2dd6 Newer autoconf versions (from 2.60) want a 'datarootdir' definition in by Ronald Oussoren · 17 years ago
- 0539313 be explicit about the actual location of the missing file by Skip Montanaro · 17 years ago
- bd9d544 #1095: ln -f doesn't work portably, fix in Makefile. by Georg Brandl · 17 years ago
- 8360d5d Fix a wrong indentation for sublists. by Georg Brandl · 17 years ago
- 2e638c3 Backport from py3k branch: by Thomas Heller · 17 years ago
- 49c7c71 Remove unneeded #include. by Thomas Heller · 17 years ago
- 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 17 years ago
- 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 17 years ago
- 68a6da9 Make uuid1 and uuid4 tests conditional on whether ctypes can be imported; by Brett Cannon · 17 years ago
- 161586c Apply the fix from Issue1112 to make this test more robust and keep by Gregory P. Smith · 17 years ago
- 52bc1f1 If this is correct for py3k branch and it's already in the release25-maint by Skip Montanaro · 17 years ago
- a3a7dda Fix typo: c_float represents to C float type. by Thomas Heller · 17 years ago
- ecabc37 Backport from 3k: #1116: fix reference to old filename. by Georg Brandl · 17 years ago
- 337841d PyDict_GetItem() returns a borrowed reference. by Armin Rigo · 17 years ago
- bddc341 Patch #1733973 by peaker: by Armin Rigo · 17 years ago
- 5768d57 Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only). by Georg Brandl · 17 years ago
- d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
- 362bb51 PyDict_GetItem() returns a borrowed reference. by Armin Rigo · 17 years ago
- 4c1cb7e Patch #1105: Explain that one needs to build the solution by Martin v. Löwis · 17 years ago
- ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 17 years ago
- 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
- 4f2ba55 - Makefile.pre.in(buildbottest): Remove whitespace at eol. by Matthias Klose · 17 years ago
- 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
- a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
- 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
- af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 17 years ago
- fcb444a Added cross-references plus a note about dict & list shallow copying. by Mark Summerfield · 17 years ago
- 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
- 4cdceac Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. by Georg Brandl · 17 years ago
- 38f1b98 Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used by Ronald Oussoren · 17 years ago
- b4c6295 Add more items by Andrew M. Kuchling · 17 years ago
- 364b841 Wording change by Andrew M. Kuchling · 17 years ago
- 6c066dd Add various items by Andrew M. Kuchling · 17 years ago
- 24e99c4 Markup fix by Andrew M. Kuchling · 17 years ago
- 73f83d2 Fix typo. by Walter Dörwald · 17 years ago
- 90014e0 Fix wrong function names. by Walter Dörwald · 17 years ago
- 222907d Added a note and examples to explain that re.split does not split on an by Skip Montanaro · 17 years ago
- 847cae6 Document sets' ">" and "<" operations (backport from py3k). by Georg Brandl · 17 years ago
- 95b571a Fix RST link (backport from Py3k). by Georg Brandl · 17 years ago
- 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
- 470dcd2 remove use of non-existent SSLFakeSocket in apparently untested code by Bill Janssen · 17 years ago