Mark Dickinson
|
88a0a2e47f
|
Issue #6431: Fix Fraction comparisons with unknown types, and with
float infinities and nans. Backport of r74078 from py3k.
|
2009-07-18 15:18:18 +00:00 |
Hirokazu Yamamoto
|
1a3d085008
|
NEWS about r74040.
|
2009-07-17 06:26:54 +00:00 |
Tarek Ziadé
|
a99dedfce2
|
#6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions)
|
2009-07-16 15:35:45 +00:00 |
Jesse Noller
|
7530e47948
|
Issue 6433: multiprocessing.pool.map hangs on empty list
|
2009-07-16 14:23:04 +00:00 |
Alexandre Vassalotti
|
999ecc0eaf
|
Issue #2389: Pickle array objects using a list representation for portability
across different machine architectures and compatibility with Python 3.x.
|
2009-07-15 18:19:47 +00:00 |
Amaury Forgeot d'Arc
|
9d11fefe1b
|
NEWS entry for r74000.
|
2009-07-13 20:03:21 +00:00 |
Vinay Sajip
|
cbb24b35a0
|
Issue #6314: logging: Extra checks on the "level" argument in more places.
|
2009-07-13 11:21:05 +00:00 |
Benjamin Peterson
|
d50a5d5deb
|
fix umlaut
|
2009-07-13 00:03:20 +00:00 |
Benjamin Peterson
|
95e5ebe3e3
|
change encoding to utf-8
|
2009-07-12 23:56:18 +00:00 |
Benjamin Peterson
|
1944d7e724
|
fix another name
|
2009-07-12 23:49:23 +00:00 |
Benjamin Peterson
|
dd116c2ea5
|
change encoding to utf-8
|
2009-07-12 23:44:43 +00:00 |
Benjamin Peterson
|
36a81381c6
|
fix Tarek's name
|
2009-07-12 23:40:33 +00:00 |
Benjamin Peterson
|
6736530df0
|
add Joe
|
2009-07-12 21:18:55 +00:00 |
Tarek Ziadé
|
51f32c00e8
|
reverted changes for #6459 (doesn't apply on 2.x)
|
2009-07-11 17:21:00 +00:00 |
Amaury Forgeot d'Arc
|
74b8d333b7
|
#2622 Import errors in email.message, from a py2app standalone application.
Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
|
2009-07-11 14:33:51 +00:00 |
Tarek Ziadé
|
23a3775cc8
|
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
|
2009-07-11 10:55:27 +00:00 |
Tarek Ziadé
|
8c40001175
|
Fixed #6455 (the test shall use pyd files under win32, rather than so files)
|
2009-07-10 09:10:33 +00:00 |
Mark Dickinson
|
5fd3af24a2
|
Issue #1523: Remove deprecated overflow masking in struct module, and
make sure that out-of-range values consistently raise struct.error.
|
2009-07-07 15:08:28 +00:00 |
R. David Murray
|
23a736a4f0
|
Issue 6070: when creating a compiled file, after copying the mode bits, on
posix zap the execute bit in case it was set on the .py file, since the
compiled files are not directly executable on posix. Patch by Marco N.
|
2009-07-07 01:06:13 +00:00 |
Tarek Ziadé
|
e670e5ad5b
|
Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
|
2009-07-06 12:50:46 +00:00 |
Mark Dickinson
|
463dc4bf26
|
Issues #1530559, #1741130: Fix various inconsistencies in struct.pack
integer packing, and reenable some previously broken tests.
|
2009-07-05 10:01:24 +00:00 |
Tarek Ziadé
|
63f1738d4b
|
Fixed #6413: fixed log level in distutils.dist.announce
|
2009-07-04 02:02:41 +00:00 |
Gregory P. Smith
|
c197d0ada2
|
news entry for r73825
|
2009-07-04 01:55:11 +00:00 |
Tarek Ziadé
|
65ec61ed06
|
Fixed #6403 : package path usage for build_ext
|
2009-07-03 08:22:56 +00:00 |
Benjamin Peterson
|
753d16234f
|
when print() gets unicode arguments, sep and end should be unicode by default #4618
|
2009-07-02 18:16:45 +00:00 |
Benjamin Peterson
|
1bf4765369
|
only order comparisons are removed in py3k #6119
|
2009-07-02 17:06:17 +00:00 |
Jesse Noller
|
1b90efbdc5
|
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
|
2009-06-30 17:11:52 +00:00 |
Mark Dickinson
|
2f865b962c
|
Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build
failure on HP-UX 11.00.
|
2009-06-30 15:32:30 +00:00 |
Tarek Ziadé
|
3fbcc60eb8
|
Fixed 6365: wrong inplace location for build_ext if the extension had dots
|
2009-06-29 16:13:39 +00:00 |
Hirokazu Yamamoto
|
99ebc63f49
|
Fixed NEWS.
|
2009-06-29 14:29:31 +00:00 |
Hirokazu Yamamoto
|
8839fd7372
|
Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
Reviewed by Amaury Forgeot d'Arc.
|
2009-06-29 13:25:16 +00:00 |
Hirokazu Yamamoto
|
a3c5609079
|
Issue #4856: Remove checks for win NT.
|
2009-06-28 10:23:00 +00:00 |
Martin v. Löwis
|
ecb4f953dd
|
Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
|
2009-06-28 09:32:39 +00:00 |
Amaury Forgeot d'Arc
|
595f7a5bf9
|
#2016 Fix a crash in function call when the **kwargs dictionary is mutated
during the function call setup.
This even gives a slight speedup, probably because tuple allocation
is faster than PyMem_NEW.
|
2009-06-25 22:29:29 +00:00 |
Georg Brandl
|
5a85d5c4f2
|
#6332: fix word dupes throughout the source.
|
2009-06-24 06:41:19 +00:00 |
Raymond Hettinger
|
6c860f97d7
|
Add procedural note.
|
2009-06-23 22:20:04 +00:00 |
Amaury Forgeot d'Arc
|
14fc673d4f
|
Remove the ipaddr module per discussion on python-dev
|
2009-06-23 21:09:09 +00:00 |
Raymond Hettinger
|
62641e9534
|
Issue 6329: Fix iteration for memoryviews.
|
2009-06-23 20:59:43 +00:00 |
R. David Murray
|
ef087da9e7
|
Fix issue 5230 by having pydoc's safeimport check to see if the import
error was thrown from itself in order to decide if the module can't be
found. Thanks to Lucas Prado Melo for collaborating on the fix and tests.
|
2009-06-23 18:02:46 +00:00 |
Vinay Sajip
|
603fb6d667
|
Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
|
2009-06-21 17:37:27 +00:00 |
Guilherme Polo
|
7f146ab0ca
|
Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to
Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of
test_ttkguionly.
|
2009-06-21 17:22:50 +00:00 |
Tarek Ziadé
|
439bf93f8c
|
Fixed #6164 AIX specific linker argument in Distutils unixcompiler
|
2009-06-20 13:57:20 +00:00 |
Facundo Batista
|
8c826b77e0
|
Issue #6274. Fixed a potential FD leak in subprocess.py.
|
2009-06-19 18:02:28 +00:00 |
Amaury Forgeot d'Arc
|
5fe420e34c
|
#6189: The subprocess.py module should be kept compatible with python 2.2
(On windows, you still have to change one line to use pywin32
instead of the _subprocess helper module)
|
2009-06-18 22:32:50 +00:00 |
Tarek Ziadé
|
fdefc0a5a1
|
Fixed #6287: documentation for the license field in distutils
|
2009-06-16 07:29:52 +00:00 |
Benjamin Peterson
|
08a0bbc846
|
don't mask encoding errors when decoding a string #6289
|
2009-06-16 00:29:31 +00:00 |
Tarek Ziadé
|
a1cc040828
|
Issue #6286: distutils upload command now uses urllib2
|
2009-06-15 23:30:13 +00:00 |
Hirokazu Yamamoto
|
983a46543c
|
Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
(On Unix) Patch by STINNER Victor.
|
2009-06-14 03:53:55 +00:00 |
Benjamin Peterson
|
a72be3b325
|
when no module is given in a 'from' relative import, make ImportFrom.module NULL
|
2009-06-13 20:23:33 +00:00 |
Benjamin Peterson
|
565e1b6bb7
|
prevent import statements from assigning to None
|
2009-06-13 03:46:30 +00:00 |