| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify delitem() code by calling rotate() directly instead of using | Raymond Hettinger | 2004-10-09 | 1 | -35/+23 |
|
|
* | Patch #1042969: add closing brace for \token {generator_expression}. Thanks | Johannes Gijsbers | 2004-10-09 | 1 | -1/+1 |
|
|
* | SF patch #1043218 | Raymond Hettinger | 2004-10-09 | 1 | -52/+39 |
|
|
* | [Bug #1022311] curses module uses y,x ordering of arguments, not x,y | Andrew M. Kuchling | 2004-10-08 | 1 | -5/+5 |
|
|
* | [Bug #1041501] Fix example code | Andrew M. Kuchling | 2004-10-08 | 1 | -1/+1 |
|
|
* | [Bug #1031897] Fix order of decorator application | Andrew M. Kuchling | 2004-10-08 | 1 | -3/+3 |
|
|
* | Fix bug in _checkquote that raised an exception on empty "arg". | Piers Lauder | 2004-10-08 | 1 | -2/+2 |
|
|
* | SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex | Raymond Hettinger | 2004-10-08 | 1 | -3/+3 |
|
|
* | Rewrite rmtree using os.walk to fix bug #1025127: | Johannes Gijsbers | 2004-10-07 | 1 | -15/+15 |
|
|
* | This is Michiel de Hoon's patch, as attached to the bug report: | Michael W. Hudson | 2004-10-07 | 1 | -7/+13 |
|
|
* | Add helpful comment | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+4 |
|
|
* | Take out Guido's name and put in the PSF | Andrew M. Kuchling | 2004-10-07 | 1 | -7/+1 |
|
|
* | Update two URLs | Andrew M. Kuchling | 2004-10-07 | 1 | -2/+2 |
|
|
* | Add -m to man page | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+11 |
|
|
* | Add item | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+6 |
|
|
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 5 | -11/+109 |
|
|
* | Finalize the freelist of list objects. | Raymond Hettinger | 2004-10-07 | 3 | -0/+15 |
|
|
* | Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to | Brett Cannon | 2004-10-06 | 1 | -2/+1 |
|
|
* | Armin's patch to prevent overflows. | Raymond Hettinger | 2004-10-06 | 1 | -7/+22 |
|
|
* | Convert a listcomp to a gencomp (was already editing code). | Brett Cannon | 2004-10-06 | 1 | -2/+2 |
|
|
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 3 | -2/+22 |
|
|
* | Add some items | Andrew M. Kuchling | 2004-10-05 | 1 | -10/+22 |
|
|
* | The docs claimed a test would pass that actually wouldn't pass. Repaired | Tim Peters | 2004-10-04 | 1 | -1/+2 |
|
|
* | Fix a small typo in the docstring for system_methodSignature . | Brett Cannon | 2004-10-03 | 1 | -1/+1 |
|
|
* | Changes made to maintain 1.5.2 compatibility. | Vinay Sajip | 2004-10-03 | 1 | -6/+27 |
|
|
* | Version number updated to 0.4.9.5 | Vinay Sajip | 2004-10-03 | 1 | -2/+2 |
|
|
* | Clarified documentation about exc_info keyword parameter | Vinay Sajip | 2004-10-03 | 1 | -4/+8 |
|
|
* | Read the text files to be compared in universal-newline mode. | Tim Peters | 2004-10-03 | 3 | -4/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-03 | 1 | -1/+1 |
|
|
* | added plistlib news item | Just van Rossum | 2004-10-03 | 1 | -1/+3 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 4 | -21/+78 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 3 | -7/+24 |
|
|
* | typo | Michael W. Hudson | 2004-10-03 | 1 | -1/+1 |
|
|
* | Print verbose messages to stderr. Fixes #1036752. | Martin v. Löwis | 2004-10-03 | 1 | -1/+2 |
|
|
* | remove rotor module | Andrew MacIntyre | 2004-10-03 | 1 | -2/+0 |
|
|
* | note module removals, update on BitTorrent issue | Andrew MacIntyre | 2004-10-03 | 1 | -9/+11 |
|
|
* | bring modules up to date, correct .DEF file version | Andrew MacIntyre | 2004-10-03 | 3 | -166/+178 |
|
|
* | Fix test for FeedParser results. | Barry Warsaw | 2004-10-03 | 1 | -2/+2 |
|
|
* | Blarg, fix the versions. | Barry Warsaw | 2004-10-03 | 1 | -2/+2 |
|
|
* | Updates for distutils package. | Barry Warsaw | 2004-10-03 | 1 | -36/+8 |
|
|
* | Add documentation about as_string() mangling From_ lines. | Barry Warsaw | 2004-10-03 | 1 | -3/+4 |
|
|
* | as_string(): Indicate that this mangles From_ lines. | Barry Warsaw | 2004-10-03 | 1 | -1/+2 |
|
|
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 32 | -452/+438 |
|
|
* | removed 2.2 support | Just van Rossum | 2004-10-02 | 1 | -74/+3 |
|
|
* | use new readPlist() and writePlist() functions | Just van Rossum | 2004-10-02 | 1 | -7/+7 |
|
|
* | Upon insertion, if memory runs out, the deque was left in a corrupted state. | Armin Rigo | 2004-10-02 | 2 | -34/+43 |
|
|
* | SF bug#1038917 fix typos (Contributed by George Yoshida.) | Raymond Hettinger | 2004-10-02 | 5 | -5/+5 |
|
|
* | Replace structure member before decreffing. | Raymond Hettinger | 2004-10-02 | 1 | -1/+3 |
|
|
* | Which reminds me, I've had a much improved plistlib.py lying around for | Just van Rossum | 2004-10-02 | 1 | -85/+113 |
|
|
* | * Bulletproof the method for detecting mutations during iteration. | Raymond Hettinger | 2004-10-02 | 1 | -18/+32 |
|
|