- 9f8e0c1 configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 15 years ago
- 22520ea - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 15 years ago
- a0bea5d - Issue #8510: Update to autoconf2.65. by Matthias Klose · 15 years ago
- d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
- 22ff664 Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. by Mark Dickinson · 15 years ago
- 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 15 years ago
- 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
- badc709 Get accents correct by Andrew M. Kuchling · 15 years ago
- 85fffc3 Add two items by Andrew M. Kuchling · 15 years ago
- e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
- 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
- 5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from by Benjamin Peterson · 15 years ago
- ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
- 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
- 4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. by Michael Foord · 15 years ago
- 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 15 years ago
- d1e696b Re-word text by Andrew M. Kuchling · 15 years ago
- d69e6ee Fix some markup and a class name. Also, wrap a long line. by Antoine Pitrou · 15 years ago
- e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 15 years ago
- 02f7b99 Add a new section on the development plan; add an item by Andrew M. Kuchling · 15 years ago
- 328e377 ensure that availability information is on its own line at the end of the function docs by Benjamin Peterson · 15 years ago
- 7aaef84 Availability gets its own line by Benjamin Peterson · 15 years ago
- e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 15 years ago
- 215b6b3 provides a clearer warning message when cheap inheritance with the underlying socket object is used by Giampaolo Rodolà · 15 years ago
- f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 15 years ago
- a8ac944 Add back in a line that was unneeded which advanced a pointer, but commented by Brett Cannon · 15 years ago
- acab940 Change section title; point to unittest2 by Andrew M. Kuchling · 15 years ago
- 837a538 Add 2 items; record ideas for two initial sections; clarify wording by Andrew M. Kuchling · 15 years ago
- e86b7fe Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items by Andrew M. Kuchling · 15 years ago
- 1bbb68d `self` doesn't exist here by Antoine Pitrou · 15 years ago
- a14f2d1 Use anonymous hyperlinks by Andrew M. Kuchling · 15 years ago
- 11f8b9d Fix #7863. Properly identify Windows 7 and Server 2008 R2. by Brian Curtin · 15 years ago
- ca48562 Add various items by Andrew M. Kuchling · 15 years ago
- 4758183 Reword paragraph; fix filename, which should be pyconfig.h by Andrew M. Kuchling · 15 years ago
- 1f7de71 Have the serve.py script announce the directory it is by R. David Murray · 15 years ago
- 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 15 years ago
- d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 15 years ago
- f4f0bf8 Revert a change where an expression is not needed now, but could be in the future. by Brett Cannon · 15 years ago
- 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 15 years ago
- 31a673d removed non needed lines by Tarek Ziadé · 15 years ago
- d2f3e3f Issue #8625: Turn off gcc optimization in debug builds. by Mark Dickinson · 15 years ago
- 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 15 years ago
- 9319548 Issue 8628: fix incorrect documentation for numbers.Complex.imag. by Mark Dickinson · 15 years ago
- 5fb89df Mention how Clang's static anaylzer was run over Objects/ and Python/. by Brett Cannon · 15 years ago
- 5335e77 Remove an unneeded variable assignment. by Brett Cannon · 15 years ago
- 0b64be2 Explicitly add stdio.h and string.h to make strtod.c work standalone. by Brett Cannon · 15 years ago
- c33e82d Change to a Py_XDECREF and fix some whitespace. by Brett Cannon · 15 years ago
- 1771ecf Remove an unnecessary variable assignment. by Brett Cannon · 15 years ago
- fa84d92 Remove two unneeded branches to an 'if' statement by applying De Morgan's Law by Brett Cannon · 15 years ago
- 2ee5183 Remove an unneeded variable increment. by Brett Cannon · 15 years ago
- 8b9c049 Remove an unneeded variable and fix a little whitespace. by Brett Cannon · 15 years ago
- b166afc Fix whitespace. by Brett Cannon · 15 years ago
- 417439e Partially revert the over-reaching r80813. by Brett Cannon · 15 years ago
- 0b03f10 Remove three unneeded variable assignments. by Brett Cannon · 15 years ago
- 8a478ce Remove an unneeded assignment. by Brett Cannon · 15 years ago
- fee3acb Remove an unneeded variable assignment. by Brett Cannon · 15 years ago
- eb3fef5 Remove an unneeded variable. by Brett Cannon · 15 years ago
- 6f38175 Remove an unneeded variable increment. by Brett Cannon · 15 years ago
- 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 15 years ago
- a1b5629 Remove an unnecessary variable. by Brett Cannon · 15 years ago
- 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
- a815718 Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. by Antoine Pitrou · 15 years ago
- 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 15 years ago
- b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 15 years ago
- 8efa867 NEWS by Barry Warsaw · 15 years ago
- 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
- a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 15 years ago
- 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 15 years ago
- 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
- 9b90f7a Update the NEWS entry for issue #8211. by Marc-André Lemburg · 15 years ago
- 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 15 years ago
- f3c157f Remove reference to unused source file. by Thomas Heller · 15 years ago
- 3b0b4ff Fix test_gzip failure on OS X. The failure was a result of trying to fflush by Mark Dickinson · 15 years ago
- 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 15 years ago
- ef9b4ab Fix trailing whitespace. by Mark Dickinson · 15 years ago
- a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
- 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 15 years ago
- 7120219 _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function by Victor Stinner · 15 years ago
- 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 15 years ago
- 04b99cc Add some more items; the urlparse change is added twice by Andrew M. Kuchling · 15 years ago
- 0d8a859 Pull a NULL pointer check up to cover more cases in the function. by Brett Cannon · 15 years ago
- a7f13ee Remove an unneeded variable and assignment. by Brett Cannon · 15 years ago
- 945df9a Mention the code clean-up thanks to Clang's static analyzer in Modules. by Brett Cannon · 15 years ago
- d0d2d31 Fix some whitespace. by Brett Cannon · 15 years ago
- 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 15 years ago
- 23b581a Strip out extraneous whitespace, cast a some `const char *` to `void *` when by Brett Cannon · 15 years ago
- 33e5dd8 Fix a Py_DECREF to a Py_XDECREF. by Brett Cannon · 15 years ago
- 87ab6ad Prevent a possible NULL de-reference and an unneeded variable assignment. by Brett Cannon · 15 years ago
- e894e93 Remove a redundant string length check and variable assignment. by Brett Cannon · 15 years ago
- 7983284 Fix two potential uninitialization errors and an unneeded assignment. by Brett Cannon · 15 years ago
- 8ffe7bb Remove unused variables and a variable initialization. by Brett Cannon · 15 years ago
- 5d947cb Remove unneeded variable assignment. by Brett Cannon · 15 years ago
- 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 15 years ago
- 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 15 years ago
- 99ac914 Remove an unused variable. by Brett Cannon · 15 years ago
- 949476e Remove unneeded variable initialization. by Brett Cannon · 15 years ago
- f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
- c3ce9e3 wbits negative was documented SEVEN years ago by Jesus Cea · 15 years ago
- 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
- c1f5c2f Update the Vim syntax highlight file. by Brett Cannon · 15 years ago