- f8bff48 Markup fixes. by Georg Brandl · 15 years ago
- b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
- dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
- 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 15 years ago
- 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 15 years ago
- 04f4347 Small comment documentation change to clarify "ident" selection. by Sean Reifscheider · 15 years ago
- f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 15 years ago
- a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
- e11d85c Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage. by Georg Brandl · 15 years ago
- 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
- 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
- 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
- 19c0673 Rephrase comment. by Ezio Melotti · 15 years ago
- 896c477 Issue #8475: Pass absolute interpreter path to "make html". by Martin v. Löwis · 15 years ago
- 23196a5 #8474: fix duplicate test in test_email. by Ezio Melotti · 15 years ago
- 0a36181 Updated the RFCs list in the See Also section of urlparse.rst by Senthil Kumaran · 15 years ago
- 18e63fb Issue #7332: Remove the 16KB stack-based buffer in by Antoine Pitrou · 15 years ago
- 8a96d20 - Build the ossaudio extension on GNU/kFreeBSD. by Matthias Klose · 15 years ago
- ca6d9e9 setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty. by Matthias Klose · 15 years ago
- 1a9e9f2 Forgot to add the sample certificate (followup to r80314) by Antoine Pitrou · 15 years ago
- c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
- 62e17ad shutil: removed unused import and fixed attributes names in _call_external_zip by Tarek Ziadé · 15 years ago
- f0a4cce Add Tim Golden. by Martin v. Löwis · 15 years ago
- 7811899 Sync test_plistlib.py with plistlib.py by Ronald Oussoren · 15 years ago
- a92e81b Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm by Victor Stinner · 15 years ago
- e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
- 8e6ca8f Fix for issue 7852: the DTD for OSX Plists has changed due by Ronald Oussoren · 15 years ago
- 241a043 Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. by Senthil Kumaran · 15 years ago
- c166b40 fix typo in r79533, introduced by the fix for issue #8233 by Matthias Klose · 15 years ago
- 8c09ebc #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse by Ezio Melotti · 15 years ago
- 1f8dd36 Add version info for os.kill and signal changes from #1220212. by Brian Curtin · 15 years ago
- 1c3d193 This patch fixes the handling of a weak-linked by Ronald Oussoren · 15 years ago
- 1bf0202 The PythonLauncher change is needed due by Ronald Oussoren · 15 years ago
- 68b4e01 1) The timeout in the itimer tests was too low for slow or heavily by Stefan Krah · 15 years ago
- 281b551 Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. by Senthil Kumaran · 15 years ago
- ac4b7ad Explicitly set system default for $PATH to by Ronald Oussoren · 15 years ago
- 607f7c0 Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands by Giampaolo Rodolà · 15 years ago
- 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
- f1c28b7 few pep8 fixes by Tarek Ziadé · 15 years ago
- 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
- 35b7602 Issue 8436: set.__init__ accepts keyword args by Raymond Hettinger · 15 years ago
- 9958c56 Fix catastrophic file opening and closing logic in test_linecache by Antoine Pitrou · 15 years ago
- 814b6c2 Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py by Victor Stinner · 15 years ago
- 974eb5e Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. by Ronald Oussoren · 15 years ago
- 287128a Add check to build-installer.py to ensure that by Ronald Oussoren · 15 years ago
- 37805e5 Fix for issue #7072 by Ronald Oussoren · 15 years ago
- cf445fc Fix Issue #3817: 225 is now considered a valid response code for ABOR by Giampaolo Rodolà · 15 years ago
- 5ac7416 Fix bootstrap after r80166 by Antoine Pitrou · 15 years ago
- b2a0a43 platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() by Victor Stinner · 15 years ago
- 24f09fd Issue #8279: Fix test_gdb failures. by Martin v. Löwis · 15 years ago
- fb4812f Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. by R. David Murray · 15 years ago
- 923cf65 Add Giampaolo. by Martin v. Löwis · 15 years ago
- 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
- 7794b5b Update link to Apple Publication Style guide. by R. David Murray · 15 years ago
- 420ec8a Fix Issue5650 - Update the RFC List in the urlparse module. by Senthil Kumaran · 15 years ago
- e0e8a87 Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. by R. David Murray · 15 years ago
- ae530c2 tiny simplification by Benjamin Peterson · 15 years ago
- 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 15 years ago
- 5c4e292 fix typo by Benjamin Peterson · 15 years ago
- 06f06a0 bytearray -> type2test by Benjamin Peterson · 15 years ago
- e7ebdc2 remove check for unicode by Benjamin Peterson · 15 years ago
- 9642d60 Ignore jinja2 by Antoine Pitrou · 15 years ago
- 8c6d9d7 Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) by Senthil Kumaran · 15 years ago
- b7b7c77 add space by Benjamin Peterson · 15 years ago
- 85f928a Add various items by Andrew M. Kuchling · 15 years ago
- b3dde13 Fix os.kill tests to be more robust and work with slower machines. by Brian Curtin · 15 years ago
- 363dbcc Add various items; correct argparse output by Andrew M. Kuchling · 15 years ago
- 9f5fd60 Fix missing. by Georg Brandl · 15 years ago
- c9a8a4a #8370: fix module name in backported doc addition. by Georg Brandl · 15 years ago
- 710a5db #5250: document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable. by Georg Brandl · 15 years ago
- 4a589c3 #8399: add note about Windows and O_BINARY. by Georg Brandl · 15 years ago
- b6c1aeb Add some text by Andrew M. Kuchling · 15 years ago
- 6c50efe Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek(). by Georg Brandl · 15 years ago
- ea56710 #5341: fix typo and adapt docstring syntax. by Georg Brandl · 15 years ago
- 4fabac5 #5341: typo. by Georg Brandl · 15 years ago
- 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
- f03641a Add argparse example by Andrew M. Kuchling · 15 years ago
- 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 15 years ago
- b6705ac Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python". by Antoine Pitrou · 15 years ago
- 2c4798b In test_winsound, don't try to import _winreg until after checking that winsound is supported. by Mark Dickinson · 15 years ago
- d073107 Get rid of multi-row cells. by Georg Brandl · 15 years ago
- d5c50b3 Fix #7306. Add skips to test_winsound when no default sound is configured. by Brian Curtin · 15 years ago
- ce69052 Add an item; stray edit by Andrew M. Kuchling · 15 years ago
- bc96f32 Fix #8364. Update the setquit docstring and change a built-in to builtin. by Brian Curtin · 15 years ago
- 44340e6 Add usage notes for collections.Counter(). by Raymond Hettinger · 15 years ago
- 78ab583 More struct doc tweaks. by Mark Dickinson · 15 years ago
- b633f10 Rewrap some long lines in struct module doc source. by Mark Dickinson · 15 years ago
- bbacb83 Issue #7355: Various improvements to struct module documentation. by Mark Dickinson · 15 years ago
- 4e20ab2 Update the Windows FAQ's text about os.kill (#1220212). by Brian Curtin · 15 years ago
- 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
- 9aca91d Issue #8367: Fix spurious test failure on systems without a sound card. by Stefan Krah · 15 years ago
- fa900d4 typo by Barry Warsaw · 15 years ago
- 27ef937 Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. by R. David Murray · 15 years ago
- d10b65e Adding additional examples of valid urls as per RFC 3986 (for issue8339) by Senthil Kumaran · 15 years ago
- 5a96543 Re-enable all tests, to see which ones fail on the buildbots. by Martin v. Löwis · 15 years ago
- 7f7765c Issue #8330: Fix expected output in test_gdb. by Martin v. Löwis · 15 years ago
- 9843178 It is possible to add extra testing options using EXTRATESTOPTS. by Antoine Pitrou · 15 years ago
- ab5ce720 Fix misplaced items and incorrect title. by Antoine Pitrou · 15 years ago
- fc53153 Issue #8374: Update the internal alias table in the :mod:`locale` module by Antoine Pitrou · 15 years ago
- 4515f0d Add several items by Andrew M. Kuchling · 15 years ago