Victor Stinner
|
f4afa43fd4
|
Issue #13226: Update sys.setdlopenflags() docstring
Refer to os.RTLD_xxx constants instead of ctypes and DLFCN modules.
|
2011-10-31 11:48:09 +01:00 |
|
Martin v. Löwis
|
1c67dd9b15
|
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
|
2011-10-14 15:16:45 +02:00 |
|
Martin v. Löwis
|
bd928fef42
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
2011-10-14 10:20:37 +02:00 |
|
Martin v. Löwis
|
1ee1b6fe0d
|
Use identifier API for PyObject_GetAttrString.
|
2011-10-10 18:11:30 +02:00 |
|
Martin v. Löwis
|
afe55bba33
|
Add API for static strings, primarily good for identifiers.
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
|
2011-10-09 10:38:36 +02:00 |
|
Victor Stinner
|
639418812f
|
Use the new Py_ARRAY_LENGTH macro
|
2011-09-29 00:42:28 +02:00 |
|
Ezio Melotti
|
48a2f8fd97
|
#13054: sys.maxunicode is now always 0x10FFFF.
|
2011-09-29 00:18:19 +03:00 |
|
Victor Stinner
|
d5c355ccc7
|
Issue #11223: Replace threading._info() by sys.thread_info
|
2011-04-30 14:53:09 +02:00 |
|
Victor Stinner
|
dd810ddb65
|
Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if
initfsencoding() was not called yet: detect bootstrap (startup) issues earlier.
|
2011-03-31 13:40:14 +02:00 |
|
Victor Stinner
|
27181ac778
|
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
called yet: detect bootstrap (startup) issues earlier.
|
2011-03-31 13:39:03 +02:00 |
|
Éric Araujo
|
be3bd57ba2
|
Remove traces of division_warning left over from Python 2 (#10998)
|
2011-03-26 01:55:15 +01:00 |
|
Ezio Melotti
|
4969f709cc
|
#11515: Merge with 3.1.
|
2011-03-15 05:59:46 +02:00 |
|
Ezio Melotti
|
373089239b
|
#11515: Merge with 3.2.
|
2011-03-15 06:03:08 +02:00 |
|
Georg Brandl
|
776e586114
|
Remove sys.subversion and svn build identification leftovers.
|
2011-03-06 10:35:42 +01:00 |
|
Georg Brandl
|
fe09a54280
|
Merge build identification to default branch.
|
2011-03-06 10:26:32 +01:00 |
|
Georg Brandl
|
13039c87f1
|
Merge build identification to 3.2 branch.
|
2011-03-06 10:13:00 +01:00 |
|
Georg Brandl
|
1ca2e7965c
|
Commit the hg build identification patch from the pymigr repo.
|
2011-03-05 20:51:24 +01:00 |
|
Brett Cannon
|
b94767ff44
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
|
2011-02-22 20:15:44 +00:00 |
|
Raymond Hettinger
|
90e8f8cd9b
|
Fix count of flag fields. Being one short caused the 'quiet' option not to print.
|
2011-01-05 20:08:25 +00:00 |
|
Georg Brandl
|
8aa7e999b5
|
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
|
2010-12-28 18:30:18 +00:00 |
|
Victor Stinner
|
13d49ee7d6
|
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
UnicodeEncodeError.
|
2010-12-04 17:24:33 +00:00 |
|
Georg Brandl
|
e5b99f0fb3
|
Remove redundant includes of headers that are already included by Python.h.
|
2010-11-30 09:41:01 +00:00 |
|
Georg Brandl
|
71c23d4473
|
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
|
2010-11-30 09:30:54 +00:00 |
|
Victor Stinner
|
07e4f1565b
|
sys_update_path(): update sys.path even if argc==0
|
2010-10-25 17:37:23 +00:00 |
|
Benjamin Peterson
|
8035bc5c04
|
follow up to #9778: define and use an unsigned hash type
|
2010-10-23 16:20:50 +00:00 |
|