index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use True/False instead of 1/0 when talking about store_true/store_false.
Greg Ward
2003-05-03
1
-13/+12
*
Add a big comment about cross-platform issues (especially OpenBSD).
Greg Ward
2003-05-03
1
-7/+33
*
Use TeX quotes -- ``foo'' -- as appropriate.
Greg Ward
2003-05-03
1
-39/+39
*
Fix various markup errors: use \longprogramopt{} more, and use it
Greg Ward
2003-05-03
1
-11/+12
*
Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv.
Martin v. Löwis
2003-05-03
3
-17/+153
*
Patch #730170: Check for sem_init in -lpthread. Fixes #727051.
Martin v. Löwis
2003-05-03
2
-6/+8
*
Use \versionchanged, not \versionadded.
Martin v. Löwis
2003-05-03
1
-1/+1
*
Patch #731514: Update recursion documentation to mention simple recursion.
Martin v. Löwis
2003-05-03
1
-11/+14
*
Patch #708604: Check more function results. Will backport to 2.2.
Martin v. Löwis
2003-05-03
2
-8/+45
*
Patch #730826: Enable extensions on NetBSD 2.0.
Martin v. Löwis
2003-05-03
3
-1/+18
*
Patch #724588: Check whether the address of hstrerror and inet_pton can
Martin v. Löwis
2003-05-03
4
-11/+209
*
Patch #684981: Add cleanup capability for argument parsers. Fixes 501716.
Martin v. Löwis
2003-05-03
1
-28/+90
*
Refer to __builtin__.file, not __builtins__.file
Martin v. Löwis
2003-05-03
1
-2/+3
*
Implement tcl object __cmp__.
Martin v. Löwis
2003-05-03
1
-1/+12
*
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis
2003-05-03
11
-84/+90
*
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
Martin v. Löwis
2003-05-03
5
-2/+43
*
Change 'and' to 'or' in _tkinter test.
Martin v. Löwis
2003-05-03
1
-1/+1
*
Add a reference to dictnotes.txt. It does no good if you don't know it's
Raymond Hettinger
2003-05-03
2
-0/+12
*
* Added a substantial number of edge case and argument tests for
Raymond Hettinger
2003-05-03
2
-15/+79
*
Apply the simplified test_support boilerplate.
Raymond Hettinger
2003-05-03
1
-6/+4
*
- add title attributes to the navigation icons on the navigation bars;
Fred Drake
2003-05-03
1
-15/+27
*
fixed typo
Just van Rossum
2003-05-03
1
-2/+2
*
Install automatic GIL switcher upon IDE startup.
Just van Rossum
2003-05-03
1
-0/+7
*
build the new autoGIL module on OSX
Just van Rossum
2003-05-03
1
-0/+2
*
Short and sweet module doing something very useful: for event loop
Just van Rossum
2003-05-03
1
-0/+149
*
Fixed age-old beginner's error: don't start the main loop as a side
Just van Rossum
2003-05-02
2
-5/+2
*
Simplify ref count test.
Raymond Hettinger
2003-05-02
1
-3/+3
*
Add StopIteration tests.
Raymond Hettinger
2003-05-02
1
-7/+27
*
add link types for the remaining links in the navigation panels
Fred Drake
2003-05-02
1
-7/+9
*
CWI moved websites around without me knowing it, and together with
Jack Jansen
2003-05-02
1
-1/+1
*
Note itertools.islice() bugfix.
Raymond Hettinger
2003-05-02
1
-0/+3
*
- add link relationships to some of the links in the navigation panels
Fred Drake
2003-05-02
1
-7/+16
*
Research notes and explorations for optimizing Python dictionaries.
Raymond Hettinger
2003-05-02
1
-0/+189
*
The previous made the stop argument optional.
Raymond Hettinger
2003-05-02
3
-13/+10
*
SF bug #730685: itertools.islice stop argument is not optional
Raymond Hettinger
2003-05-02
3
-26/+117
*
SF patch 731504: Typo in datetimemodule.c comment.
Tim Peters
2003-05-02
1
-1/+1
*
Avoid extraneous blank line generated in the middle of the document
Fred Drake
2003-05-02
1
-16/+15
*
Remove section number from the title for use in the
Fred Drake
2003-05-02
1
-1/+6
*
Patch 731209: Restore socketmodule's behaviour with dotted quad addresses
Anthony Baxter
2003-05-02
1
-0/+16
*
add note about building with bsddb185 and making it appear as bsddb.
Skip Montanaro
2003-05-02
1
-0/+15
*
Added missing modules to __all__ check.
Raymond Hettinger
2003-05-02
1
-0/+4
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
6
-40/+17
*
Rename funny long suite to Disk_File_Folder.
Jack Jansen
2003-05-01
8
-103/+104
*
Silence compiler warnings in VC 7.
Jeremy Hylton
2003-05-01
1
-2/+2
*
Slightly more lenient pdbtrack prompt recognition, for people who use
Ken Manheimer
2003-05-01
1
-1/+1
*
Allow for multiple parens around pdb prompt for (new) nested debugging
Ken Manheimer
2003-05-01
1
-4/+4
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
63
-401/+309
*
Consistently use test_support.foo everywhere.
Walter Dörwald
2003-05-01
1
-15/+5
*
Convert tcl objects to strings in getvar/setvar. Fixes #730506.
Martin v. Löwis
2003-05-01
1
-2/+26
*
Patch #729300: Disable error message if Python is not built for threads.
Martin v. Löwis
2003-05-01
1
-1/+1
[prev]
[next]