2005-02-06 |
Raymond Hettinger | Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Raymond Hettinger | Replace list of constants with tuples of constants. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Raymond Hettinger | Code simplification -- eliminate lookup when value... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Raymond Hettinger | SF patch #1028908 |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Raymond Hettinger | SF patch #1116583: NameError in cookielib domain check |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Jeremy Hylton | Add NEWS item about future parser bug. |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Jeremy Hylton | Fix bug that allowed future statements virtually anywhe... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Walter Dörwald | Add a test for UTF-16 reading where the byte sequence... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Thomas Heller | Recompiled after source changes. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Thomas Heller | Running a bdist_wininst installer, built with Python... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Thomas Heller | Set PYTHONHOME before loading Python, so that sys.path... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Fred Drake | fix XMLFilterBase.resolveEntity() so the caller gets... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Guido van Rossum | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Kurt B. Kaiser | Add config-main.def option to make the 'history' featur... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Steve Holden | Simplify string comparison using startswith() |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Michael W.... | More bug #1077106 stuff, sorry -- modem induced impatiece! |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Michael W.... | Fix |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Kurt B. Kaiser | Removed ability to configure tabs indent from Options... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Johannes Gijsbers | Bug #1108490: fix broken link. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Martin v. Löwis | Revert os.py 1.75, and directly implement update. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Kurt B. Kaiser | Add keybindings for del-word-left and del-word-right. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Brett Cannon | Fixed typo in verbose output. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Martin v. Löwis | Partially revert #1074011; don't try to fflush stdin. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Raymond Hettinger | SF bug #1108303: fix .split() maxsplit doc |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Raymond Hettinger | Do not fold a constant if a large sequence will result. |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Anthony Baxter | happy new year! (on the trunk) |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Raymond Hettinger | SF bug #1105286: Undocumented implicit strip() in... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Neal Norwitz | Put docstring for getspall into same #ifdef block as... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Fred Drake | include each row in the package table, even if there... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Fred Drake | add missing word |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Johannes Gijsbers | shutil.copytree: move copystat call for the directory... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Martin v. Löwis | Flush std{in,out,err} before closing it. Fixes #1074011. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Martin v. Löwis | Patch #579435: Shadow Password Support Module |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Martin v. Löwis | Truncate st_?time before comparing it with ST_?TIME... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Walter Dörwald | Add a slice test with high < low. |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Thomas Heller | distutils/command/install.py change. |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Thomas Heller | Fix [ 1103844 ] fix distutils.install.dump_dirs() with... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | fix typeset of vertical bar for PDF format |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Fred Drake | install distutils.tests on Unix (contributed patch) |
commit | commitdiff | tree | snapshot |
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 |
next |