- 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
- f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 14 years ago
- 5d9deaa whitespace fix by Brian Curtin · 14 years ago
- b8f8b4e merge by Brian Curtin · 14 years ago
- 08fd8d9 merge by Brian Curtin · 14 years ago
- 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 14 years ago
- 82710c5 Merged minor cleanups from 3.2. by Łukasz Langa · 14 years ago
- 5c7419d Removed debugging leftovers. by Łukasz Langa · 14 years ago
- 4d27d9e __class__ of a __class__ check worked only by chance. by Łukasz Langa · 14 years ago
- 0cd25c9 Small grammar fix. by Georg Brandl · 14 years ago
- cfc81d1 Empty merge for TestChainMap tweaks in 3.2 by Łukasz Langa · 14 years ago
- 75da860 TestChainMap was not previously used. Minor corrections applied. by Łukasz Langa · 14 years ago
- 025691a #11952: merge with 3.2. by Ezio Melotti · 14 years ago
- 17797a7 #11952: merge with 3.1. by Ezio Melotti · 14 years ago
- 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 14 years ago
- 09db87b Merge by Antoine Pitrou · 14 years ago
- 31b8959 Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
- f664345 Implement #11832. Add an option to start regrtest and wait for input by Brian Curtin · 14 years ago
- 390ea0f Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) by Antoine Pitrou · 14 years ago
- 5aefa66 Fix whitespace by Antoine Pitrou · 14 years ago
- 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 14 years ago
- 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 14 years ago
- 70eb79c Merged solution for #11324 from 3.2. by Łukasz Langa · 14 years ago
- 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
- bf53a9c Merged ACKS from 3.2: added Yuxiao Zeng by Łukasz Langa · 14 years ago
- f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 14 years ago
- 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 14 years ago
- e812bf7 Merged styling updates for #11670 from 3.2. by Łukasz Langa · 14 years ago
- ba702da Style updates for the #11670 solution after post-commit review by Ezio Melotti: by Łukasz Langa · 14 years ago
- 2ea7270 merge from 3.2 by Senthil Kumaran · 14 years ago
- c20566c merge from 3.1 by Senthil Kumaran · 14 years ago
- e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
- 50c7562 Merged solution for #11858 from 3.2. by Łukasz Langa · 14 years ago
- e698cd5 Closes #11858: configparser.ExtendedInterpolation and section case. by Łukasz Langa · 14 years ago
- 7274828 merge from 3.2 by Senthil Kumaran · 14 years ago
- 8a410d3 merge from 3.1 by Senthil Kumaran · 14 years ago
- 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 14 years ago