473 Commits (c98f87fc330eb40fbcff627dfc50958785a44f35)

Author SHA1 Message Date
Brett Cannon e974689038 Re-implement the 'warnings' module in C. This allows for usage of the 18 years ago
Martin v. Löwis 790465fd90 Change command line processing API to use wchar_t. 18 years ago
Georg Brandl d5b635f196 Make Py3k warnings consistent w.r.t. punctuation; also respect the 18 years ago
Christian Heimes a113bd9f69 Added quick hack for bzr 18 years ago
Christian Heimes 6a453c3750 Added quick hack for bzr 18 years ago
Georg Brandl 5a44424c5e #2358: add py3k warning to sys.exc_clear(). 18 years ago
Christian Heimes 15ebc88d87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from 18 years ago
Christian Heimes 422051a367 Patch #1953 18 years ago
Christian Heimes 7b3ce6a17e Merged revisions 60441-60474 via svnmerge from 18 years ago
Christian Heimes 796fc31585 The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize(). 18 years ago
Christian Heimes 0d9244332b Fixed some references leaks in sys. 18 years ago
Christian Heimes 2685563583 Merged revisions 60364-60378 via svnmerge from 18 years ago
Christian Heimes 908caac52e Added clear cache methods to clear the internal type lookup cache for ref leak test runs. 18 years ago
Christian Heimes 9bd667ad03 Merged revisions 60124-60142 via svnmerge from 18 years ago
Georg Brandl 56112895d6 #1648: add sys.gettrace() and sys.getprofile(). 18 years ago
Guido van Rossum 7736b5becd Merged revisions 59952-59984 via svnmerge from 18 years ago
Andrew M. Kuchling 7ce9b18460 Typo fixes 18 years ago
Christian Heimes d32ed6f511 Merged revisions 59933-59951 via svnmerge from 18 years ago
Christian Heimes f31b69f9db Applied patch #1816: sys.flags patch 18 years ago
Christian Heimes 790c823201 Merged revisions 59822-59841 via svnmerge from 18 years ago
Georg Brandl 2da0fceba7 Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. 18 years ago
Nick Coghlan e78370050b Fix thoroughly misleading comment 18 years ago
Christian Heimes 2d378ab5b2 Fixed #1630 18 years ago
Christian Heimes a37d4c693a Removed PyInt_GetMax and sys.maxint 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 18 years ago
Christian Heimes 938526609f Merged revisions 59245-59254 via svnmerge from 18 years ago
Christian Heimes dfdfaab1c5 Feature #1534 18 years ago
Christian Heimes 28104c58d2 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 18 years ago
Christian Heimes 2be03734f8 Added some additional checks for sys.std?? is None, see #1440 18 years ago
Christian Heimes eb9b39bd57 Paths and file names from the fs should always be decoded with PyUnicode_DecodeFSDefault and not PyUnicode_FromString 18 years ago
Amaury Forgeot d'Arc 06cfe95237 No need to include windows.h twice 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
Christian Heimes 5894ba7fad Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. 18 years ago
Neal Norwitz 56cdf686fc Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) 19 years ago
Thomas Wouters d2cf20eea2 Remove the simple slicing API. All slicing is now done with slice objects. 19 years ago
Eric Smith e226b55963 PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion). 19 years ago
Neal Norwitz 8a4eb298e2 Fix refleaks in test_unicode and test_string related to the new format code. 19 years ago
Eric Smith 7ade6485ab PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. 19 years ago
Eric Smith 8c66326368 Implementation of PEP 3101, Advanced String Formatting. 19 years ago
Neal Norwitz aefab1e2ac Use unicode 19 years ago
Neal Norwitz f308132cc2 Add const to input string parameters 19 years ago
Collin Winter d5a5f5d32e Patch #1774414: make it possible to use SVK to develop Python. 19 years ago
Skip Montanaro 7a98be2efb Remove RISCOS support 19 years ago
Guido van Rossum 96ca6916b4 Make sys.path and sys.argv into lists of strings. 19 years ago
Guido van Rossum da5b8f2d28 Rip out the file object's implementation. 19 years ago
Martin v. Löwis 5b222135f8 Make identifiers str (not str8) objects throughout. 19 years ago
Walter Dörwald 94093ffcb6 Change most sys attributes that were str8 objects into str objects 19 years ago
Guido van Rossum e7ba495627 Merged revisions 55631-55794 via svnmerge from 19 years ago
Walter Dörwald 2a0c081470 Change sys.intern() so that unicode strings can be 19 years ago