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 |
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
|
258fabefde
|
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
|
2012-10-01 21:43:46 -04: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
|
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 |
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
|
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 |
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 |
Georg Brandl
|
eea74276cc
|
Fix reST markup in NEWS.
|
2012-09-30 14:42:22 +02:00 |
Chris Jerdonek
|
28714c8c26
|
Issue #15533: Merge fix from 3.2.
|
2012-09-30 02:15:37 -07:00 |
Georg Brandl
|
81b409c618
|
Add missing 3.3.1 NEWS entries deleted in 83496b5e1916.
|
2012-09-30 09:40:45 +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 |
Nadeem Vawda
|
6c57318c3a
|
Issue #16034: Fix performance regressions in the new BZ2File implementation.
Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
|
2012-09-30 03:57:33 +02:00 |
Gregory P. Smith
|
02dee1acd8
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot be
waited on.
|
2012-09-29 11:53:08 -07:00 |
Gregory P. Smith
|
3905171f1e
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot
be waited on.
|
2012-09-29 11:40:38 -07:00 |
Georg Brandl
|
ac76833033
|
Post-release update.
|
2012-09-29 14:21:25 +02:00 |
Georg Brandl
|
c7dcd50e4e
|
Bump version to 3.3.0 final.
|
2012-09-29 09:04:54 +02:00 |
Michael Foord
|
7a1901f861
|
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 14:14:03 +01:00 |
Chris Jerdonek
|
57491e0703
|
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
|
2012-09-28 00:10:44 -07:00 |
Mark Dickinson
|
3d7838593b
|
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka.
|
2012-09-27 19:38:59 +01:00 |
Petri Lehtinen
|
f39884bb5a
|
#15222: Insert blank line after each message in mbox mailboxes
|
2012-09-25 22:02:06 +03:00 |
Benjamin Peterson
|
0beb4d28d0
|
don't depend on __debug__ because it's baked in at freeze time (issue #16046)
|
2012-09-25 11:22:59 -04:00 |
Barry Warsaw
|
1dedd0a4a4
|
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.
|
2012-09-25 10:37:58 -04:00 |
Senthil Kumaran
|
67b7b98a47
|
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:30:27 -07:00 |
Georg Brandl
|
d37b9d7e1b
|
Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method.
|
2012-09-24 13:41:52 +02:00 |
Christian Heimes
|
e26d3af7ee
|
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
|
2012-09-24 13:17:08 +02:00 |
Georg Brandl
|
f2487177eb
|
Post-release updates.
|
2012-09-24 07:42:20 +02:00 |
Antoine Pitrou
|
6f80f5d444
|
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
|
2012-09-23 19:55:21 +02:00 |
Georg Brandl
|
8506d3591c
|
Bump to 3.3.0rc3.
|
2012-09-23 17:15:21 +02:00 |
Georg Brandl
|
6147515d02
|
Add news entries for recent changes.
|
2012-09-23 17:11:26 +02:00 |
Ezio Melotti
|
85710a40e7
|
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
|
2012-09-21 17:26:35 +03:00 |
Ezio Melotti
|
e418d76089
|
#15304: fix wrong warning message in test.support.temp_cwd().
|
2012-09-21 16:48:12 +03:00 |
doko@ubuntu.com
|
98b1c446d5
|
- Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
|
2012-09-21 13:52:29 +02:00 |
Ezio Melotti
|
c90111f9ab
|
#15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
|
2012-09-19 08:19:12 +03:00 |
Antoine Pitrou
|
1e7ee9dfa0
|
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed.
Patch by Alessandro Moura.
|
2012-09-14 17:28:10 +02:00 |
Barry Warsaw
|
4b2f9e914d
|
- Issue #15906: Fix a regression in argparse caused by the preceding change,
when action='append', type='str' and default=[].
|
2012-09-11 22:38:47 -04:00 |
Jesus Cea
|
c8754a13e6
|
Closes #15793: Stack corruption in ssl.RAND_egd()
|
2012-09-11 02:00:58 +02:00 |
Georg Brandl
|
be232923e4
|
Fix issue number.
|
2012-09-23 11:17:01 +02:00 |
Christian Heimes
|
bdc7e69f42
|
Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap()
|
2012-09-11 14:03:25 +02:00 |
Georg Brandl
|
0085a24075
|
Closes #15973: fix a segmentation fault when comparing timezone objects.
|
2012-09-22 09:23:12 +02:00 |
Antoine Pitrou
|
fd296ff5d6
|
Issue #15926: Fix crash after multiple reinitializations of the interpreter.
|
2012-09-12 18:01:36 +02:00 |
Georg Brandl
|
1aca31e8f3
|
Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument.
|
2012-09-22 09:03:56 +02:00 |
Georg Brandl
|
deb92b5b1b
|
Closes #15969: rename new API to have consistent names in the faulthandler module.
|
2012-09-22 08:58:55 +02:00 |
Georg Brandl
|
ebf7f957d7
|
Fix NEWS entry location.
|
2012-09-22 08:56:12 +02:00 |
Christian Heimes
|
63b38bbd1d
|
Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
|
2012-09-20 12:42:54 +02:00 |