Alexander Belopolsky
|
cf77454908
|
Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings.
|
2012-10-02 18:39:16 -04:00 |
Ezio Melotti
|
b116b3bb39
|
#15979: merge with 3.3.
|
2012-10-02 06:02:08 +03: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
|
258fabefde
|
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
|
2012-10-01 21:43:46 -04:00 |
Georg Brandl
|
7dead3a0b4
|
Use backticks in 3.4 NEWS.
|
2012-10-01 19:32:07 +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
|
a32e8dfe12
|
merge with 3.3.
|
2012-10-01 19:09:00 +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
|
86dc732f1f
|
Move 3.1, 3.2 and 3.3 NEWS items to HISTORY.
|
2012-10-01 18:58:45 +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
|
f1d2345842
|
Merge suspicious ignore file updates with 3.3.
|
2012-10-01 07:18:55 +03:00 |
Ezio Melotti
|
00160661a5
|
Update suspicious ignore file.
|
2012-10-01 07:10:08 +03:00 |
R David Murray
|
015031cfd7
|
Merge: More additions to whatsnew.
|
2012-09-30 22:00:29 -04:00 |
R David Murray
|
445d69c2bd
|
More additions to whatsnew.
|
2012-09-30 21:59:56 -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 |
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 |
Georg Brandl
|
7ef90a1a37
|
merge with 3.3
|
2012-09-30 15:10:34 +02:00 |
Georg Brandl
|
eea74276cc
|
Fix reST markup in NEWS.
|
2012-09-30 14:42:22 +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 |
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
|
65c848e484
|
Merge #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 04:01:31 +02: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
|
0f21adf799
|
pty.spawn() now returns the child process status as returned by os.waitpid().
Addresses the remaining feature request from issue #2489.
|
2012-09-29 12:41:03 -07:00 |
Gregory P. Smith
|
288d9aec4b
|
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:55:16 -07: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 |
Benjamin Peterson
|
b8350f1c7d
|
upgrade to UCD 6.2
|
2012-09-29 13:47:39 -04:00 |
Georg Brandl
|
ac76833033
|
Post-release update.
|
2012-09-29 14:21:25 +02:00 |
Georg Brandl
|
08a9012352
|
Bump version to 3.4.0 alpha 0.
|
2012-09-29 09:34:13 +02:00 |
Georg Brandl
|
99a247fd01
|
Merge with main repo default branch.
|
2012-09-29 09:27:15 +02:00 |
Georg Brandl
|
c7dcd50e4e
|
Bump version to 3.3.0 final.
|
2012-09-29 09:04:54 +02:00 |
Michael Foord
|
8ec31c2006
|
Merge
|
2012-09-28 16:16:24 +01:00 |
Michael Foord
|
28d591ceef
|
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
|
2012-09-28 16:15:22 +01:00 |
Georg Brandl
|
811b981fcb
|
Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later.
|
2012-09-28 17:10:11 +02:00 |
Michael Foord
|
8ef1fcecc5
|
Merge
|
2012-09-28 15:19:45 +01:00 |
Michael Foord
|
d38e6e516d
|
Closes issue 16064. No longer hard code executable name in unittest help output.
|
2012-09-28 15:14:37 +01: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
|
2246aa8ac8
|
Issue #16036: Merge update from 3.2.
|
2012-09-28 01:15:39 -07: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 |
Mark Dickinson
|
7c95bb35e4
|
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka.
|
2012-09-27 19:38:59 +01:00 |