| Commit message (Expand) | Author | Age | Files | Lines |
* | Add logging.dictConfig example; give up on writing a Ttk example | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+58 |
|
|
* | Issue 7780. Adding a test for unittest test discovery from a dotted path. | Michael Foord | 2010-05-08 | 1 | -0/+17 |
|
|
* | configure.in: Avoid autoconf warning: Assume C89 semantics that | Matthias Klose | 2010-05-08 | 3 | -62/+62 |
|
|
* | configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, | Matthias Klose | 2010-05-08 | 2 | -462/+506 |
|
|
* | Issue #8084: ensure that the --user directory | Ronald Oussoren | 2010-05-08 | 3 | -7/+37 |
|
|
* | configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ | Matthias Klose | 2010-05-08 | 2 | -3/+2 |
|
|
* | - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING | Matthias Klose | 2010-05-08 | 2 | -35/+35 |
|
|
* | - Issue #8510: Update to autoconf2.65. | Matthias Klose | 2010-05-08 | 3 | -19197/+5112 |
|
|
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 3 | -22/+133 |
|
|
* | Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. | Mark Dickinson | 2010-05-08 | 1 | -5/+2 |
|
|
* | Fixing the errors trigerred in test_urllib2net. Related to issue8656. | Senthil Kumaran | 2010-05-08 | 1 | -5/+8 |
|
|
* | Fix Issue8656 - urllib2 mangles file://-scheme URLs | Senthil Kumaran | 2010-05-08 | 2 | -2/+3 |
|
|
* | Get accents correct | Andrew M. Kuchling | 2010-05-08 | 1 | -10/+8 |
|
|
* | Add two items | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+75 |
|
|
* | Issue 8547 - detecting and reporting that modules have been imported from the... | Michael Foord | 2010-05-07 | 2 | -3/+58 |
|
|
* | revert r80932; it breaks windows | Benjamin Peterson | 2010-05-07 | 2 | -53/+1 |
|
|
* | Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,... | Benjamin Peterson | 2010-05-07 | 15 | -91/+167 |
|
|
* | Issue 8547 - detecting and reporting that modules have been imported from the... | Michael Foord | 2010-05-07 | 2 | -1/+53 |
|
|
* | Issue #8571: Fix an internal error when compressing or decompressing a | Antoine Pitrou | 2010-05-07 | 3 | -6/+67 |
|
|
* | Adding tests for unittest command line handling of buffer, catchbreak and fai... | Michael Foord | 2010-05-07 | 2 | -0/+206 |
|
|
* | Adding a test for unittest test discovery with dotted path name. | Michael Foord | 2010-05-07 | 2 | -4/+21 |
|
|
* | Re-word text | Andrew M. Kuchling | 2010-05-07 | 1 | -13/+23 |
|
|
* | Fix some markup and a class name. Also, wrap a long line. | Antoine Pitrou | 2010-05-07 | 1 | -6/+8 |
|
|
* | Testsuite for RFC3986 based parsing scenario. Related Issue1462525. | Senthil Kumaran | 2010-05-07 | 1 | -6/+52 |
|
|
* | Add a new section on the development plan; add an item | Andrew M. Kuchling | 2010-05-07 | 1 | -15/+64 |
|
|
* | ensure that availability information is on its own line at the end of the fun... | Benjamin Peterson | 2010-05-06 | 1 | -133/+341 |
|
|
* | Availability gets its own line | Benjamin Peterson | 2010-05-06 | 1 | -4/+13 |
|
|
* | adds handle_error(self):raise to test modules using asyncore to provide a cle... | Giampaolo Rodolà | 2010-05-06 | 2 | -0/+9 |
|
|
* | provides a clearer warning message when cheap inheritance with the underlying... | Giampaolo Rodolà | 2010-05-06 | 1 | -2/+3 |
|
|
* | Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore... | Giampaolo Rodolà | 2010-05-06 | 3 | -5/+42 |
|
|
* | Add back in a line that was unneeded which advanced a pointer, but commented | Brett Cannon | 2010-05-06 | 1 | -0/+1 |
|
|
* | Change section title; point to unittest2 | Andrew M. Kuchling | 2010-05-06 | 1 | -2/+5 |
|
|
* | Add 2 items; record ideas for two initial sections; clarify wording | Andrew M. Kuchling | 2010-05-06 | 1 | -5/+20 |
|
|
* | Describe ElementTree 1.3; rearrange new-module sections; describe dict views ... | Andrew M. Kuchling | 2010-05-06 | 1 | -72/+165 |
|
|
* | `self` doesn't exist here | Antoine Pitrou | 2010-05-06 | 1 | -3/+3 |
|
|
* | Use anonymous hyperlinks | Andrew M. Kuchling | 2010-05-06 | 1 | -4/+4 |
|
|
* | Fix #7863. Properly identify Windows 7 and Server 2008 R2. | Brian Curtin | 2010-05-06 | 1 | -17/+34 |
|
|
* | Add various items | Andrew M. Kuchling | 2010-05-06 | 1 | -7/+39 |
|
|
* | Reword paragraph; fix filename, which should be pyconfig.h | Andrew M. Kuchling | 2010-05-06 | 1 | -3/+3 |
|
|
* | Have the serve.py script announce the directory it is | R. David Murray | 2010-05-06 | 1 | -0/+1 |
|
|
* | Untabify Modules/posixmodule.c (2) | Victor Stinner | 2010-05-06 | 1 | -10/+10 |
|
|
* | Untabify Modules/posixmodule.c | Victor Stinner | 2010-05-05 | 1 | -5047/+5047 |
|
|
* | Revert a change where an expression is not needed now, but could be in the fu... | Brett Cannon | 2010-05-05 | 1 | -0/+1 |
|
|
* | Issue #1533: test_range in test_builtin: fix test comment and add test | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
|
|
* | removed non needed lines | Tarek Ziadé | 2010-05-05 | 1 | -2/+1 |
|
|
* | Issue #8625: Turn off gcc optimization in debug builds. | Mark Dickinson | 2010-05-05 | 3 | -3/+8 |
|
|
* | Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills | Tarek Ziadé | 2010-05-05 | 3 | -10/+112 |
|
|
* | Issue 8628: fix incorrect documentation for numbers.Complex.imag. | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
|
|
* | Mention how Clang's static anaylzer was run over Objects/ and Python/. | Brett Cannon | 2010-05-05 | 1 | -0/+2 |
|
|
* | Remove an unneeded variable assignment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
|
|