286 Commits (dd1253abdd8564b095f24107547be0b8ce91e653)

Author SHA1 Message Date
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) 18 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
Walter Dörwald 360b01a663 Change getdefaultencoding() and getfilesystemencoding() 19 years ago
Guido van Rossum 6f376c4031 Enable new I/O. Disable creation of old files. 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Collin Winter 670e692134 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. 19 years ago
Guido van Rossum 79139b247b Kill off softspace completely (except in formatter.py which seems to have 19 years ago
Georg Brandl 88fc6646d1 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 19 years ago
Thomas Wouters b213704f3c Merged revisions 53451-53537 via svnmerge from 19 years ago
Georg Brandl 66a796e5ab Patch #1601678: move intern() to sys.intern(). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 73e5a5b65d Merge the rest of the trunk. 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Neal Norwitz ac3625fcb9 Remove sys.exc_type, sys.exc_value, sys.exc_traceback 20 years ago
Neal Norwitz 72c2c062d7 Try to be a bit more consistent on all platforms: 20 years ago
Martin v. Löwis 725507b52e Change int to Py_ssize_t in several places. 20 years ago
Neal Norwitz 4281cef205 Use Py_ssize_t for _Py_RefTotal. 20 years ago
Brett Cannon 5118517c16 Fix minor docstring typo. 20 years ago
Martin v. Löwis d96ee90993 Use Py_ssize_t to count the 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Tim Peters e86e7a5b62 svnversion_init(): Use standard layout for function defn. 20 years ago
Tim Peters 216b78bdaa Trimmed trailing whitespace. 20 years ago
Martin v. Löwis 43b57805fb Drop sys.build_number. Add sys.subversion. 20 years ago
Barry Warsaw 2a38a86c1c Expose Subversion revision number (calculated via "svnversion .") to Python. 20 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Neal Norwitz 11bd119226 SF bug #887946, segfault if redirecting directory 21 years ago
Georg Brandl 6953772d90 patch [ 1119423 ] python -c readlink()s and stat()s '-c' 21 years ago
Martin v. Löwis 13a1fde4da Partially revert #1074011; don't try to fflush stdin. 21 years ago
Martin v. Löwis 8e3ca8af26 Flush std{in,out,err} before closing it. Fixes #1074011. 21 years ago
Michael W. Hudson 800ba2375a This is my patch: 22 years ago
Neal Norwitz 0f5aed4e41 Remove compiler warning 22 years ago