- 02 Jul, 2010 2 commits
-
-
Nick Coghlan authored
-
Georg Brandl authored
-
- 01 Jul, 2010 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 Jun, 2010 5 commits
-
-
Benjamin Peterson authored
-
Giampaolo Rodolà authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 29 Jun, 2010 5 commits
-
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
- 28 Jun, 2010 10 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
- insert commas between entries in del statement - left and right shifts were represented as >> and << (respectively); reverse - unindent properly after for: else: or while: else: - add parens around the result of an unary operation - add parens around negative numbers, to avoid turning (-1)**2 into -1**2.
-
Senthil Kumaran authored
Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
- 27 Jun, 2010 9 commits
-
-
Benjamin Peterson authored
-
Ronald Oussoren authored
when there is a bare IP address in the "Bypass proxy settings for these Hosts & Domains" list on MacOSX.
-
Ronald Oussoren authored
on OSX 10.6, therefore don't use it there either. This fixes issue8621.
-
Ronald Oussoren authored
1) The code that checks if an path should be located in the SDK explicitly excludes /usr/local. This fixes issue9046 2) The SDK variant for filtering "db_dirs_to_check" in setup.py was not doing anything because of a missing assignment.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 26 Jun, 2010 6 commits
-
-
Alexander Belopolsky authored
-
Ezio Melotti authored
-
R. David Murray authored
In 2.5 the email version was bumped to 4.0.2 just before release but after the maintenance branch was set up. The bump was not backported to trunk, and 2.6 went out the door with a version number of 4.0.1. I bumped this to 4.0.2 because of a behavior change, but that makes it look the same as 2.5. So bump it again to 4.0.3.
-
R. David Murray authored
-
Alexander Belopolsky authored
it is typically used in module initialization function. Thanks Tim Golden for the patch.
-
R. David Murray authored
-