2005-08-30 |
Neal Norwitz | SF #1275796, fix distutils typo "sortcut" -> "shortcut" |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andrew M. Kuchling | Add to-do list |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andrew M. Kuchling | Remove rexec howto; it's kind of pointless now |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andrew M. Kuchling | Commit the howto source to the main Python repository... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Brett Cannon | Fix logic error introduced in last commit. Also add... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Andrew M. Kuchling | Add missing \end, noted by George Yoshida |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Brett Cannon | fix bug where str.find() was being misused where __cont... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Andrew M. Kuchling | Write section on PEP 342 |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Georg Brandl | patch [ 1274550 ] libtarfile.tex: external URL changed |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Georg Brandl | patch [ 1274630 ] documentation fixes |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Georg Brandl | patch [ 1274630 ] documentation fixes |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Martin v. Löwis | Patch #1168594: set sizes of non-regular files to zero... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Tim Peters | Whitespace normalization (via reindent.py). |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Tim Peters | testSeekBackwardsFromEnd(): Repair obvious syntax... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | Add list() around xreadlines() |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | __new__ is a static method |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | patch [ 810023 ] Fix for off-by-one bug in urllib.URLop... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Raymond Hettinger | SF bug #1072182: bad arg type to isspace in struct... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | patch [ 756021 ] Allow socket.inet_aton("255.255.255... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Georg Brandl | Disallow keyword arguments for type constructors that... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | bug [ 1248199 ] shelve .sync operation not documented |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | bug [ 1262320 ] minidom.py alternate newl support is... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | bug [ 1262320 ] minidom.py alternate newl support is... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | bug [ 1261229 ] __new__ is class method |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | Minor spelling nit. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | Correcting my last BZ2 entry. Adding one for #1215928. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | Once upon a time, I used to know TeX... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Martin v. Löwis | Make IDNA return an empty string when the input is... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Georg Brandl | Correct test suite for #848017. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Martin v. Löwis | Patch #1160164: Use ReleaseItanium for zlib build. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | patch #848017: make Cookie more RFC-compliant. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | Bug #735248: Fix urllib2.parse_http_list. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | Add findnocoding.py and pysource.py. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | Bug 1016563: Bug in urllib2 proxy auth |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | Patch [ 784089 ] A program to scan python files and... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Patch #1167716: Support Unicode filenames in mkpath... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | Correct names of sha modules. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | patch [ 1141428 ] more __contains__ tests |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | [ 1113421 ] New tutorial tests in test_generators.py |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Forward UnicodeDecodeError into SyntaxError for source... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Return complete lines from codec stream readers |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 1192315 ] 'clear -1' in pdb |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 1190204 ] 3.29 site is confusing re site-packages... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 1193849 ] os.path.expanduser documentation wrt... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 728515 ] mmap's resize method resizes the file... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | SF bug #1100368: Wrong "type()" syntax in docs |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Revert previous checkin. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Patch #1262036: Make tarfile name absolute. Fixes ... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | Update the PC configuration and project files for sha25... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | * Add a fast equality check path for frozensets where... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Gregory P.... | Remove the C99 "ULL" suffix from the 64bit unsigned... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Gregory P.... | Add a check for the OpenSSL version number to condition... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Raymond Hettinger | More tutorial nits. |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Raymond Hettinger | SF bug #1168135: Python 2.5a0 Tutorial errors and... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Raymond Hettinger | SF bug #1168135: Python 2.5a0 Tutorial errors and... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Andrew M. Kuchling | In an e-mail to the webmaster alias, some suggested... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Fred Drake | ord() documentation update; this is what remains applic... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Fred Drake | add note about "markupbase" not being intended for... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Kurt B. Kaiser | Revert previous code elimination, 'filename' is needed. |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Kurt B. Kaiser | 1. Mac line endings were incorrect when pasting code... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Andrew M. Kuchling | Note various items; write some shorter sections |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Georg Brandl | bug [ 1266296 ] Mistakes in decimal.Context.subtract... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Gregory P.... | whoops, missed adding this last night in my hashlib... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Georg Brandl | Bug #1266283: lexists() is not exported from os.path |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Gregory P.... | [ sf.net patch # 1121611 ] |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Georg Brandl | Fix BZ2File.(x)readlines() for files without a newline. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1168135: Python 2.5a0 Tutorial errors and... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Georg Brandl | Empty sets and frozensets are also false. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1121416: zip incorrectly and incompletely... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1249837: container methods raise KeyError... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1242657: list(obj) can swallow KeyboardInterrupt |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Georg Brandl | Mention explicitly the False is considered false. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | Fix PySet_Pop() notes. |
commit | commitdiff | tree | snapshot |
2005-08-20 |
Raymond Hettinger | Add info about the set API. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Raymond Hettinger | Implement random.sample() using sets instead of dicts. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Walter Dörwald | Fix typo (fixes SF bug #1263086). |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Add shortcuts for a|a and a&a. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Expand the API notes. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Note that the PyNumber protocol can access most set... |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Fix nits. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Results of a line-by-line comparison back to dictobject.c. |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Raymond Hettinger | Numerous fix-ups to C API and docs. Added tests for... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Raymond Hettinger | DECREF --> XDECREF |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Raymond Hettinger | Add a C API for sets and frozensets. |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Barry Warsaw | Port from the Python 2.4 branch, patches for SF bug... |
commit | commitdiff | tree | snapshot |
2005-08-14 |
Martin v. Löwis | Correct definition of ST_GEN_IDX. |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Raymond Hettinger | More function re-ordering (placing like functions toget... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Raymond Hettinger | * Bring lookkey() and lookkey_string() closer to dict... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Phillip J. Eby | Fix a too-aggressive assert (see SF#1257960). Previous... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Raymond Hettinger | Teach the sets module to correctly compute s-=s and... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Neil Schemenauer | Fix pystack command. |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Raymond Hettinger | * Fix SF #1257731. Make __contains__(), remove(),... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Raymond Hettinger | * Fix SF #1257731. Make __contains__(), remove(),... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Neil Schemenauer | Change the %s format specifier for str objects so that... |
commit | commitdiff | tree | snapshot |
next |