Jesus Cea
|
09bf7a799d
|
Closes #15897: zipimport.c doesn't check return value of fseek()
|
2012-10-03 02:13:05 +02:00 |
R David Murray
|
3430fb803e
|
More whatsnew updates.
|
2012-10-02 18:24:56 -04:00 |
Nick Coghlan
|
30a13fb60e
|
Reword the next version placeholder now that the changelog is part of the published What's New docs
|
2012-10-02 21:29:59 +05:30 |
Andrew Svetlov
|
ddd74b10e5
|
Merge: Close open bracket, thanks to Josh Helzer from docs@
|
2012-10-02 18:42:22 +03:00 |
Andrew Svetlov
|
f532035551
|
Close open bracket, thanks to Josh Helzer from docs@
|
2012-10-02 18:39:25 +03:00 |
R David Murray
|
994ce1a3c1
|
Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
|
2012-10-02 10:19:08 -04:00 |
Georg Brandl
|
dc704c6751
|
In this case it is not useful to hide "threading".
|
2012-10-02 10:16:19 +02:00 |
Ezio Melotti
|
4443762bf5
|
#15979: merge with 3.2.
|
2012-10-02 06:01:16 +03:00 |
Ezio Melotti
|
d0fe3e5abb
|
#15979: improve timeit documentation.
|
2012-10-02 05:35:39 +03:00 |
R David Murray
|
0bbfd6b817
|
Add threading.get_ident to whatsnew.
|
2012-10-01 22:10:15 -04:00 |
R David Murray
|
258fabefde
|
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
|
2012-10-01 21:43:46 -04:00 |
Ezio Melotti
|
7eb03ddf11
|
Fix/improve the changelog filtering.
|
2012-10-02 01:43:42 +03:00 |
Antoine Pitrou
|
77cddc3164
|
Merge
|
2012-10-01 23:44:00 +02:00 |
Antoine Pitrou
|
c194884983
|
Sanitize and modernize some of the _elementtree code (see issue #16089).
|
2012-10-01 23:40:37 +02:00 |
Stefan Krah
|
219c7b90d0
|
Issue #15599: Increase the switch interval. Several systems cannot handle
gil_interval == 1 in extreme situations.
|
2012-10-01 23:21:45 +02:00 |
Nadeem Vawda
|
eb70be2b46
|
Issue #16304: Further optimize BZ2File.readlines?().
|
2012-10-01 23:05:32 +02:00 |
Nadeem Vawda
|
138ad5066d
|
Fix error handling in new fast path of BZ2File.readline().
|
2012-10-01 23:04:11 +02:00 |
Nadeem Vawda
|
452add08a1
|
Issue #16304: Another performance optimization for BZ2File.
Patch by Serhiy Storchaka.
|
2012-10-01 23:02:50 +02:00 |
Georg Brandl
|
4524b46733
|
Fix template syntax.
|
2012-10-01 19:38:34 +02:00 |
Georg Brandl
|
6c4758152f
|
The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file.
|
2012-10-01 19:27:05 +02:00 |
Georg Brandl
|
243729151e
|
Fix page name.
|
2012-10-01 19:26:09 +02:00 |
Georg Brandl
|
44d0c2156a
|
Several improvements to the HTML NEWS version:
* rename to "Changelog"
* recognize more issue links
* add NEWS as a dependency for Sphinx
|
2012-10-01 19:08:50 +02:00 |
Georg Brandl
|
8fc6cb35c5
|
Move 3.1 and 3.2 NEWS items to HISTORY.
|
2012-10-01 18:55:32 +02:00 |
Tim Golden
|
621302c3f4
|
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
|
2012-10-01 16:40:40 +01:00 |
Brian Curtin
|
f41d202555
|
Correcting my name since people keep bringing it up
|
2012-10-01 09:29:36 -05:00 |
Ezio Melotti
|
00160661a5
|
Update suspicious ignore file.
|
2012-10-01 07:10:08 +03:00 |
R David Murray
|
445d69c2bd
|
More additions to whatsnew.
|
2012-09-30 21:59:56 -04:00 |
R David Murray
|
842ca5f15d
|
Merge: Fix sqlite3 class markup.
|
2012-09-30 20:49:19 -04:00 |
R David Murray
|
6db2335f77
|
Fix sqlite3 class markup.
|
2012-09-30 20:44:43 -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
|
b7a0bfe912
|
Issue #16304: Further performance improvements for BZ2File.
Optimizations suggested by Serhiy Storchaka.
|
2012-09-30 23:58:01 +02:00 |
R David Murray
|
d2489cf4d0
|
Add some missing stuff to whatsnew.
|
2012-09-30 17:28:54 -04: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
|
ffc3dee5ae
|
Backport 5cfe8af7abb2.
|
2012-09-30 21:26:33 +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 |
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 |
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
|
28714c8c26
|
Issue #15533: Merge fix from 3.2.
|
2012-09-30 02:15:37 -07:00 |
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
|
81b409c618
|
Add missing 3.3.1 NEWS entries deleted in 83496b5e1916.
|
2012-09-30 09:40:45 +02:00 |
Nick Coghlan
|
349c802fd8
|
What's new entry for PEP 397 and Windows PATH modification
|
2012-09-30 13:00:43 +05:30 |