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
*
Fix for #1236090: FSSpec.as_pathname() crashes.
Jack Jansen
2005-07-12
2
-2/+93
*
Oops.
Georg Brandl
2005-07-12
1
-1/+1
*
bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding"
Georg Brandl
2005-07-12
1
-6/+4
*
Fix:
Michael W. Hudson
2005-07-12
3
-8/+36
*
bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent
Georg Brandl
2005-07-12
1
-1/+1
*
SF bug 1185883: PyObject_Realloc can't safely take over a block currently
Tim Peters
2005-07-10
2
-35/+40
*
Whitespace normalization.
Tim Peters
2005-07-10
7
-29/+29
*
bug 1234979 addition
Georg Brandl
2005-07-09
1
-2/+2
*
bug [ 1234979 ] Lock.acquire treats only 1 as True
Georg Brandl
2005-07-08
2
-1/+4
*
bug [ 969757 ] function and method objects confounded in Tutorial
Georg Brandl
2005-07-08
1
-1/+1
*
Handle argref so it can be overridden more easily in a subclass.
Jack Jansen
2005-07-08
1
-1/+1
*
Note Floris's last name.
Raymond Hettinger
2005-07-08
1
-2/+2
*
Add permissions for the Summer of Code project.
Raymond Hettinger
2005-07-08
1
-0/+7
*
Fix "upload" command garbling and truncating files on Windows. If it's a
Phillip J. Eby
2005-07-07
1
-1/+1
*
Link to #1233049 for building against openssl 0.9.8.
Martin v. Löwis
2005-07-06
1
-0/+1
*
Fix bug
Michael W. Hudson
2005-07-05
2
-0/+5
*
Allow for (optional) const declaration.
Jack Jansen
2005-07-05
4
-20/+43
*
Add test for hash commutativity.
Raymond Hettinger
2005-07-05
1
-0/+10
*
fixed tag generation to avoid null tags
Piers Lauder
2005-07-05
1
-2/+2
*
bug #1177468: don't cache /dev/urandom file descriptor in os.urandom
Georg Brandl
2005-07-04
2
-8/+7
*
Revert patch for 1162912.
Georg Brandl
2005-07-04
1
-3/+0
*
Updated (and regenerated) for name change in tp_init method arguments:
Jack Jansen
2005-07-03
29
-1791/+1802
*
Factored out the code that creates argument lists and formats for PyArg_Parse
Jack Jansen
2005-07-03
1
-19/+26
*
Sigh, changed the argument names in the tp_init function: to make them be
Jack Jansen
2005-07-03
1
-7/+7
*
bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage
Georg Brandl
2005-07-03
1
-0/+3
*
Add doctest for examples in libweakref.tex to test_weakref.
Georg Brandl
2005-07-02
2
-2/+90
*
patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)
Georg Brandl
2005-07-02
1
-11/+11
*
bug [ 1228904 ] weakref example broken
Georg Brandl
2005-07-02
1
-5/+2
*
Patch [ 1230615 ] Patch for (Doc) #1168746
Georg Brandl
2005-07-02
1
-11/+14
*
Cross reference the set built-ins with the sets module.
Raymond Hettinger
2005-07-01
1
-0/+8
*
Provide a comparison to the builtin set types.
Raymond Hettinger
2005-07-01
1
-2/+32
*
Teach texcheck about \textbar
Raymond Hettinger
2005-07-01
1
-0/+1
*
Added methods mkvaluePreCheck and getargsPreCheck, which are called (for
Jack Jansen
2005-07-01
3
-1/+22
*
More info on rounding modes. Add sections for floating point notes.
Raymond Hettinger
2005-07-01
1
-7/+12
*
More factorization: added a method getrvforcallit(). This allows a C++
Jack Jansen
2005-06-30
1
-8/+8
*
Apparently some compiler gives a warning on
Michael W. Hudson
2005-06-30
1
-1/+1
*
SF bug #1224347: int/long unification and hex()
Raymond Hettinger
2005-06-29
4
-14/+11
*
Added optional suppport for storage modifiers (virtual/static/inline/etc)
Jack Jansen
2005-06-29
3
-2/+20
*
More factorization to help C++ support.
Jack Jansen
2005-06-28
6
-18/+51
*
Note that files are iterable.
Raymond Hettinger
2005-06-28
1
-0/+15
*
* Show the keyword argument form of dict().
Raymond Hettinger
2005-06-27
1
-2/+12
*
add note that os.EX_* constants are subject to availability on the host
Fred Drake
2005-06-27
1
-0/+3
*
Adapt output file to new Cookie JS output.
Georg Brandl
2005-06-27
1
-4/+4
*
Fix test cases for doctest.
Georg Brandl
2005-06-26
2
-0/+4
*
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
Georg Brandl
2005-06-26
1
-0/+3
*
bug [ 839151 ] attempt to access sys.argv when it doesn't exist
Georg Brandl
2005-06-26
1
-1/+5
*
bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able
Georg Brandl
2005-06-26
1
-1/+2
*
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
Georg Brandl
2005-06-26
1
-0/+2
*
bug [ 1155638 ] self.length shield exception in httplib
Georg Brandl
2005-06-26
1
-0/+1
*
bug [ 1175848 ] poorly named variable in urllib2.py
Georg Brandl
2005-06-26
1
-2/+2
[next]