2005-01-19 |
Fred Drake | documentation for the zipimport module using contribute... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | Description of args to IMAP4.store() in imaplib |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | Clean up discussion of new C thread idiom |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | fix a bunch of spelling errors |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | remove spurious line from widget variables example |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Kurt B. Kaiser | 1. Polish tabbing code. |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michael W.... | Change the name of the macro used by --with-tsc builds... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michael W.... | tweaks, small updates |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michael W.... | -X died some time ago; remove a tiny bit of associated... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Kurt B. Kaiser | If an extension can't be loaded, print warning and... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Andrew MacIntyre | make thread stack size compile-time tunable on OS/2... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Andrew MacIntyre | make thread stack size compile-time tunable on OS/2 |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Skip Montanaro | Document the reconvert module. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Skip Montanaro | allow triple-quoted string output from reconvert.quote() |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Johannes Gijsbers | Patch #1100140: improved smtp connect debugging |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Martin v. Löwis | Default stat_float_times to true. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Martin v. Löwis | Added SEEK_* constants. Fixes #711830. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Guido van Rossum | Use descriptors. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Guido van Rossum | Use decorators. |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Guido van Rossum | Use decorators. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Tim Peters | Gave the new datetime.strptime() a versionadded blurb. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Andrew McNamara | Moved reader \r and \n processing from the iterator... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Vinay Sajip | Improved SysLogHandler error recovery (patch by Erik... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Skip Montanaro | Add strptime() constructor to datetime class. Thanks... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Fred Drake | remove unused variable |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Many updates to csv module doco. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Improve wording of parser error message. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Add counting of source iterator lines to the reader... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | When quoting=QUOTE_NONNUMERIC, the reader now casts... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Fix logic problem in quoting=csv.QUOTE_ALL, quotechar... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | When using QUOTE_NONNUMERIC, we now test for "numericne... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Rename csv.set_field_limit to csv.field_size_limit... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Add news about csv module updates. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Improve test coverage fractionally. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Andrew McNamara | Add belt and braces check of PyString_AsString return. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Kurt B. Kaiser | Improve error handling when .idlerc can't be created. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Raymond Hettinger | Add duck-typing to the glossary. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Raymond Hettinger | SF bug #1099516: tempfile files not types.FileType |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Andrew McNamara | Set an upper limit on the size of the field buffer... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Andrew McNamara | Now that internal dialect type is immutable, and the... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Raymond Hettinger | SF 1098985: set objects cannot be marshalled |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Andrew McNamara | Replace python-coded validation of csv dialect with... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Andrew McNamara | No longer attempt to instantiate python classes describ... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Andrew McNamara | Allow dialect-describing keywords to be supplied to... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Andrew McNamara | Factor out the code for making a dialect instance. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Only set error string when dict lookup found no matchin... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | When parsing args that return a single character, treat... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Where a string is desired, test for PyBaseString_Type... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Walter Dörwald | Fix and test for SF bug #1098990: codec readline()... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Johannes Gijsbers | Bug #489256: remove out of date and out of place profil... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Add missing PyObject_GC_Track and PyObject_GC_UnTrack... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Fix parsing of csv files with escapes (escape character... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Patch #712317: In URLs such as http://www.example.com... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Patch #1095362: replace hardcoded test for POST/GET... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Move code in __name__ == '__main__' block into main... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Patch #1051321 (fixes bugs 1010196, 1013525), by Mike... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Bug #1098497: various small typo's, grammar and markup... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Skip Montanaro | comment tweak |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Skip Montanaro | Add definitions for "up" and "down" commands that print... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #936774: unify the display of data descriptors... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Replace rfc822.parseaddr with email.Utils.parseaddr... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #1079734: remove dependencies on (deprecated... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Clean up tests by reusing functions from other modules: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #943206: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #1094015: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Tim Peters | threading._DummyThread.__init__(): document obscure... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Tim Peters | Converted to a unittest. Added checks that the bounded... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Brett Cannon | In _DummyThread objects the lock stored in __block... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | Remove test for BINARY_DIVIDE. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Armin Rigo | Re-running python with/without the -Qnew flag uses... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Andrew M. Kuchling | [Bug 1083177] Describe signal() change; add a link |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Allow relative URLs for included databases and packages. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Patch #1097739 by Bob Ippolito: |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Oops, there was a tab in there. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Workaround for the fact that urllib2 doesn't default... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | SF #75103: imghdr -- identify JPEGs in EXIF format |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Andrew McNamara | Fix to use PEP7 brace style. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Andrew McNamara | Improved the implementation of the internal "dialect... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | SF patch 1094011: Docs for file() vs open(). |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Facundo Batista | Added example to os.stat() |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | SF bug #1091740: garbage collector still documented... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Andrew McNamara | Delete Reader_getiter and replace with PyObject_SelfIter. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add two missing items |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add descriptions of exported data attributes |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | describe reset() |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add a couple missing items |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add a couple missing docstrings |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Raymond Hettinger | Clarify that DictMixin is still useful. Only the UserD... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Jack Jansen | - Added an "installer" flavor, which uses the "open... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Raymond Hettinger | Removed unused line. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Raymond Hettinger | Removed unused line. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Brett Cannon | Since it is a possibility that LDFLAGS or CPPFLAGS... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Raymond Hettinger | Teach the peephole optimizer to fold simple constant... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jack Jansen | Create the wrapper scripts for gcc/g++ too. |
commit | commitdiff | tree | snapshot |
next |