2009-01-17 |
Mark Dickinson | Fix a few more references to long integers in the docs. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Issue #4910, patch 3/3: rename nb_long to nb_reserved |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Mark Dickinson | Remove a couple of references to long in the c-api... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Benjamin Peterson | fix inspect.formatargspec on functions with keyword... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Antoine Pitrou | Make test_io faster |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mark Dickinson | Define PY_SSIZE_T_CLEAN at the top of the dbm module... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Benjamin Peterson | Merged revisions 68450,68480-68481,68493,68495,68501... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Benjamin Peterson | remove duplicate definition of PyExc_BufferError #4950 |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mark Dickinson | Issue 4910, patch 2 of (probably) 3: pave the way for... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mark Dickinson | Merged revisions 68611-68613 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Raymond Hettinger | Issue #1696199: Add collections.Counter(). |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Amaury Forgeot... | Blocked revisions 68592 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Antoine Pitrou | Blocked revisions 68589 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | encoding returns bytes objects |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Antoine Pitrou | Issue #4935: The overflow checking code in the expandta... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | Blocked revisions 68579-68580,68584 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | de-spacify |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | make bytearrayobject.o depend on the stringlib headers... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Benjamin Peterson | Merged revisions 68425,68461,68498 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Amaury Forgeot... | Merged revisions 68560 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Mark Dickinson | Issue #4910 (1st patch of a series): fix int() and... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Martin v. Löwis | Merged revisions 68455,68476,68542 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Martin v. Löwis | Merged revisions 68540 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Gregory P.... | Fixes issue #3826 and #4791: |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Benjamin Peterson | remove docs for PyBytes_Format #4917 |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Antoine Pitrou | Issue #4916: fix little-endian UTF-16 decoding bug... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Benjamin Peterson | Merged revisions 68381 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Mark Dickinson | Remove __long__ methods from UserString and from Demo... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Martin v. Löwis | Merged revisions 68527 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Martin v. Löwis | Merged revisions 68523 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | ricos isn't supported |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | fix syntax in ctypes.util |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Mark Dickinson | Issue #4910: replace "long" with "int" in docstring... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Corrected minor typo and added .currentmodule directive... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Mark Dickinson | Merged revisions 68499 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Merged revisions 68496 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | Blocked revisions 68487 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Matthias Klose | Merge r68487 from svn+ssh://pythondev@svn.python.org... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | fix typo #4904 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Merged revisions 68484-68485 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Antoine Pitrou | Issue #4868: utf-8, utf-16 and latin1 decoding are... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Corrected an incorrect self-reference. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vinay Sajip | Minor documentation changes relating to NullHandler... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Fixed 2to3 issue on tix module. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Commit miss. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Hirokazu Yamamoto | Merged revisions 68468-68470 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Benjamin Peterson | Unblocked revisions 68425 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Merged revisions 68462 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Fix bug introduced in r68451: stdio must always be... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Issue #4604: Some objects of the I/O library could... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Buglet: fix unittest.main() |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Antoine Pitrou | Issue #4705: Fix the -u ("unbuffered binary stdout... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Hirokazu Yamamoto | Blocked revisions 68439 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Hirokazu Yamamoto | Merged revisions 68435 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | Merged revisions 68167,68276,68292-68293,68344 via... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Raymond Hettinger | Reduce the size of the _PyLong_DigitValue table. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | Merged revisions 67985 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | Blocked revisions 68243,68395,68432 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | Blocked revisions 68424-68426,68429-68430 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Benjamin Peterson | Merged revisions 68288-68291,68325-68326,68338,68388... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Tarek Ziadé | Merged revisions 68415 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Antoine Pitrou | Issue #4751: hashlib now releases the GIL when hashing... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Raymond Hettinger | Merge in r68394 fixing itertools.permutations() and... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Thomas Heller | Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Mark Dickinson | Merged revisions 68378 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Hirokazu Yamamoto | Merged revisions 68373 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Antoine Pitrou | Merged revisions 68360-68361 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Raymond Hettinger | Mini-optimization: use pack/unpack functions for argume... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Mark Dickinson | Merged revisions 68312 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Mark Dickinson | Merged revisions 68311 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Georg Brandl | #4614: document PyModule_Create and PyModuleDef struct. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Antoine Pitrou | Merged revisions 68319 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Merged revisions 68317-68318 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Merged revisions 68314 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Antoine Pitrou | Buglet: restore functioning of gzip as an executable... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Benjamin Peterson | fix a lot of Tkinter imports |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Merged revisions 68304 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Merged revisions 68302 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Benjamin Peterson | #4826 exec() doesn't take a file object anymore |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Mark Dickinson | Merged revisions 68296,68299 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Georg Brandl | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Antoine Pitrou | test_urllib would set environment variable NO_PROXY... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Blocked revisions 68179,68208-68209,68238,68240 via... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Merged revisions 68162,68166,68171,68176,68195-68196... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Blocked revisions 68150,68156,68158-68161,68163 via... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Merged revisions 68112,68115,68120,68133,68141-68142... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Guilherme Polo | Forgot to remove no longer needed code since r68237 |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Manually merge r68096,68189 from 3.0 branch. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Guilherme Polo | Fix for issue #3638: Remove module level functions... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Guilherme Polo | Blocked revisions 68231 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Fix a few remaining problems found by rstlint. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Merged revisions 68222 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Merged revisions 68221 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Blocked revisions 68220 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Merged revisions 68219 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Georg Brandl | Merged revisions 68214-68215,68217-68218 via svnmerge... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Antoine Pitrou | Fix BytesWarning with -bb in wsgiref.headers.Headers. |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Antoine Pitrou | Issue #4822: fix messy indentation in memoryobject... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Raymond Hettinger | Issue 4796: Add from_float methods to the decimal module. |
commit | commitdiff | tree | snapshot |
next |