2008-09-03 |
Benjamin Peterson | Merged revisions 66176 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Benjamin Peterson | update 2to3 script from 2to3 trunk |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Benjamin Peterson | Merged revisions 66173 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Amaury Forgeot... | Issue 2975: when compiling multiple extension modules... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Amaury Forgeot... | Attempt to correct the build files for the Microsoft... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Amaury Forgeot... | Use vs9to8.py to refresh the Visual Studio 2005 build... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Hirokazu Yamamoto | Issue #3759: test_asyncore.py leaked handle. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Andrew M. Kuchling | Add e-mail address |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Andrew M. Kuchling | Clarify example; add imports |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Marc-André... | Add news item for #3719. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Marc-André... | Add quotes around the file name to avoid issues with... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Nick Coghlan | Issue 3747: Fix caching in ABCMeta.__subclasscheck__... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Mark Summerfield | a typo |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Gregory P.... | Issue #3708: os.urandom no longer goes into an infinite... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Gregory P.... | Issue #3678: Correctly pass LDFLAGS and LDLAST to the... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Jesus Cea | Improve compatibility with Python3.0 testsuite |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Andrew M. Kuchling | typo fix |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Brett Cannon | Move test.test_support.catch_warning() to the warnings... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Andrew M. Kuchling | Describe the __hash__ changes |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Benjamin Peterson | remove py3k warnings about the threading api; update... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Jesus Cea | In Python3.0, "test.test_support" is renamed to "test... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Amaury Forgeot... | Issue #3751: str.rpartition would perform a left-partit... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Vinay Sajip | Bug #3738: Documentation is now more accurate in descri... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Benjamin Peterson | Merged revisions 65887,65889,65967-65968,65981 via... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Benjamin Peterson | revert r66114 for Jesse |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Jesse Noller | Submit Nick's patch for issue 3589, reviewed by jnoller |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Vinay Sajip | Added section about configuring logging in a library... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Vinay Sajip | logging: fixed lack of use of encoding attribute specif... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Hirokazu Yamamoto | Issue #3748: platform.architecture() printed vogus... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Vinay Sajip | logging: fixed lack of use of encoding attribute specif... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Hirokazu Yamamoto | Issue #3732: Backported r53335 to supress deprecation... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Benjamin Peterson | Fix compilation when --without-threads is given #3683 |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Georg Brandl | #3749: fix c'n'p errors. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Benjamin Peterson | #3703 unhelpful _fileio.FileIO error message when tryin... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Gregory P.... | issue3715: docstring representation of hex escaped... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Andrew M. Kuchling | Update patch/bug count |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Andrew M. Kuchling | Last batch of edits; remove the 'other changes' section |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Andrew M. Kuchling | Edit the library section, rearranging items to flow... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Jesus Cea | Update bsddb code to version 4.7.3pre2. This code should |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Nick Coghlan | Issue 2235: document the ability to block inheritance... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Andrew M. Kuchling | More edits |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Andrew M. Kuchling | More edits; markup fixes |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Georg Brandl | #3707: fix inf. recursion in pydoc topic search. Rev... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Andrew M. Kuchling | Edit four more sections |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Andrew M. Kuchling | Correction from Antoine Pitrou: BufferedWriter and... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Andrew M. Kuchling | Tidy up some sentences |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Andrew M. Kuchling | Partial edits from revision and tidying pass |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Georg Brandl | super() actually returns a super object. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Georg Brandl | #3569: eval() also accepts "exec"able code objects. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Georg Brandl | #3716: fix typo. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Georg Brandl | #3730: mention "server" attribute explicitly. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Armin Rigo | A collection of crashers, all variants of the idea |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Antoine Pitrou | #3668: When PyArg_ParseTuple correctly parses a s*... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Georg Brandl | #3711: .dll isn't a valid Python extension anymore. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Andrew M. Kuchling | Add an item and a note |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Andrew M. Kuchling | Trim whitespace; add a few updates |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Antoine Pitrou | Issue #2534: speed up isinstance() and issubclass(... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Benjamin Peterson | sort of backport 66038 by aliasing PyObject_Bytes to... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Neal Norwitz | Try to reduce the flakiness of this test |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Neal Norwitz | Use bytes as return type from recv_bytes() methods... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Neal Norwitz | Fix problem reported by pychecker where AuthenticationE... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Brett Cannon | Clarify that some attributes/methods are listed somewha... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Neal Norwitz | #3662: Fix segfault introduced when fixing memory leaks. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Peterson | remove note about unimplemented feature |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Georg Brandl | #3654: fix duplicate test method name. Review by Benjam... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Benjamin Peterson | generate py3k warnings on __getslice__, __delslice__... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Neal Norwitz | Use the actual blacklist of leaky tests |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Neal Norwitz | Ignore a couple more tests that report leaks inconsiste... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Neal Norwitz | Fix: |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Benjamin Peterson | fix warning |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Benjamin Peterson | #3643 add a few more checks to _testcapi to prevent... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Georg Brandl | Small updates to types member docs, backport from r65994. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Mark Hammond | Fix bug 3625: test issues on 64bit windows. r=pitrou |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Christian Heimes | d is the correct format string |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Benjamin Peterson | fix a few get_name() calls and turn then to .name |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Christian Heimes | Fixed two format strings in the _collections module... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Christian Heimes | Silenced a compiler warning in the sqlite module |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Christian Heimes | Silenced compiler warning |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Christian Heimes | Changed type of numarenas from uint to size_t to silenc... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Robert Schuppenies | Issue #1342811: Fixed broken patch. Reviewed by benjami... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Mark Dickinson | issue 3633: Solaris allows fullwidth Unicode digits... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Mark Dickinson | Fix float.fromhex test to give additional information... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Barry Warsaw | done with the release |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Barry Warsaw | Tagging 2.6b3 |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Barry Warsaw | Bump to 2.6b3. v2.6b3 |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Hirokazu Yamamoto | Reverted r65900. See http://mail.python.org/pipermail... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Guido van Rossum | News for the tp_flags change. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Guido van Rossum | News for the imageop fix. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Benjamin Peterson | fix up the multiprocessing docs a little |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Hirokazu Yamamoto | Issue #3612: Added some missing basic types in ctypes... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Hirokazu Yamamoto | fixed get_file_system in test_os.py ('path' is unicode... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Benjamin Peterson | fix silly errors of mine |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Benjamin Peterson | newSymbolTable is not public API |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Benjamin Peterson | deprecate some useless, noop methods in symtable |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Benjamin Peterson | add a NEWS note for new args syntax |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Amaury Forgeot... | follow-up of issue3473: update the compiler package... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Benjamin Peterson | check that the parser module can handle the new keyword... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Benjamin Peterson | Merged revisions 65876 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |