Alexandre Vassalotti
bd7569b4de
Revert r74048.
2009-07-17 23:09:02 +00:00
Alexandre Vassalotti
0b5b8af435
Fix GCC warning about fprintf used without a string literal and
...
without format arguments.
2009-07-17 08:09:04 +00:00
Alexandre Vassalotti
6d78736177
Initialize variables in PyCurses_getsyx() to avoid compiler warnings.
2009-07-17 07:54:23 +00:00
Alexandre Vassalotti
a2db687368
Regenerate configure script.
2009-07-17 07:46:46 +00:00
Alexandre Vassalotti
e7cf1183fe
Double-quote the test case for %zd printf() format support to avoid
...
mangling the array declarations in it.
2009-07-17 06:33:51 +00:00
Hirokazu Yamamoto
1a3d085008
NEWS about r74040.
2009-07-17 06:26:54 +00:00
Hirokazu Yamamoto
e78e5d2e51
Issue #6415 : Fixed warnings.warn sagfault on bad formatted string.
2009-07-17 06:20:46 +00:00
Alexandre Vassalotti
66da2635ff
Clean up the test case for broken poll().
2009-07-17 06:17:33 +00:00
Alexandre Vassalotti
30267d6516
Double-quote the test cases for chflags() and lchflags()
...
to ensure they don't get mangled.
2009-07-17 06:10:06 +00:00
Alexandre Vassalotti
0090089f8f
Cache the results of all runtime checks.
...
This will be helpful to people who want to compile Python with a
cross-compiler. Now you can upload the configure script on your host
machine, run it with caching enabled, and download the cached results
on your build machine.
2009-07-17 05:26:39 +00:00
Alexandre Vassalotti
856782e45e
Rename the useless AC_INCLUDES_DEFAULT and protect the includes.
...
This is mostly an aesthetic change.
2009-07-17 04:59:05 +00:00
Alexandre Vassalotti
786c29e39e
Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.
2009-07-17 04:24:45 +00:00
Georg Brandl
3e8b869c9c
Revert r74028.
2009-07-16 21:47:51 +00:00
Georg Brandl
3601a38029
#6482 : simplify "except: raise" to "finally:".
2009-07-16 19:24:48 +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
Georg Brandl
2e1285baee
#6481 : fix typo in os.system() replacement.
2009-07-16 07:38:35 +00:00
Georg Brandl
da334249a7
#6486 : start with built in functions rather than "built in objects".
2009-07-16 07:33:04 +00:00
Georg Brandl
d77faaf48f
#5910 : fix kqueue for calls with more than one event.
2009-07-16 07:18:07 +00:00
Amaury Forgeot d'Arc
b9ee881f8b
#6076 Add a title to the IDLE Preferences window.
2009-07-15 21:29:27 +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
Ezio Melotti
d5a23e322f
methods' names pep8ification
2009-07-15 17:07:04 +00:00
Benjamin Peterson
573025f298
update year
2009-07-15 00:46:42 +00:00
Michael Foord
91dcd93beb
Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418.
2009-07-14 17:58:12 +00:00
Amaury Forgeot d'Arc
78c06bd9b7
Document the newly added codec
2009-07-13 23:11:54 +00:00
Marc-André Lemburg
cecaa65f65
Use a different VER command output parser to address the localization
...
issues mentioned in #3410 .
Prepare for Windows 7 (still commented out).
2009-07-13 21:28:33 +00:00
Marc-André Lemburg
19e5b3f9d1
Use a new global DEV_NULL instead of hard-coding /dev/null into the system
...
command helper functions.
See #6479 for some motivation.
2009-07-13 20:23:49 +00:00
Amaury Forgeot d'Arc
9d11fefe1b
NEWS entry for r74000.
2009-07-13 20:03:21 +00:00
Amaury Forgeot d'Arc
70dda76cde
#1616979 : Add the cp720 (Arabic DOS) encoding.
...
Since there is no official mapping file from unicode.org,
the codec file is generated on Windows with the new genwincodec.py script.
2009-07-13 20:01:11 +00:00
Amaury Forgeot d'Arc
f31fd0179e
Set svn:eol-style=CRLF on all Visual Studio solution files.
...
This should allow direct compilation from a downloaded source tar ball.
2009-07-13 19:14:17 +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
Kristján Valur Jónsson
0369ba2a4a
http://bugs.python.org/issue6267
...
Add more tests for the xlmrpc.ServerProxy
2009-07-12 22:42:08 +00:00
Benjamin Peterson
6736530df0
add Joe
2009-07-12 21:18:55 +00:00
Benjamin Peterson
72f94f75d6
add versionadded
2009-07-12 16:56:54 +00:00
Hirokazu Yamamoto
6633a6606b
Fixed distutils test.
2009-07-12 02:04:47 +00:00
Benjamin Peterson
9d2916cdfd
ignore things in Lib/test/data/
2009-07-11 22:25:24 +00:00
Benjamin Peterson
9bd39c119e
put downloaded test support files in Lib/test/data instead of the cwd
2009-07-11 22:15:13 +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
Georg Brandl
c91cbb948a
array.array is actually a class.
2009-07-11 14:23:38 +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
Georg Brandl
b7e14eda6e
#6456 : clarify the meaning of constants used as arguments to nl_langinfo().
2009-07-11 10:51:31 +00:00
Tarek Ziadé
51c045d6b4
cleaned up distutils.build_ext module
2009-07-11 10:48:31 +00:00
Georg Brandl
7750505d2d
#6430 : add note about size of "u" type.
2009-07-11 10:37:38 +00:00
Georg Brandl
7c150bf904
#6448 : clarify docs for find_module().
2009-07-11 10:18:10 +00:00