| Commit message (Expand) | Author | Age | Files | Lines |
* | patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. | Georg Brandl | 2005-08-03 | 1 | -0/+3 |
|
|
* | [ 1243192 ] Incorrect documentation of re.UNICODE | Georg Brandl | 2005-08-02 | 1 | -0/+2 |
|
|
* | Revised the set() and frozenset() implementaion to use its own internal | Raymond Hettinger | 2005-07-31 | 1 | -0/+4 |
|
|
* | This is barry-scott's patch: | Michael W. Hudson | 2005-07-27 | 1 | -0/+4 |
|
|
* | Ouch, move that comment to the right place. | Guido van Rossum | 2005-07-27 | 1 | -4/+4 |
|
|
* | Fix a problem in Tkinter introduced by SF patch #869468 (checked in as | Guido van Rossum | 2005-07-26 | 1 | -0/+4 |
|
|
* | Upgrade Windows build to zlib 1.2.3 (a security fix) | Trent Mick | 2005-07-26 | 1 | -0/+3 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | added news entry for previous checkin | Georg Brandl | 2005-07-18 | 1 | -0/+2 |
|
|
* | SF bug #1238681: freed pointer is used in longobject.c:long_pow(). | Tim Peters | 2005-07-17 | 1 | -0/+2 |
|
|
* | - Bug #1015140: disambiguated the term "article id" in nntplib docs and | Georg Brandl | 2005-07-17 | 1 | -0/+3 |
|
|
* | Add support for FreeBSD 7. | Hye-Shik Chang | 2005-07-17 | 1 | -0/+5 |
|
|
* | bug [ 1238170 ] threading.Thread uses {} as default argument | Georg Brandl | 2005-07-15 | 1 | -0/+3 |
|
|
* | textwrap now processes text chucks at O(n) speed instead of O(n**2). | Raymond Hettinger | 2005-07-15 | 1 | -0/+3 |
|
|
* | RFE [ 1216944 ] Add Error Code Dictionary to urllib2 | Georg Brandl | 2005-07-14 | 1 | -0/+3 |
|
|
* | Fix: | Michael W. Hudson | 2005-07-12 | 1 | -0/+3 |
|
|
* | SF bug 1185883: PyObject_Realloc can't safely take over a block currently | Tim Peters | 2005-07-10 | 1 | -8/+17 |
|
|
* | bug [ 1234979 ] Lock.acquire treats only 1 as True | Georg Brandl | 2005-07-08 | 1 | -0/+3 |
|
|
* | Fix bug | Michael W. Hudson | 2005-07-05 | 1 | -0/+3 |
|
|
* | bug #1177468: don't cache /dev/urandom file descriptor in os.urandom | Georg Brandl | 2005-07-04 | 1 | -0/+3 |
|
|
* | SF bug #1224347: int/long unification and hex() | Raymond Hettinger | 2005-06-29 | 1 | -0/+3 |
|
|
* | - Bug #839151: Fix an attempt to access sys.argv in the warnings module | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
|
|
* | - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. | Georg Brandl | 2005-06-26 | 1 | -0/+2 |
|
|
* | - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
|
|
* | Add NEWS entries for bugs closed at Bug Day. | Georg Brandl | 2005-06-26 | 1 | -0/+12 |
|
|
* | NEWS entry for last bugfix | Georg Brandl | 2005-06-25 | 1 | -0/+3 |
|
|
* | SF bug #1224621: tokenize module does not detect inconsistent dedents | Raymond Hettinger | 2005-06-21 | 1 | -0/+3 |
|
|
* | Fix bug: | Michael W. Hudson | 2005-06-20 | 1 | -0/+6 |
|
|
* | Add untokenize() function to allow full round-trip tokenization. | Raymond Hettinger | 2005-06-10 | 1 | -0/+5 |
|
|
* | Bug #1196315: fix weakref.WeakValueDictionary constructor. | Georg Brandl | 2005-06-04 | 1 | -0/+2 |
|
|
* | Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. | Georg Brandl | 2005-06-03 | 1 | -0/+2 |
|
|
* | This is my patch: | Michael W. Hudson | 2005-06-03 | 1 | -0/+3 |
|
|
* | Bug #1213894: os.path.realpath didn't resolve symlinks that were the first | Georg Brandl | 2005-06-03 | 1 | -0/+3 |
|
|
* | Patch #1212117: Add optional attribute st_flags to os.stat_result | Hye-Shik Chang | 2005-06-02 | 1 | -0/+3 |
|
|
* | NEWS entry for the patch I checked in last week. | Michael W. Hudson | 2005-06-01 | 1 | -0/+4 |
|
|
* | Disallow opening files with modes 'aU' or 'wU' as specified by PEP | Skip Montanaro | 2005-05-20 | 1 | -0/+3 |
|
|
* | Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. | Skip Montanaro | 2005-05-16 | 1 | -0/+3 |
|
|
* | Add better datetime support to xmlrpclib module. Closes patch #1120353. | Skip Montanaro | 2005-05-14 | 1 | -0/+5 |
|
|
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 1 | -0/+8 |
|
|
* | Make parse_makefile fallback to environment variables if nothing is | Martin v. Löwis | 2005-04-25 | 1 | -1/+1 |
|
|
* | Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant | Brett Cannon | 2005-04-24 | 1 | -0/+5 |
|
|
* | If the data read from the bytestream in readline() ends in a '\r' read one more | Walter Dörwald | 2005-04-21 | 1 | -0/+6 |
|
|
* | As per discussion on python-dev, descriptors defined in C with a NULL setter | Barry Warsaw | 2005-04-19 | 1 | -0/+5 |
|
|
* | Fix: | Michael W. Hudson | 2005-04-18 | 1 | -0/+6 |
|
|
* | Patch #1177597: Fix various bugs in Demo/classes/Complex.py. | Martin v. Löwis | 2005-04-09 | 1 | -0/+1 |
|
|
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 | 1 | -1/+3 |
|
|
* | In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, | Michael W. Hudson | 2005-04-07 | 1 | -0/+3 |
|
|
* | Since PyPI only accepts UTF-8 encoded data now, make sure that the data is | Walter Dörwald | 2005-03-31 | 1 | -0/+3 |
|
|
* | NEWS entries for the bugs I fixed yesterday. | Michael W. Hudson | 2005-03-31 | 1 | -0/+6 |
|
|