R David Murray
|
6db2335f77
|
Fix sqlite3 class markup.
|
2012-09-30 20:44:43 -04:00 |
|
R David Murray
|
4c12c51111
|
Merge: More whatsnew adds, especially the os module.
I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.
|
2012-09-30 20:09:04 -04:00 |
|
R David Murray
|
c652ce6d02
|
More whatsnew adds, especially the os module.
I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.
|
2012-09-30 20:07:42 -04:00 |
|
Nadeem Vawda
|
26bbdb212d
|
Merge: #16304: Further performance improvements for BZ2File.
Optimizations suggested by Serhiy Storchaka.
|
2012-10-01 00:04:46 +02:00 |
|
Nadeem Vawda
|
b7a0bfe912
|
Issue #16304: Further performance improvements for BZ2File.
Optimizations suggested by Serhiy Storchaka.
|
2012-09-30 23:58:01 +02:00 |
|
R David Murray
|
9ec083a376
|
Merge: Add some missing stuff to whatsnew.
|
2012-09-30 17:29:54 -04:00 |
|
R David Murray
|
d2489cf4d0
|
Add some missing stuff to whatsnew.
|
2012-09-30 17:28:54 -04:00 |
|
Ezio Melotti
|
2f1c5c0f64
|
#15923: merge with 3.3.
|
2012-09-30 22:48:20 +03:00 |
|
Ezio Melotti
|
8a9cc526fe
|
#15923: merge with 3.2.
|
2012-09-30 22:47:47 +03:00 |
|
Ezio Melotti
|
cb2916a714
|
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
|
2012-09-30 22:41:37 +03:00 |
|
Stefan Krah
|
c94095f232
|
Null merge.
|
2012-09-30 21:28:46 +02:00 |
|
Stefan Krah
|
ffc3dee5ae
|
Backport 5cfe8af7abb2.
|
2012-09-30 21:26:33 +02:00 |
|
Stefan Krah
|
ce23dbc1f0
|
Suppress unknown pragma warning (STDC FENV_ACCESS).
|
2012-09-30 21:12:53 +02:00 |
|
Gregory P. Smith
|
89bbe68195
|
doc typo fixes
|
2012-09-30 10:36:07 -07:00 |
|
Chris Jerdonek
|
9a6ada8026
|
Issue #15533: Merge update from 3.2.
|
2012-09-30 09:46:04 -07:00 |
|
Chris Jerdonek
|
c2cd626497
|
Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue.
|
2012-09-30 09:45:00 -07:00 |
|
Georg Brandl
|
0472bc8709
|
Use newer version of Pygments that handles "yield from".
|
2012-09-30 18:00:50 +02:00 |
|
Stefan Krah
|
a0346e56ac
|
Support gcc's -ansi flag: use "__asm__" instead of "asm".
|
2012-09-30 17:31:04 +02:00 |
|
Stefan Krah
|
e59aa8c94d
|
Revert 29506c7db353 (build output should be accurate).
|
2012-09-30 17:20:47 +02:00 |
|
Christian Heimes
|
5c9a5895d4
|
merge
|
2012-09-30 15:51:39 +02:00 |
|
Christian Heimes
|
72c9946718
|
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
|
2012-09-30 15:49:56 +02:00 |
|
Nick Coghlan
|
03074fd450
|
Adjust guidelines for What's New maintenance to account for issues encountered in 3.3 and in past releases
|
2012-09-30 18:51:53 +05:30 |
|
Gregory P. Smith
|
63d36cbb14
|
doc typo fixes
|
2012-09-30 10:36:24 -07:00 |
|
Chris Jerdonek
|
ca42f00657
|
Issue #15533: Merge update from 3.3.
|
2012-09-30 09:46:55 -07:00 |
|
Georg Brandl
|
e564026947
|
merge with 3.3
|
2012-09-30 18:14:10 +02:00 |
|
Stefan Krah
|
16dd5245ac
|
Merge 3.3.
|
2012-09-30 17:35:57 +02:00 |
|
Stefan Krah
|
e65676b194
|
Merge 3.3.
|
2012-09-30 17:21:49 +02:00 |
|
Stefan Krah
|
e04d611548
|
Merge 3.3.
|
2012-09-30 17:17:36 +02:00 |
|
Christian Heimes
|
d2fa5e400e
|
merge
|
2012-09-30 15:51:07 +02:00 |
|
Christian Heimes
|
c7d9bde2ff
|
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
|
2012-09-30 15:50:20 +02:00 |
|
Georg Brandl
|
7ef90a1a37
|
merge with 3.3
|
2012-09-30 15:10:34 +02:00 |
|
Georg Brandl
|
2cac28b37e
|
Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.
|
2012-09-30 15:10:06 +02:00 |
|
Georg Brandl
|
eea74276cc
|
Fix reST markup in NEWS.
|
2012-09-30 14:42:22 +02:00 |
|
Georg Brandl
|
50de85067f
|
Record UCD update in whatsnew.
|
2012-09-30 14:39:18 +02:00 |
|
Nadeem Vawda
|
2747b2f21e
|
Merge: Fix the return value of BZ2File._read_block() to be consistent with comments.
|
2012-09-30 13:45:22 +02:00 |
|
Nadeem Vawda
|
9e2a28ea54
|
Fix the return value of BZ2File._read_block() to be consistent with comments.
|
2012-09-30 13:41:29 +02:00 |
|
Chris Jerdonek
|
1e0a88a11d
|
Issue #15533: Merge fix from 3.3.
|
2012-09-30 02:22:50 -07:00 |
|
Chris Jerdonek
|
28714c8c26
|
Issue #15533: Merge fix from 3.2.
|
2012-09-30 02:15:37 -07:00 |
|
Chris Jerdonek
|
009f5b33fc
|
Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch.
|
2012-09-30 01:27:18 -07:00 |
|
Nick Coghlan
|
68e336adc6
|
Redo 3.3 merge
|
2012-09-30 13:27:41 +05:30 |
|
Nick Coghlan
|
f029beccb1
|
Close previous head
|
2012-09-30 13:27:29 +05:30 |
|
Nick Coghlan
|
638df2539e
|
Merge commit, because Mercurial's handling of push races is bloody awful
|
2012-09-30 13:25:23 +05:30 |
|
Georg Brandl
|
67e30fffc6
|
null-merge from 3.3
|
2012-09-30 09:42:11 +02:00 |
|
Georg Brandl
|
81b409c618
|
Add missing 3.3.1 NEWS entries deleted in 83496b5e1916.
|
2012-09-30 09:40:45 +02:00 |
|
Nick Coghlan
|
ee5ef0733c
|
Merge Windows What's New changes from 3.3
|
2012-09-30 13:02:03 +05:30 |
|
Nick Coghlan
|
349c802fd8
|
What's new entry for PEP 397 and Windows PATH modification
|
2012-09-30 13:00:43 +05:30 |
|
Stefan Krah
|
2118a01ef9
|
Merge 3.3.
|
2012-09-30 09:25:34 +02:00 |
|
Stefan Krah
|
9a3f05e60f
|
Make it clear that the pi function is modified for benchmarking purposes.
|
2012-09-30 09:24:41 +02:00 |
|
Georg Brandl
|
b80f511a8b
|
Add a stub "whatsnew in 3.4" document.
|
2012-09-30 09:11:58 +02:00 |
|
Chris Jerdonek
|
ec3ea94251
|
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
|
2012-09-30 00:10:28 -07:00 |
|