Georg Brandl
|
d50fe7216d
|
Fix suspicious markup in the docs.
|
2013-03-23 16:00:41 +01:00 |
Georg Brandl
|
0a1bc11c66
|
Fix suspicious markup in the docs.
|
2013-03-23 15:59:46 +01:00 |
Georg Brandl
|
47f2542462
|
Update pydoc topics.
|
2013-03-23 15:46:53 +01:00 |
Georg Brandl
|
25fa27f5e9
|
Update pydoc topics.
|
2013-03-23 15:46:49 +01:00 |
Ezio Melotti
|
cf936c7287
|
#17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black.
|
2013-03-23 16:46:23 +02:00 |
Ezio Melotti
|
e94cbd188b
|
#17479: merge with 3.3.
|
2013-03-23 16:36:58 +02:00 |
Ezio Melotti
|
daa42c778e
|
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
|
2013-03-23 16:30:16 +02:00 |
Raymond Hettinger
|
3213d72c5e
|
merge
|
2013-03-23 06:35:22 -07:00 |
Raymond Hettinger
|
325dc887ca
|
Backport improved dict comparison logic
|
2013-03-23 06:34:19 -07:00 |
Raymond Hettinger
|
5ded795a72
|
Hold key reference until the links have updated.
|
2013-03-23 05:27:51 -07:00 |
Vinay Sajip
|
8ec95b81d5
|
Closes #17521: Merged fix from 3.3.
|
2013-03-23 11:23:05 +00:00 |
Vinay Sajip
|
9b862b9d66
|
Issue #17521: Merged fix from 3.2.
|
2013-03-23 11:22:00 +00:00 |
Vinay Sajip
|
68b4cc87cd
|
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
|
2013-03-23 11:18:45 +00:00 |
Vinay Sajip
|
bb2dad8915
|
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
|
2013-03-23 11:18:10 +00:00 |
Vinay Sajip
|
42fb352a98
|
Merged upstream changes.
|
2013-03-23 11:01:36 +00:00 |
Vinay Sajip
|
30f0f054a4
|
Merged Misc/NEWS update for #17508.
|
2013-03-23 11:00:28 +00:00 |
Vinay Sajip
|
e29dd24706
|
Merged Misc/NEWS update for #17508.
|
2013-03-23 10:59:49 +00:00 |
Vinay Sajip
|
a4cfd60f3d
|
Updated Misc/NEWS with #17508.
|
2013-03-23 10:57:47 +00:00 |
Vinay Sajip
|
0e29f22855
|
Updated Misc/NEWS with #17508.
|
2013-03-23 10:56:39 +00:00 |
Kristján Valur Jónsson
|
34870c4142
|
Issue #17522: Minor documentation fix
|
2013-03-23 03:56:16 -07:00 |
Kristján Valur Jónsson
|
684cd0e643
|
Issue #17522: Add the PyGILState_Check() API.
|
2013-03-23 03:36:16 -07:00 |
Martin v. Loewis
|
18613e6e7b
|
Issue #17425: Build against openssl 0.9.8y on Windows.
|
2013-03-22 22:01:56 +01:00 |
Gregory P. Smith
|
d4296fc19c
|
cleanup references to PyString_ APIs in the 3.x docs.
|
2013-03-22 13:49:53 -07:00 |
Gregory P. Smith
|
bcd2aa6d06
|
cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
|
2013-03-22 13:49:26 -07:00 |
Gregory P. Smith
|
4b52ae8f97
|
Clean up references to the no longer existing PyString_ APIs in our docs.
|
2013-03-22 13:43:30 -07:00 |
Vinay Sajip
|
5a63fe6813
|
Closes #17508: Merged fix from 3.3.
|
2013-03-22 15:27:52 +00:00 |
Vinay Sajip
|
340a4bb2fe
|
Issue #17508: Merged fix from 3.2.
|
2013-03-22 15:23:13 +00:00 |
Vinay Sajip
|
3f885b5432
|
Issue #17508: Handled out-of-order handler configuration correctly.
|
2013-03-22 15:19:54 +00:00 |
Vinay Sajip
|
8651a51c92
|
Issue #17508: Handled out-of-order handler configuration correctly.
|
2013-03-22 15:19:24 +00:00 |
Benjamin Peterson
|
469ee9d84c
|
backout 66e30c4870bb for breaking OSX (#13150)
|
2013-03-22 09:37:13 -05:00 |
Raymond Hettinger
|
671ddbe5a0
|
merge
|
2013-03-22 07:26:57 -07:00 |
Raymond Hettinger
|
8f35c891e7
|
Modernize unittest example
|
2013-03-22 07:26:18 -07:00 |
Raymond Hettinger
|
4507274139
|
Modernize unittest example
|
2013-03-22 07:17:38 -07:00 |
Benjamin Peterson
|
440282ba8a
|
copy 2.7 magic numbers for historical interest
|
2013-03-21 23:04:45 -05:00 |
R David Murray
|
f516388de8
|
#17472: add tests for a couple of untested methods in urllib.urlparse.
Original patch by Daniel Wozniak.
|
2013-03-21 20:56:51 -04:00 |
Terry Jan Reedy
|
2b6c26ebe3
|
Issue #13248: NEWS and What's New items
|
2013-03-21 19:36:26 -04:00 |
Victor Stinner
|
d502a07fac
|
test_ast: pass the filename to ast.parse()
|
2013-03-22 00:06:20 +01:00 |
doko@ubuntu.com
|
28b7c05131
|
- Issue #13150: sysconfig no longer parses the Makefile and config.h files
when imported, instead doing it at build time. This makes importing
sysconfig faster and reduces Python startup time by 20%.
|
2013-03-21 15:02:16 -07:00 |
doko@ubuntu.com
|
6d3d0fe0b2
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
|
2013-03-21 13:39:52 -07:00 |
doko@ubuntu.com
|
1621d77fc8
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
|
2013-03-21 13:31:41 -07:00 |
doko@ubuntu.com
|
d5537d071c
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
|
2013-03-21 13:21:49 -07:00 |
Victor Stinner
|
d06b35c1b6
|
(Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
|
2013-03-21 12:21:43 +01:00 |
Victor Stinner
|
bd2d30cf31
|
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
|
2013-03-21 12:21:06 +01:00 |
R David Murray
|
e0a1bf313f
|
Merge: #5713: One more test_smtplib timing fix.
|
2013-03-21 00:33:30 -04:00 |
R David Murray
|
6bd5202227
|
#5713: One more test_smtplib timing fix.
|
2013-03-21 00:32:31 -04:00 |
Gregory P. Smith
|
f72119d10f
|
merge heads
|
2013-03-20 20:53:21 -07:00 |
Gregory P. Smith
|
40a2160a09
|
Refactor the common code out of the posix and windows listdir
implementations from my previous commit into the higher level
function.
|
2013-03-20 20:52:50 -07:00 |
Raymond Hettinger
|
3030728138
|
Fix import
|
2013-03-20 19:28:19 -07:00 |
R David Murray
|
dac94d619c
|
Merge: #5712: Preemptively fix some other possible timing issues.
|
2013-03-20 22:12:53 -04:00 |
R David Murray
|
54bd49d49b
|
Merge: #5712: Preemptively fix some other possible timing issues.
|
2013-03-20 22:12:14 -04:00 |