Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11930: Remove deprecated time.accept2dyear. | Alexander Belopolsky | 2011-05-02 | 1 | -46/+2 |
* | Merge 3.2 | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
|\ | |||||
| * | Merge 3.1 | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Add missing colon | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
* | | | merge 3.2 | Benjamin Peterson | 2011-05-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.1 | Benjamin Peterson | 2011-05-02 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix spelling. | Raymond Hettinger | 2011-05-02 | 1 | -1/+1 |
* | | | (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
* | | | merge 3.2 | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
|\ \ \ | |/ / | |||||
| * | | merge 3.1 | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
| |\ \ | | |/ | |||||
| | * | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
* | | | Merge #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
* | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch | Victor Stinner | 2011-04-30 | 1 | -3/+50 |
* | | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 2 | -24/+29 |
* | | | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+107 |
|\ \ \ | |/ / | |||||
| * | | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+107 |
| |\ \ | | |/ | |||||
| | * | whitespace... | Brian Curtin | 2011-04-30 | 1 | -3/+3 |
| | * | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+98 |
* | | | #11952: merge with 3.2. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11952: merge with 3.1. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | #11952: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
* | | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch | Antoine Pitrou | 2011-04-28 | 1 | -0/+3 |
* | | | Merged styling updates for #11670 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -23/+17 |
|\ \ \ | |/ / | |||||
| * | | Style updates for the #11670 solution after post-commit review by Ezio Melotti: | Łukasz Langa | 2011-04-28 | 1 | -23/+17 |
* | | | Merged trailing whitespace fix. | Łukasz Langa | 2011-04-27 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fixed trailing whitespace in the ReST file. | Łukasz Langa | 2011-04-27 | 1 | -3/+3 |
* | | | Merged #11670 from 3.2 | Łukasz Langa | 2011-04-27 | 1 | -5/+24 |
|\ \ \ | |/ / | |||||
| * | | Closes #11670: configparser read_file now iterates over f. | Łukasz Langa | 2011-04-27 | 1 | -5/+24 |
* | | | Merge 3.2 | Éric Araujo | 2011-04-27 | 3 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.1 | Éric Araujo | 2011-04-27 | 3 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Branch merge | Éric Araujo | 2011-04-27 | 5 | -7/+7 |
| | |\ | |||||
| | | * | Change markup so it generates a link | Éric Araujo | 2011-04-27 | 2 | -3/+3 |
| | | * | Change markup so that it creates a link | Éric Araujo | 2011-04-25 | 1 | -1/+1 |
| * | | | Branch merge | Éric Araujo | 2011-04-27 | 4 | -6/+6 |
| |\ \ \ | |||||
* | \ \ \ | Branch merge | Éric Araujo | 2011-04-27 | 6 | -8/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Add versionchanged for c19752ea037f (#10998) | Éric Araujo | 2011-04-24 | 1 | -0/+3 |
| * | | | | | Add versionchanged for a364719e400a (#11591) | Éric Araujo | 2011-04-24 | 1 | -0/+4 |
| * | | | | | Remove unneeded backslashes | Éric Araujo | 2011-04-24 | 1 | -4/+4 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Remove unneeded backslashes | Éric Araujo | 2011-04-24 | 1 | -2/+2 |
| * | | | | | Merge 3.2 | Éric Araujo | 2011-04-24 | 2 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Fix indentation | Éric Araujo | 2011-04-24 | 1 | -1/+1 |
| | * | | | | Merge 3.1 | Éric Araujo | 2011-04-24 | 1 | -1/+1 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Branch merge | Éric Araujo | 2011-04-24 | 2 | -3/+3 |
| | | |\ \ \ | |||||
| | | | * | | | Add a space to make json doc a bit more readable | Éric Araujo | 2011-04-21 | 1 | -1/+1 |
| | * | | | | | Branch merge | Éric Araujo | 2011-04-24 | 1 | -2/+2 |
| | |\ \ \ \ \ | |||||
| * | \ \ \ \ \ | Branch merge | Éric Araujo | 2011-04-24 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |