3570 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Eric Smith a3b1ac8dca Added ',' thousands grouping to int.__format__. See PEP 378. 17 years ago
Brett Cannon a826f32054 Merged revisions 71031 via svnmerge from 17 years ago
Benjamin Peterson acc9dcc688 remove unused variable 17 years ago
Benjamin Peterson d1e5493a26 rewrite error handling to make sense 17 years ago
Benjamin Peterson 22081a1364 fix ref leaks 17 years ago
Benjamin Peterson 7fe9853596 make 'c' only accept bytes and 'C' only unicode #5499 17 years ago
Brett Cannon 0759dd66c5 Merged revisions 70965 via svnmerge from 17 years ago
Brett Cannon e3944a5e1e The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 17 years ago
Jesse Noller a931404804 Merged revisions 70908 via svnmerge from 17 years ago
Kristján Valur Jónsson 92af5d9fec Fix a leaking "pathname" in import.c 17 years ago
Kristján Valur Jónsson e1b0445ff9 get_file() no longer leaks a FILE structure. If given a file descriptor, it calls dup() to get a new handle. Then both the FILE object and the fd can be closed. 17 years ago
Jeremy Hylton f37708e048 Merged revisions 70801,70809 via svnmerge from 17 years ago
Guido van Rossum 0ad59d467d Issue #5604: non-ASCII characters in module name passed to 17 years ago
Mark Dickinson bd7926478d Issue #4258: Make it possible to use 30-bit digits for PyLongs: 17 years ago
Nick Coghlan 9309583176 Merged revisions 70378 via svnmerge from 17 years ago
Brett Cannon 8d11013169 Implement InspectLoader for FrozenImporter. 17 years ago
Brett Cannon 3c2ac448ec Fix a typo in a comment. 17 years ago
Hirokazu Yamamoto 4f447fb9a1 Issue #5273: Fixed import failure on unicode path. (especially on windows) 17 years ago
Benjamin Peterson 4fa88fa0ba merge the io-c branch: C implementation of the io module 17 years ago
Benjamin Peterson dcaf329e40 instead of hacking __locals__ in during bytecode generation, put it in the symtable 17 years ago
Benjamin Peterson f5b52246ed ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 17 years ago
Jeffrey Yasskin 4dd40525e6 Fix 2 oversights from r69961. 17 years ago
Benjamin Peterson efb06b0d91 Merged revisions 69811,69947 via svnmerge from 17 years ago
Jeffrey Yasskin 9de7ec7868 http://bugs.python.org/issue4715 17 years ago
Mark Dickinson 87ec0855c6 Merged revisions 69459 via svnmerge from 17 years ago
Benjamin Peterson 5c6d7877c5 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from 17 years ago
Eric Smith 0e5b562987 Merged revisions 69331 via svnmerge from 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Mark Dickinson f02e0aaafd Issue #1717: remove the cmp builtin function, the C-API functions 17 years ago
Mark Dickinson 72ead17c8a Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this 17 years ago
Hirokazu Yamamoto 90eaaf623a Issue #5041: Fixed memory leak. 17 years ago
Mark Dickinson 1124e71368 Issue #4707: round(x, n) now returns an integer when x is an integer. 17 years ago
Mark Hammond 9844a1ffc3 Merged revisions 69038 via svnmerge from 17 years ago
Antoine Pitrou 957929fa88 Add executable property to Python/makeopcodetargets.py 17 years ago
Antoine Pitrou 27fe9fc448 Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method 17 years ago
Antoine Pitrou b52ec78baf Issue #4753: By enabling a configure option named '--with-computed-gotos' 17 years ago
Kristján Valur Jónsson 92cb438448 Issue 3677: Release the path string on py3k 17 years ago
Hirokazu Yamamoto 21cbf5f896 Merged revisions 68457 via svnmerge from 17 years ago
Benjamin Peterson b58dda7bdb Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from 17 years ago
Benjamin Peterson b4ddfa41cc fix compiler warning 17 years ago
Benjamin Peterson e5bf383959 Merged revisions 68460 via svnmerge from 17 years ago
Amaury Forgeot d'Arc f343e01c17 Merged revisions 68560 via svnmerge from 17 years ago
Martin v. Löwis 7c2b66cc02 Merged revisions 68455,68476,68542 via svnmerge from 17 years ago
Martin v. Löwis ec59d04fad Merged revisions 68540 via svnmerge from 17 years ago
Martin v. Löwis a9b54c78d7 Merged revisions 68523 via svnmerge from 17 years ago
Antoine Pitrou 9169641b8b Fix bug introduced in r68451: stdio must always be opened in line-buffered mode 17 years ago
Antoine Pitrou 0560843b8f Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line 17 years ago
Antoine Pitrou d35cbf6e61 Merged revisions 68360-68361 via svnmerge from 17 years ago
Raymond Hettinger 5d1ff00bc0 Mini-optimization: use pack/unpack functions for argument tuples. 17 years ago
Benjamin Peterson 3809026a72 #4826 exec() doesn't take a file object anymore 17 years ago