- 02 Tem, 2010 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Nick Coghlan yazdı
Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New
-
Nick Coghlan yazdı
-
Georg Brandl yazdı
-
- 01 Tem, 2010 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 Haz, 2010 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Giampaolo Rodolà yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 29 Haz, 2010 5 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Mark Dickinson yazdı
-
- 28 Haz, 2010 10 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
- 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 yazdı
Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
- 27 Haz, 2010 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Ronald Oussoren yazdı
when there is a bare IP address in the "Bypass proxy settings for these Hosts & Domains" list on MacOSX.
-
Ronald Oussoren yazdı
on OSX 10.6, therefore don't use it there either. This fixes issue8621.
-
Ronald Oussoren yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 26 Haz, 2010 4 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Ezio Melotti yazdı
-
R. David Murray yazdı
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 yazdı
-