- 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
- 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 16 years ago
- 86fe876 Remove redundant import of tkinter. by R. David Murray · 16 years ago
- c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 16 years ago
- 42a40c5 Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows. by Kristján Valur Jónsson · 16 years ago
- e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
- e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 16 years ago
- e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 16 years ago
- 6af6d26 Merged revisions 70930 via svnmerge from by R. David Murray · 16 years ago
- a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
- a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 16 years ago
- 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 16 years ago
- f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 16 years ago
- 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
- 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 16 years ago
- f8d0085 merge 70783 to py3k by Jesse Noller · 16 years ago
- 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 16 years ago
- 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 16 years ago
- eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
- 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 16 years ago
- c5d28a0 Merge 70717 to 30maint by Jesse Noller · 16 years ago
- ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
- 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
- 5550365 Fix test_subprocess so that it works when launched from another directory than by Antoine Pitrou · 16 years ago
- 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 16 years ago
- b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 16 years ago
- fd12f49 Port r70672 to py3k. Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 16 years ago
- e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
- 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 16 years ago
- 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 16 years ago
- 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 16 years ago
- 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 16 years ago
- b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 16 years ago
- 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 16 years ago
- 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 16 years ago
- 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 16 years ago
- a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
- 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 16 years ago
- 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 16 years ago
- 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
- 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 16 years ago
- ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 16 years ago
- b487e63 stringio doesn't have an encoding by Benjamin Peterson · 16 years ago
- dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 16 years ago
- 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 16 years ago
- ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 16 years ago
- 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 16 years ago
- 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 16 years ago
- a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 16 years ago
- 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 16 years ago
- 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 16 years ago
- 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
- 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
- c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
- ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 16 years ago
- 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 16 years ago
- 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
- 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 16 years ago
- 9b78925 Merged revisions 70193 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 5fd871d rename by Benjamin Peterson · 16 years ago
- 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 16 years ago
- 8954cd3 Fix for issue #5408. This only enables test_osx_env when the current build by Ronald Oussoren · 16 years ago
- 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 16 years ago
- 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
- b212157 Additional test for __reduce__. by Raymond Hettinger · 16 years ago
- 5b26fb5 Add another test. by Raymond Hettinger · 16 years ago
- b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 16 years ago
- f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
- 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
- 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
- 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 16 years ago
- eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 16 years ago
- 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
- 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
- 4b06819 fix None errno #5312 by Benjamin Peterson · 16 years ago
- 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
- 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
- cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
- d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
- f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
- 15a4950 Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
- 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- d6280f4 Add GC support to count() objects. by Raymond Hettinger · 16 years ago
- 130786f Merged revisions 69617 via svnmerge from by Benjamin Peterson · 16 years ago
- 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
- 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 17 years ago
- c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 17 years ago
- f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 17 years ago
- c28ad27 Issue 4998: restore utility of __slots__ on Fraction. (forward merge of r68813). by Mark Dickinson · 17 years ago
- 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 17 years ago
- de09acf One more test. by Raymond Hettinger · 17 years ago