2004-01-21 |
Skip Montanaro | expand on notion of row object type |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Martin v. Löwis | Add cjkcodecs to build process |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Barry Warsaw | pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improve... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Barry Warsaw | grp_getgrgid(), grp_getgrnam(): Patch # 868499, improve... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Raymond Hettinger | Add a Guido inspired example for groupby(). |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Marc-André... | Add news item about change in encodings search function. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Gustavo Niemeyer | Removing TODO comment for None keys, as suggested by... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Gustavo Niemeyer | When key is None, give up if _DB_get_type() returns... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Gustavo Niemeyer | Fixing #880531: raise TypeError when trying to use... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Marc-André... | Let the default encodings search function lookup aliase... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Marc-André... | Add some more code page aliases needed for completeness. |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Hye-Shik Chang | Fix a typo: s/iso_3022/iso2022/ |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Hye-Shik Chang | Test not the standard utf-8 codec but gb18030 which... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tim Peters | For whatever reason, these files had \r\r\n line ending... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tim Peters | Revert another local change that snuck into a whitespac... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tim Peters | Revert change accidentally checked in as part of a... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Andrew M. Kuchling | Add CJK codecs |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Hye-Shik Chang | Add a news entry for importing of CJK codecs. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Hye-Shik Chang | Add CJK codecs support as discussed on python-dev.... |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | document PEP 11 progress so far. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for SunOS 4. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Martin v. Löwis | More updates for zlib 1.2.1 |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Martin v. Löwis | Update to 1.2.1 for release build too. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for DYNIX, IRIX 4, --with-sgi-dl, -... |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for systems defining __d6_pthread_create. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | remove DGUX support. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for minix. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Fred Drake | - add warning that hotshot doesn't work well with threads |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Fred Drake | minor markup improvements |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Andrew M. Kuchling | Make parameter names in docstring more mnemonic |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Fred Drake | add a note about memory consumption and LaTeX |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Fred Drake | - add comment about $CUSTOM_BUTTONS |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Fred Drake | markup changes |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Gregory P.... | __init__.py: keep it compatible with older python... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Raymond Hettinger | SF Patch #871704: Py_SequenceFast can mask errors |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Andrew M. Kuchling | [Bug #873205] Update URL |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Jack Jansen | More cases of input parameters passed by reference... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Jack Jansen | Added support for APIs in QuickTimeMusic.h. This one... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Sjoerd Mullender | The format of the string data used in the imageop modul... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Jack Jansen | Added support for APIs in MediaHandlers.h. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Jeremy Hylton | Update Windows build to use zlib 1.2.1 |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Andrew M. Kuchling | Fix some digicool addresses I noticed |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Fred Drake | add link to the red-dove.com page about the logging... |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Fred Drake | add new reference macro: \seelink |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Raymond Hettinger | SF bug #872461: list.extend() described as experimental |
commit | commitdiff | tree | snapshot |
2004-01-07 |
Barry Warsaw | __all__: Remove freenet_b64encode and freenet_b64decode. |
commit | commitdiff | tree | snapshot |
2004-01-06 |
Thomas Heller | Add the _bisectmodule.c source file to the pythoncore... |
commit | commitdiff | tree | snapshot |
2004-01-06 |
Mark Hammond | Update information about building bsddb, particularly... |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Raymond Hettinger | SF Patch #864863: Bisect C implementation |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Raymond Hettinger | Small correction to example |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Raymond Hettinger | * Add various updates reflecting the last two weeks... |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Hye-Shik Chang | [SF #866875] Add a specialized routine for one character |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Jack Jansen | Allow passing NULL pointers by passing None. This also... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Show how to re-enable GC during timings. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Hye-Shik Chang | FIx unicodefilename support of posix.uname(). This... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Exercise sorted() where possible |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Apply pre-sizing optimization to a broader class of... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Martin v. Löwis | Bump build number |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Apply map/zip pre-sizing optimization to a broader... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Apply tuple/list pre-sizing optimization to a broader... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Convert return value to boolean. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | SF patch #868736: Disable GC for timeit |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Fix small factual error. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | Update to record .pyd files removed for Python 2.4. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | That's it -- works as well under VC6 as it ever did... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The _tkinter subproject works with VC6 again. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The bz2 subproject works with VC6 again. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The _ssl subproject may <heh> be working w/ VC6 again. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The _bsddb subproject works again under VC6. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | Removed dead text about MS subprojects that no longer... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | Getting closer (but not yet there) to being able to... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | Documentation for new RFC 3548 functions. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | Add note about new base64.py module support for RFC... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | More complete code coverage, including testing the... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | Added more complete RFC 3548 support for Base64, Base32... |
commit | commitdiff | tree | snapshot |
2004-01-03 |
Hye-Shik Chang | Cosmetic fix for wrongly indented tabs with ts=4. |
commit | commitdiff | tree | snapshot |
2004-01-03 |
Jack Jansen | Added interfaces for most of the stuff in QuickTimeComp... |
commit | commitdiff | tree | snapshot |
2004-01-03 |
Tim Peters | Tons of changes to get this closer to being buildable... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Jack Jansen | Added support for ImageCompression.h APIs. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Jack Jansen | Updated for QuickTime 6.0, Universal Header 3.4.2. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Jeremy Hylton | Add comment to mollify Tim. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Move VC6 project files here. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Update build procedure to VC 7.1; make more modules... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Update build procedure to VC 7.1. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Update build procedure to VC 7.1 and newer versions... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Alex Martelli | The script now takes an optional command-line argument... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Andrew M. Kuchling | [Bug #812325 ] tarfile.close() can write out more bytes... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Fred Drake | list the Python Software Foundation on all the documents |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Fred Drake | PythonLabs --> Python Software Foundation |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Kurt B. Kaiser | - Print correct exception even if source file changed... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Andrew M. Kuchling | Use 'input' as variable name, even though it shadows... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Fred Drake | in the section "The interpreter stack": |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Raymond Hettinger | Add sets to list of picklable objects. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Fred Drake | clean up indexing for None, NotImplemented |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Fred Drake | fix reference to File Object documentation |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | SF Patch 681780: Faster commonprefix (OS independent) |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | SF patch #859286: documentation bool change fix |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | * Simplify and speedup logic for tp_print. |
commit | commitdiff | tree | snapshot |
next |