Wed, 21 Mar 2012 14:57:57 +0100 |
Stefan Krah |
Merge changes from default. py3k-cdecimal tip |
Wed, 21 Mar 2012 11:37:09 +0000 |
krisvale |
Remove non-existing file from pythoncore project. default |
Wed, 21 Mar 2012 13:35:08 +0200 |
Andrew Svetlov |
#3573: idle now doesn't hungs if launched as: idle -e 2.7 |
Wed, 21 Mar 2012 13:31:12 +0200 |
Andrew Svetlov |
Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. |
Wed, 21 Mar 2012 13:23:41 +0200 |
Andrew Svetlov |
#3573: idle now doesn't hungs if launched as: idle -e 3.2 |
Wed, 21 Mar 2012 14:50:21 +0100 |
Stefan Krah |
Update Copyright. py3k-cdecimal |
Wed, 21 Mar 2012 14:35:21 +0100 |
Stefan Krah |
Replace tab stop independent formatting by spaces. py3k-cdecimal |
Wed, 21 Mar 2012 13:38:06 +0100 |
Stefan Krah |
Update whatsnew/3.3 and the documentation. py3k-cdecimal |
Wed, 21 Mar 2012 13:10:40 +0100 |
Stefan Krah |
Update ISSUES.txt. py3k-cdecimal |
Wed, 21 Mar 2012 10:30:09 +0100 |
Stefan Krah |
Change the magnitude of the exponent limits in the DefaultContext to 999999. py3k-cdecimal |
Wed, 21 Mar 2012 10:07:18 +0100 |
Stefan Krah |
Merge changes from default. py3k-cdecimal |
Tue, 20 Mar 2012 23:03:26 +0200 |
Andrew Svetlov |
#3573: idle now doesn't hungs if launched as: idle -e |
Tue, 20 Mar 2012 16:16:29 -0400 |
R David Murray |
#14269: smtpd now conforms to the RFC and requires HELO before MAIL. |
Tue, 20 Mar 2012 16:10:36 -0400 |
Benjamin Peterson |
merge 3.2 |
Tue, 20 Mar 2012 20:06:16 +0000 |
Larry Hastings |
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. |
Tue, 20 Mar 2012 16:49:55 +0100 |
Giampaolo Rodola' |
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. 3.2 |
Tue, 20 Mar 2012 16:46:57 +0100 |
Giampaolo Rodola' |
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. 2.7 |
Tue, 20 Mar 2012 16:44:24 +0100 |
Giampaolo Rodola' |
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. |
Tue, 20 Mar 2012 10:40:55 -0400 |
Benjamin Peterson |
merge from release branch 2.7 |
Tue, 20 Mar 2012 10:40:26 -0400 |
Benjamin Peterson |
merge tag 2.7 |
Tue, 20 Mar 2012 12:59:21 +0100 |
Stefan Krah |
Implement the FloatOperation signal in decimal.py for compatibility. py3k-cdecimal |
Tue, 20 Mar 2012 12:27:03 +0100 |
Stefan Krah |
Merge changes from default. py3k-cdecimal |
Mon, 19 Mar 2012 13:17:24 +0100 |
Victor Stinner |
time.steady() doc: don't repeat the default value |
Mon, 19 Mar 2012 06:13:13 +0200 |
Ross Lagerwall |
Merge with 3.2 for #14359. |
Mon, 19 Mar 2012 06:08:43 +0200 |
Ross Lagerwall |
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. 3.2 |
Sun, 18 Mar 2012 22:26:05 -0400 |
Benjamin Peterson |
all OSErrors should indicate there are no extended attributes (closes #14358) |
Sun, 18 Mar 2012 21:23:22 -0400 |
Benjamin Peterson |
merge heads 2.7 |
Sun, 18 Mar 2012 21:22:45 -0400 |
Benjamin Peterson |
merge 2.7.3 release branch 2.7 |
Sun, 18 Mar 2012 23:46:56 +0100 |
Martin v. Löwis |
Add 2.7.3rc2 uuid 2.7 |
Sat, 25 Feb 2012 10:37:41 +0100 |
Martin v. Löwis |
Add 2.7.3 and 2.7.4 UUIDs 2.7 |
Sun, 18 Mar 2012 20:50:36 -0400 |
R David Murray |
Merge #14355: remove obsolete doc reference to previously removed init_frozen. |
Sun, 18 Mar 2012 20:50:03 -0400 |
R David Murray |
#14355: remove obsolete doc reference to previously removed init_frozen. 3.2 |
Sun, 18 Mar 2012 16:14:17 -0700 |
Gregory P. Smith |
Empty merge; imports rewritten in 3.3. issue #14331 may no longer apply. |
Sun, 18 Mar 2012 16:07:10 -0700 |
Gregory P. Smith |
Fixes Issue #14331: Use significantly less stack space when importing modules by 2.7 |
Sun, 18 Mar 2012 16:06:53 -0700 |
Gregory P. Smith |
Fixes Issue #14331: Use significantly less stack space when importing modules by 3.2 |
Sun, 18 Mar 2012 23:46:56 +0100 |
Martin v. Löwis |
Add 2.7.3rc2 uuid 2.7 |
Sun, 18 Mar 2012 20:39:46 +0100 |
Georg Brandl |
Dummy-merge (except .hgtags) 3.2.3rc2 changes. |
Sun, 18 Mar 2012 20:37:43 +0100 |
Georg Brandl |
Merge 3.2.3rc2 from release clone. 3.2 |
Sun, 18 Mar 2012 08:36:53 +0100 |
Georg Brandl |
Post-release updates for 3.2.3rc2. 3.2 |
Sun, 18 Mar 2012 07:35:01 +0100 |
Georg Brandl |
Added tag v3.2.3rc2 for changeset 428f05cb7277 3.2 |
Sun, 18 Mar 2012 07:34:49 +0100 |
Georg Brandl |
Bump to 3.2.3rc2. 3.2 v3.2.3rc2 |
Wed, 14 Mar 2012 18:10:37 -0700 |
Gregory P. Smith |
Fixes Issue 14234: fix for the previous commit, keep compilation when 3.2 |
Thu, 15 Mar 2012 08:31:00 +0100 |
Georg Brandl |
Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 3.2 |
Sat, 25 Feb 2012 18:30:26 +0100 |
Georg Brandl |
3.2.3rc1 done 3.2 |
Sat, 25 Feb 2012 16:28:05 +0100 |
Éric Araujo |
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 3.2 |
Sat, 25 Feb 2012 19:24:24 +0200 |
Ezio Melotti |
#14114: don't include copybutton.js in the htmlhelp output. 3.2 |
Mon, 19 Mar 2012 12:21:41 +0100 |
Stefan Krah |
Use __control87_2 instead of _control87. _control87 cannot handle different py3k-cdecimal |
Sun, 18 Mar 2012 19:34:01 +0100 |
Stefan Krah |
Make _mpd_qrescale() a static function. py3k-cdecimal |
Sun, 18 Mar 2012 15:28:21 +0100 |
Stefan Krah |
Merge changes from default. py3k-cdecimal |
Sun, 18 Mar 2012 15:55:10 +0200 |
Ross Lagerwall |
Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. |
Sun, 18 Mar 2012 07:32:22 +0100 |
Georg Brandl |
Merge 2.6.8rc tags into 2.7. 2.7 |
Sun, 18 Mar 2012 07:31:17 +0100 |
Georg Brandl |
Remove duplicate hgtags entries for 2.6.8rc{1,2}. 2.6 |
Sat, 17 Mar 2012 18:34:05 -0400 |
Barry Warsaw |
Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 2.6 |
Sat, 17 Mar 2012 18:24:09 -0400 |
Barry Warsaw |
null merge 2.7 |
Sat, 17 Mar 2012 18:23:22 -0400 |
Barry Warsaw |
null merge from 2.6 2.7 |
Sat, 17 Mar 2012 18:19:42 -0400 |
Barry Warsaw |
Added tag v2.6.8rc2 for changeset 1d1b7b9fad48 2.6 |
Sat, 17 Mar 2012 18:19:15 -0400 |
Barry Warsaw |
Bump to 2.6.8rc2 2.6 v2.6.8rc2 |
Sat, 17 Mar 2012 18:16:58 -0400 |
Barry Warsaw |
Update Docs and NEWS for 2.6.8rc2. 2.6 |
Sat, 17 Mar 2012 15:11:09 -0700 |
Raymond Hettinger |
Fix whitespace |
Sat, 17 Mar 2012 15:10:24 -0700 |
Raymond Hettinger |
Low overhead path for maxsize==0 |