- 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
- fdf1b56 Minor factoring by Raymond Hettinger · 15 years ago
- a185839 Fix for issues #3581, #1481 and #7650: by Stefan Krah · 15 years ago
- 6d7dfa2 Add two items by Andrew M. Kuchling · 15 years ago
- 884d0a3 Two typo fixes by Andrew M. Kuchling · 15 years ago
- f11363d Add descriptor howto to main documentation by Raymond Hettinger · 15 years ago
- 7c2ab87 Remove distutils section by Andrew M. Kuchling · 15 years ago
- bfe8a84 name correct by Andrew M. Kuchling · 15 years ago
- a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
- ec6393f Add various items by Andrew M. Kuchling · 15 years ago
- ca2413e Punctuation fix by Andrew M. Kuchling · 15 years ago
- fced908 Two grammar fixes by Andrew M. Kuchling · 15 years ago
- e694e00 Add the sorting HOWTO to the main docs. by Raymond Hettinger · 15 years ago
- bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
- 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
- cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
- b60ee46 Refactor a couple inspect module tests to remove duplicate code by Jean-Paul Calderone · 15 years ago
- bb66973 adjust gc_collect for Jython by Philip Jenvey · 15 years ago
- 1240906 towards beta 2 by Benjamin Peterson · 15 years ago
- 4e45512 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 15 years ago
- 55b2138 tag first 2.7b1 beta by Benjamin Peterson · 15 years ago
- 2cab8db update pydoc-topics by Benjamin Peterson · 15 years ago
- fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
- 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
- 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 15 years ago
- 9352f1c #8346: update version. by Georg Brandl · 15 years ago
- 90aae55 #8360: skipTest was added in 2.7. by Georg Brandl · 15 years ago
- a1d61d0 Fixup new itertools recipes. by Raymond Hettinger · 15 years ago
- 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
- 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
- 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 15 years ago
- 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
- e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
- 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
- 7591285 This check-in fixes two problems: by Ronald Oussoren · 15 years ago
- efc2f49 Correction of unittest documentation typos and omissions by Michael Foord · 15 years ago
- 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
- f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. by Michael Foord · 15 years ago
- 9a39ecc Issue #8337: Disable the remaining test also for now. by Martin v. Löwis · 15 years ago
- 6d22cfc Document the libffi FreeBSD fix. by Jeroen Ruigrok van der Werven · 15 years ago
- 422c742 FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is by Jeroen Ruigrok van der Werven · 15 years ago
- 16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. by Martin v. Löwis · 15 years ago
- 65605f7 Use some more interesting test values for (unsigned) long long ctypes tests, by Mark Dickinson · 15 years ago
- 497256b Issue #8331: logging: fixed some grammatical errors in documentation. by Vinay Sajip · 15 years ago
- ef7590e Issue #8328: Silence Visual Studio warnings. by Stefan Krah · 15 years ago
- 5a5a37c document new PYTHONWARNINGS env var by Philip Jenvey · 15 years ago
- f3a8c66 tell people to update python.man, too by Benjamin Peterson · 15 years ago
- aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
- c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. by Michael Foord · 15 years ago
- ccd8bc8 Issue #8327: logging: Clarification of propagation functionality in documentation. by Vinay Sajip · 15 years ago
- ad971d6 More NaN consistency doc fixes. by Mark Dickinson · 15 years ago
- e07acb5 Use consistent spelling for nans (thanks Georg for noticing). by Mark Dickinson · 15 years ago
- 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago
- 22c62dd use skip decorator by Benjamin Peterson · 15 years ago
- fb12044 Fix syntax. by Georg Brandl · 15 years ago
- 99e73f9 Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along by Mark Dickinson · 15 years ago
- ea7e551 Silence a 'comparison between signed and unsigned integer expressions' gcc warning. by Mark Dickinson · 15 years ago
- a5db431 Issue #8259: Clarify that there's an upper bound on the right-hand operand of a shift operator. by Mark Dickinson · 15 years ago
- 3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. by Antoine Pitrou · 15 years ago
- 8279167 Misc/NEWS entry for r79843. by Mark Dickinson · 15 years ago
- 3ec9b94 Issue #8259: Get rid of 'outrageous left shift count' error when by Mark Dickinson · 15 years ago
- 72ec2e2 14 years later, we still don't know what it's for. by Antoine Pitrou · 15 years ago
- 6a92860 Note that PEP 378 also applies to int. by Eric Smith · 15 years ago
- 2b051d7 Add JP. by Georg Brandl · 15 years ago
- c466385 Fixed PEP 378 example. by Eric Smith · 15 years ago
- abe448c #8320: document return value of recv_into(). by Georg Brandl · 15 years ago
- e266d3e ready _sre types by Benjamin Peterson · 15 years ago
- 021f334 Fix several links and other mistakes. by Ezio Melotti · 15 years ago
- b02b311 Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once" by Senthil Kumaran · 15 years ago
- f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
- fce1d31 Fix a failing test on an apparently slow Windows buildbot. by Brian Curtin · 15 years ago
- 56506a6 Use a better NaN test in _Py_HashDouble as well. by Mark Dickinson · 15 years ago
- e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 15 years ago
- 5e0c274 Use a more robust infinity check in _Py_HashDouble. by Mark Dickinson · 15 years ago
- 0c08009 Issue 8316: make test_gdb robust in the face of differing terminal by R. David Murray · 15 years ago
- 0b93a6b added a note for Andrew, about distutils2 by Tarek Ziadé · 15 years ago
- 425aa2e Fix some broken URLs. by Ezio Melotti · 15 years ago
- 891cd83 Ensure that the gdb hooks can be installed when srcdir != builddir. by Ronald Oussoren · 15 years ago
- d341ec8 Further documentation fix for unittest.rst by Michael Foord · 15 years ago
- c5ff3f6 Furterh documentation fix for unittest.rst by Michael Foord · 15 years ago
- 3165503 Documentation fixes for unittest by Michael Foord · 15 years ago
- 9ccc581 Fix markup errors. by Ezio Melotti · 15 years ago
- 01fa86a Fix markup, punctuation and whitespaces in _winreg.rst. by Ezio Melotti · 15 years ago
- c0deec1 #8212: rephrase the webservers howto and fix some mistakes. by Ezio Melotti · 15 years ago
- 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
- dd194ab Issue 8287: try to fix the gdb-python install errors on Solaris by R. David Murray · 15 years ago
- 5543035 Document signal handling functions in unittest.rst by Michael Foord · 15 years ago
- ddb20df Adding documentation for new unittest.main() parameters by Michael Foord · 15 years ago