Christian Heimes
|
7a9906162b
|
Updated NEWS
|
2008-05-26 13:15:11 +00:00 |
Gregory P. Smith
|
5d7d6c37c2
|
note about r63617
|
2008-05-25 08:32:04 +00:00 |
Georg Brandl
|
e08e3d0686
|
#2959: allow multiple close() calls for GzipFile.
|
2008-05-25 08:07:37 +00:00 |
Georg Brandl
|
392c6fc02d
|
ConfigParser renaming reversal part 3: move module into place and adapt imports.
|
2008-05-25 07:25:25 +00:00 |
Georg Brandl
|
a6168f9e0a
|
Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
|
2008-05-25 07:20:14 +00:00 |
Georg Brandl
|
e152a77d96
|
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
|
2008-05-24 18:31:28 +00:00 |
Martin v. Löwis
|
27e4a179f2
|
Issue #1390: Raise ValueError in toxml when an invalid comment would
otherwise be produced.
|
2008-05-23 15:18:28 +00:00 |
Martin v. Löwis
|
8c255e4173
|
Patch #1722225: Support QNX 6.
|
2008-05-23 15:06:50 +00:00 |
Brett Cannon
|
2ee0e8eaec
|
Revert the renaming of repr to reprlib.
|
2008-05-23 05:03:59 +00:00 |
Mark Dickinson
|
99dfe92759
|
Issue #2819: Add math.sum, a function that sums a sequence of floats
efficiently but with no intermediate loss of precision. Based on
Raymond Hettinger's ASPN recipe. Thanks Jean Brouwers for the patch.
|
2008-05-23 01:35:30 +00:00 |
Jesus Cea
|
ca3939cd52
|
bsddb module updated to version 4.7.0
|
2008-05-22 15:27:38 +00:00 |
Brett Cannon
|
9a8af2df23
|
Add Quentin Gallet-Gilles for (at least) a fixer for markupbase.
|
2008-05-22 03:18:35 +00:00 |
Martin v. Löwis
|
10cfc4b1f2
|
Add Robert Schuppenies.
|
2008-05-21 07:31:31 +00:00 |
Vinay Sajip
|
c01288387c
|
Updated with fixes for #2914 and #2929.
|
2008-05-20 15:37:22 +00:00 |
Georg Brandl
|
88659b0ab2
|
#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
|
2008-05-20 08:40:43 +00:00 |
Georg Brandl
|
112aa50329
|
Patch #1775025: allow opening zipfile members via ZipInfo instances.
Patch by Graham Horler.
|
2008-05-20 08:25:48 +00:00 |
Martin v. Löwis
|
4dd019fde3
|
Patch #2488: Add sys.maxsize.
|
2008-05-20 08:11:19 +00:00 |
Georg Brandl
|
dffbf5f542
|
Revert copy_reg -> copyreg rename.
|
2008-05-20 07:49:57 +00:00 |
Georg Brandl
|
6634bf2919
|
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
|
2008-05-20 07:13:37 +00:00 |
Fred Drake
|
d995e1150c
|
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
|
2008-05-20 06:08:38 +00:00 |
Georg Brandl
|
c620257393
|
test_httpservers has unpredictable refcount behavior.
|
2008-05-19 16:47:25 +00:00 |
Georg Brandl
|
1356e09663
|
Add GHOP students.
|
2008-05-18 13:34:06 +00:00 |
Georg Brandl
|
a9916b55de
|
#2353: raise Py3k warning in file.xreadlines().
|
2008-05-17 22:11:54 +00:00 |
Fred Drake
|
91ae250273
|
rename HTMLParser to html.parser, htmlentitydefs to html.entities
(http://bugs.python.org/issue2882)
|
2008-05-17 20:30:04 +00:00 |
Georg Brandl
|
6c90c9faae
|
Add new tkinter dir to various locations where lib-tk shows up.
|
2008-05-17 19:14:23 +00:00 |
Georg Brandl
|
3ee81df3bb
|
Rewrap consistently to 70 chars, and standardize the way of referring to issues.
|
2008-05-17 18:14:43 +00:00 |
Georg Brandl
|
28fdfa9839
|
#961805: fix Edit.text_modified().
|
2008-05-17 17:57:01 +00:00 |
Gregory P. Smith
|
664782e1c8
|
issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
and other bsddb.db object constructors raised an exception.
Debugging & patch by Neal Norowitz.
|
2008-05-17 06:12:02 +00:00 |
Thomas Heller
|
95ba13fa85
|
Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).
|
2008-05-16 20:06:31 +00:00 |
Alexandre Vassalotti
|
ea0b22a167
|
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and
socketserver renaming.
|
2008-05-16 18:03:52 +00:00 |
Georg Brandl
|
5e7b1c07bc
|
NEWS entry for Tkinter rename.
|
2008-05-16 17:40:23 +00:00 |
Georg Brandl
|
5049a858ba
|
#2890: support os.O_ASYNC and fcntl.FASYNC.
|
2008-05-16 13:10:15 +00:00 |
Christian Heimes
|
0bd23c0a98
|
Fixed #2870: cmathmodule.c compile error
|
2008-05-16 10:23:31 +00:00 |
Alexandre Vassalotti
|
95d97c7390
|
Renamed the repr module to reprlib.
Added stub module for repr.
|
2008-05-16 06:37:57 +00:00 |
Brett Cannon
|
fa40bbf625
|
Deprecated statvfs for removal in 3.0.
|
2008-05-16 00:50:02 +00:00 |
Brett Cannon
|
2224817cdf
|
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
|
2008-05-16 00:10:24 +00:00 |
Georg Brandl
|
c91210c06b
|
#2863: add gen.__name__ and add this name to generator repr().
|
2008-05-15 15:08:32 +00:00 |
Brett Cannon
|
9b73f6f0d9
|
Add a snippet for the deprecation directive for docs.
|
2008-05-15 04:36:53 +00:00 |
Brett Cannon
|
74a596c068
|
Deprecate WAIT for removal in 3.0.
|
2008-05-15 04:17:35 +00:00 |
Brett Cannon
|
f56b6aeb06
|
Deprecated torgb for removal in 3.0.
|
2008-05-15 04:15:25 +00:00 |
Brett Cannon
|
518c5da219
|
Deprecate SV for removal in 3.0.
|
2008-05-15 04:13:19 +00:00 |
Brett Cannon
|
cd2de08257
|
Deprecate readcd for removal in 3.0.
|
2008-05-15 03:51:21 +00:00 |
Brett Cannon
|
11ae6e7151
|
Deprecated panelparser for removal in 3.0.
|
2008-05-15 03:49:00 +00:00 |
Brett Cannon
|
7e37586c50
|
The panel module for IRIX has been deprecated for removal in 3.0.
|
2008-05-15 03:46:27 +00:00 |
Brett Cannon
|
89f5d9cc81
|
Deprecate jpeg for IRIX for removal in 3.0.
|
2008-05-15 03:44:00 +00:00 |
Brett Cannon
|
d8c41ecc17
|
Deprecate IOCTL from IRIX for removal in 3.0.
|
2008-05-15 03:41:55 +00:00 |
Brett Cannon
|
6328b297dc
|
Deprecate IN from IRIX for removal in 3.0.
|
2008-05-15 03:36:13 +00:00 |
Brett Cannon
|
4652537ba4
|
Deprecate imgfile for removal in 3.0.
|
2008-05-15 03:32:11 +00:00 |
Brett Cannon
|
707e384a7a
|
Deprecate GLWS from IRIX for removal in 3.0.
|
2008-05-15 03:29:18 +00:00 |
Brett Cannon
|
82bd94e651
|
Deprecate GET from IRIX for removal in 3.0.
|
2008-05-15 03:27:12 +00:00 |