- c17c6d9 Add a reference to the PEP 398 for python 3.3 release schedule by Alexis Metaireau · 14 years ago
- 2c173ba #11985: merge with 3.2. by Ezio Melotti · 14 years ago
- e548f5a #11985: merge with 3.1. by Ezio Melotti · 14 years ago
- f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 14 years ago
- 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 14 years ago
- 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 14 years ago
- 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 14 years ago
- 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 14 years ago
- 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 14 years ago
- afd0117 Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
- 03b8d4e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
- 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 14 years ago
- 5bc7a44 test_math.py: Use correct signs on zeros for expected fmod results. by Mark Dickinson · 14 years ago
- 0cc28b7 Remove an unused import and an unused local definition from test_math.py. by Mark Dickinson · 14 years ago
- e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
- 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
- 4e787ae #11985: merge with 3.2. by Ezio Melotti · 14 years ago
- 5098d44 #11985: merge with 3.1. by Ezio Melotti · 14 years ago
- b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 14 years ago
- 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 14 years ago
- f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 14 years ago
- 441f935 Fix typo in name of private function by Antoine Pitrou · 14 years ago
- b87a56a Fix typo in name of private function by Antoine Pitrou · 14 years ago
- d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 14 years ago
- 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 14 years ago
- 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 14 years ago
- 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 14 years ago
- 334fdee merge by Raymond Hettinger · 14 years ago
- a5ac2ce Backport 3.3 fixes and cleans ups. by Raymond Hettinger · 14 years ago
- 4409493 Relax %Y test. by Alexander Belopolsky · 14 years ago
- 66746cb Removed unused variable by Alexander Belopolsky · 14 years ago
- 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 14 years ago
- 9d8c3b7 dummy merge by Raymond Hettinger · 14 years ago
- 81b9656 Backport code cleanup for namedtuples. by Raymond Hettinger · 14 years ago
- 09a98a9 merge by Alexander Belopolsky · 14 years ago
- 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 14 years ago
- 72c53b5 cleanup signalmodule.c: use PyModule_AddIntMacro() by Victor Stinner · 14 years ago
- 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
- cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
- 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 14 years ago
- 314b92b Updated docstrings. by Vinay Sajip · 14 years ago
- 477a6eb Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
- b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 14 years ago
- 2265cf4 Merge. by Vinay Sajip · 14 years ago
- 7367d08 Added tests to improve coverage. by Vinay Sajip · 14 years ago
- f95f180 Merge 3.2 by Éric Araujo · 14 years ago
- 38cfe89 Merge 3.1 by Éric Araujo · 14 years ago
- cd6756d Branch merge by Éric Araujo · 14 years ago
- b79c234 Add missing colon by Éric Araujo · 14 years ago
- 0255973 merge 3.2 by Benjamin Peterson · 14 years ago
- c704378 merge 3.1 by Benjamin Peterson · 14 years ago
- 9b2fd32 Fix spelling. by Raymond Hettinger · 14 years ago
- fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
- 47583fa merge 3.2 by Benjamin Peterson · 14 years ago
- cee01bf merge 3.1 by Benjamin Peterson · 14 years ago
- 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 14 years ago
- d23820b (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
- 5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
- 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
- 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
- d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
- 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
- 571e8fd regrtest: add the name of the failing test on a child error (-j option) by Victor Stinner · 14 years ago
- 6c32b4a merge with 3.2 by Georg Brandl · 14 years ago
- da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 14 years ago
- 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 14 years ago
- 90c3fb6 Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
- e97f14c Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
- 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
- 3bba57d Fix wording by Éric Araujo · 14 years ago
- c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 14 years ago
- afbc850 Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
- 361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
- bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 14 years ago
- d3f075a Merge #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 14 years ago
- 7461298 #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 14 years ago
- 48006cf Fix test. by Ezio Melotti · 14 years ago
- a463d25 Improved test coverage. by Vinay Sajip · 14 years ago
- de19e08 Updated usage of boolean values. by Vinay Sajip · 14 years ago
- 312cc0d Updated usage of boolean values. by Vinay Sajip · 14 years ago
- c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
- b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
- 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 14 years ago
- 1a50972 merge 3.2 by Benjamin Peterson · 14 years ago
- f97aed1 merge 3.1 by Benjamin Peterson · 14 years ago
- 4c02088 fix function name in example (closes #11966) by Benjamin Peterson · 14 years ago
- 00db582 Fix indentation. by Georg Brandl · 14 years ago
- a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
- d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 14 years ago
- fab6c70 Merge 3.2: ignore commits (already done in 3.3 previously) by Victor Stinner · 14 years ago
- af2afc8 Merged mentions of issues #11324 and #11858. by Łukasz Langa · 14 years ago
- 90759a2 Mentioned issues #11324 and #11858. by Łukasz Langa · 14 years ago
- 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
- 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
- 73365dd whitespace... by Brian Curtin · 14 years ago
- e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 14 years ago
- 4a0afa2 Wrap the correct test with the skip decorator for the issue10761. by Senthil Kumaran · 14 years ago
- be5dbeb merge from 3.1 by Senthil Kumaran · 14 years ago