2004-08-02 |
Andrew M. Kuchling | Use isabs() in conditional, not abspath |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Michael W.... | Fix for the unfortunate fact that PyDict_GetItem and... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Andrew M. Kuchling | Add PEP318 |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Michael W.... | Any call to insort_{left,right} with a non-list leaked... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Michael W.... | Add a missing decref. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Michael W.... | for some reason, the lack of adherence to Python's... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Andrew M. Kuchling | Add import change; add empty section for function decor... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Andrew M. Kuchling | Update item |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Anthony Baxter | and a unit test for the staticmethod-of-a-non-method... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Anthony Baxter | fix for @decorators under a debug build. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Raymond Hettinger | Fix doubled word. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Raymond Hettinger | Completed the patch for Bug #215126. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Anthony Baxter | notes for @decorator |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Anthony Baxter | PEP-0318, @decorator-style. In Guido's words: |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | Completed a sentence I left dangling. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | Removed reliance on damaged module object appearing... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | New tests: |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | Removed no-longer-needed convolutions to recover from... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | PyImport_ExecCodeModuleEx(): remove module from sys... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | "Core" and "C API" news about new semantics for failing... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Tim Peters | PyImport_ImportModule, PyImport_ImportModuleEx, PyImpor... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tim Peters | lock_held() docs: Use True/False instead of 1/0. ... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Neal Norwitz | Fix SF #1001053, wave.open() with unicode filename... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Neal Norwitz | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Neal Norwitz | SF bug #1001088, incorrect reference to macro named foo |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tim Peters | list_ass_slice(): Document the obscure new intent... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tim Peters | Be more careful about reverting mutuations to system... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Greg Ward | Mention upgrade of optparse to Optik 1.5a1. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Greg Ward | Upgrade optparse module and tests to Optik 1.5a1: |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tim Peters | list_ass_slice(): The difference between "recycle... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tim Peters | Armin asked for a list_ass_slice review in his checkin... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Tim Peters | Repair typo in docstring. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Fred Drake | re-wrap paragraphs containing long lines |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Fred Drake | - document the termination condition for cmd.Cmd.cmdloop() |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Martin v. Löwis | Add closing methoddesc. Add versionadded. Rewrap. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Armin Rigo | This is a reorganization of list_ass_slice(). It shoul... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Armin Rigo | What if you call lst.__init__() while it is being sorte... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Raymond Hettinger | * Simplify and speed-up list_resize(). Relying on... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Armin Rigo | * drop the unreasonable list invariant that ob_item... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Armin Rigo | Minor memory leak. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Vinay Sajip | Ignore exceptions which occur when closing files in... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Raymond Hettinger | SF bug #997533: "disjunct" should be "disjoint" |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Tim Peters | Fix obscure breakage (relative to 2.3) in listsort... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Neal Norwitz | SF bug #999776, zlib home page wrong |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Neal Norwitz | SF #998170, fix typo. Backport candidate |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Tim Peters | Document what the members of PyListObject are used... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Tim Peters | PyList_New(): we went to all the trouble of computing... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Skip Montanaro | Add missing doc for Py_True/Py_False. Use the correct... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Thomas Heller | Use PyMODINIT_FUNC. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Marc-André... | New codec: [ 996067 ] hp-roman8 codec |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Marc-André... | Added new codec hp-roman8 submitted as patch [ 996067... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Andrew M. Kuchling | Add new encodings |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Fred Drake | Since build_py handles package data installation, the... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Skip Montanaro | A little boolean music if you please, maestro... (Not... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Hye-Shik Chang | Remove unused source file from Windows project files. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Hye-Shik Chang | Add missing _codecs_iso2022 module of cjkcodecs. I... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Hye-Shik Chang | Remove CJKCodecs implementation of UTF-7 and UTF-8... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Neal Norwitz | Add versionadded info |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Tim Peters | Ack, removed useless import of os I just introduced. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Tim Peters | Added a new fileno() method. ZODB's repozo.py wants... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Martin v. Löwis | Use intptr_t/uintptr_t on Windows |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Martin v. Löwis | Switch arguments to memset (kudos to MSVC C4318 for... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Martin v. Löwis | Properly check for Win64 compilers. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Andrew M. Kuchling | Add an item |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Martin v. Löwis | Patch #995766: Keyword argument support in cPickle. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Martin v. Löwis | Patch #998149: imaplib deleteacl and myrights. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Andrew M. Kuchling | Two typo fixes |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Andrew M. Kuchling | [Bug #997166] Fix example |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Fred Drake | fix information about what flag database files are... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Martin v. Löwis | Patch #962487: Don't crash for empty locale names. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Martin v. Löwis | Patch #605370: Add description[s] for RFC 2980 compliance. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Martin v. Löwis | Patch #995782: Add FreeBSD 5 expectations. Will backpor... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Martin v. Löwis | Patch #997668: Correct explanation of salts. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Tim Peters | Explain that most floats are actually integers. This... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Tim Peters | Typo in new docs. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Tim Peters | SF bugs 996748: os.environ documentation should indica... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Martin v. Löwis | Generate rc[_d].h after linking |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Tim Peters | SF bug 996392: math and cmath docs don't specify radians |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Skip Montanaro | added test for bug #996359. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Skip Montanaro | add missing newlines to read/readline. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Thomas Heller | Factored out a method to determine the final installer... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Thomas Heller | Make the distutils version number the same as the pytho... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Thomas Heller | bdist_wininst does now properly handle unicode strings... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Marc-André... | Add news item for u'%s' change. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Marc-André... | Let u'%s' % obj try obj.__unicode__() first and fallbac... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Thomas Heller | Fix an uncorrect function prototype. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Marc-André... | Remove copyright notices from gencodec.py output. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Tim Peters | A few trivial edits. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Raymond Hettinger | SF bug #995983 and #995987: Documentation nits. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Gustavo Niemeyer | This change implements the following gettext features, as |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tim Peters | SF bug 994255: Py_RETURN_NONE causes too much warnings |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Tim Peters | SF patch 995225: tarfile.py fix for bug #990325 |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Andrew M. Kuchling | [Bug #990524] Fix typo |
commit | commitdiff | tree | snapshot |
next |